-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Raise project to 12.0.0-SNAPSHOT * Update maven version to 12.0.0-SNAPSHOT * Update workflow actions to v5 * Update encoding * Fix persistence warnings * Update encoding configuration for pom files * Update encoding config --------- Co-authored-by: Khanh Nguyen <[email protected]>
- Loading branch information
1 parent
cb3c971
commit ee71506
Showing
52 changed files
with
271 additions
and
266 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
eclipse.preferences.version=1 | ||
encoding/<project>=UTF-8 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
5 changes: 2 additions & 3 deletions
5
alfresco-connector-demo/.settings/ch.ivyteam.ivy.designer.prefs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
ch.ivyteam.ivy.designer.preferences.DataClassPreferencePage\:DEFAULT_DATA_CLASS=com.alfresco.connector.demo.Data | ||
ch.ivyteam.ivy.designer.preferences.DataClassPreferencePage\:DEFAULT_NAMESPACE=com.alfresco.connector.demo | ||
ch.ivyteam.ivy.designer.preferences.DataClassPreferencePage\:useProjectSettings=true | ||
ch.ivyteam.ivy.project.preferences\:PRIMEFACES_VERSION=13 | ||
ch.ivyteam.ivy.project.preferences\:PROJECT_VERSION=113000 | ||
eclipse.preferences.version=1 | ||
ch.ivyteam.ivy.project.preferences\:PROJECT_VERSION=120001 | ||
eclipse.preferences.version=1 |
2 changes: 2 additions & 0 deletions
2
alfresco-connector-demo/.settings/org.eclipse.core.resources.prefs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
eclipse.preferences.version=1 | ||
encoding/<project>=UTF-8 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 2 additions & 4 deletions
6
alfresco-connector-demo/.settings/org.eclipse.wst.common.project.facet.core.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,6 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<faceted-project> | ||
<fixed facet="wst.jsdt.web"/> | ||
<installed facet="jst.web" version="3.0"/> | ||
<installed facet="wst.jsdt.web" version="1.0"/> | ||
<installed facet="jst.jsf" version="2.1"/> | ||
<installed facet="java" version="17"/> | ||
</faceted-project> | ||
<installed facet="java" version="21"/> | ||
</faceted-project> |
1 change: 0 additions & 1 deletion
1
alfresco-connector-demo/.settings/org.eclipse.wst.jsdt.ui.superType.container
This file was deleted.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
alfresco-connector-demo/.settings/org.eclipse.wst.jsdt.ui.superType.name
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# yaml-language-server: $schema=https://json-schema.axonivy.com/app/12.0.0/variables.json | ||
Variables: |
6 changes: 6 additions & 0 deletions
6
alfresco-connector-demo/dataclasses/com/alfresco/connector/demo/Data.d.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"$schema" : "https://json-schema.axonivy.com/data-class/12.0.0/data-class.json", | ||
"simpleName" : "Data", | ||
"namespace" : "com.alfresco.connector.demo", | ||
"isBusinessCaseData" : false | ||
} |
2 changes: 0 additions & 2 deletions
2
alfresco-connector-demo/dataclasses/com/alfresco/connector/demo/Data.ivyClass
This file was deleted.
Oops, something went wrong.
14 changes: 14 additions & 0 deletions
14
alfresco-connector-demo/dataclasses/com/alfresco/connector/demo/Folder.d.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
{ | ||
"$schema" : "https://json-schema.axonivy.com/data-class/12.0.0/data-class.json", | ||
"simpleName" : "Folder", | ||
"namespace" : "com.alfresco.connector.demo", | ||
"isBusinessCaseData" : false, | ||
"fields" : [ { | ||
"name" : "name", | ||
"type" : "String" | ||
}, { | ||
"name" : "id", | ||
"type" : "String", | ||
"modifiers" : [ "PERSISTENT" ] | ||
} ] | ||
} |
6 changes: 0 additions & 6 deletions
6
alfresco-connector-demo/dataclasses/com/alfresco/connector/demo/Folder.ivyClass
This file was deleted.
Oops, something went wrong.
17 changes: 17 additions & 0 deletions
17
alfresco-connector-demo/dataclasses/com/alfresco/connector/demo/ReadDocumentsData.d.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
{ | ||
"$schema" : "https://json-schema.axonivy.com/data-class/12.0.0/data-class.json", | ||
"simpleName" : "ReadDocumentsData", | ||
"namespace" : "com.alfresco.connector.demo", | ||
"isBusinessCaseData" : false, | ||
"fields" : [ { | ||
"name" : "connectionError", | ||
"type" : "String" | ||
}, { | ||
"name" : "documents", | ||
"type" : "List<com.alfresco.api.explorer.NodeChildAssociationEntry>" | ||
}, { | ||
"name" : "folderid", | ||
"type" : "String", | ||
"modifiers" : [ "PERSISTENT" ] | ||
} ] | ||
} |
8 changes: 0 additions & 8 deletions
8
alfresco-connector-demo/dataclasses/com/alfresco/connector/demo/ReadDocumentsData.ivyClass
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,38 +1,41 @@ | ||
<?xml version="1.0"?> | ||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> | ||
<modelVersion>4.0.0</modelVersion> | ||
<groupId>com.axonivy.connector.alfresco</groupId> | ||
<artifactId>alfresco-connector-demo</artifactId> | ||
<version>11.3.3-SNAPSHOT</version> | ||
<packaging>iar</packaging> | ||
<properties> | ||
<project.build.plugin.version>11.3.0</project.build.plugin.version> | ||
</properties> | ||
<dependencies> | ||
<dependency> | ||
<groupId>com.axonivy.connector.alfresco</groupId> | ||
<artifactId>alfresco-connector</artifactId> | ||
<version>${project.version}</version> | ||
<type>iar</type> | ||
</dependency> | ||
</dependencies> | ||
<pluginRepositories> | ||
<pluginRepository> | ||
<snapshots> | ||
<updatePolicy>always</updatePolicy> | ||
</snapshots> | ||
<id>sonatype</id> | ||
<url>https://oss.sonatype.org/content/repositories/snapshots</url> | ||
</pluginRepository> | ||
</pluginRepositories> | ||
<build> | ||
<plugins> | ||
<plugin> | ||
<groupId>com.axonivy.ivy.ci</groupId> | ||
<artifactId>project-build-plugin</artifactId> | ||
<version>${project.build.plugin.version}</version> | ||
<extensions>true</extensions> | ||
</plugin> | ||
</plugins> | ||
</build> | ||
<project xmlns="http://maven.apache.org/POM/4.0.0" | ||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> | ||
<modelVersion>4.0.0</modelVersion> | ||
<groupId>com.axonivy.connector.alfresco</groupId> | ||
<artifactId>alfresco-connector-demo</artifactId> | ||
<version>12.0.0-SNAPSHOT</version> | ||
<packaging>iar</packaging> | ||
<properties> | ||
<project.build.plugin.version>12.0.0</project.build.plugin.version> | ||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> | ||
</properties> | ||
<dependencies> | ||
<dependency> | ||
<groupId>com.axonivy.connector.alfresco</groupId> | ||
<artifactId>alfresco-connector</artifactId> | ||
<version>${project.version}</version> | ||
<type>iar</type> | ||
</dependency> | ||
</dependencies> | ||
<pluginRepositories> | ||
<pluginRepository> | ||
<snapshots> | ||
<updatePolicy>always</updatePolicy> | ||
</snapshots> | ||
<id>sonatype</id> | ||
<url>https://oss.sonatype.org/content/repositories/snapshots</url> | ||
</pluginRepository> | ||
</pluginRepositories> | ||
<build> | ||
<plugins> | ||
<plugin> | ||
<groupId>com.axonivy.ivy.ci</groupId> | ||
<artifactId>project-build-plugin</artifactId> | ||
<version>${project.build.plugin.version}</version> | ||
<extensions>true</extensions> | ||
</plugin> | ||
</plugins> | ||
</build> | ||
</project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
alfresco-connector-demo/processes/AlfrescoDemo/readDocuments.p.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 changes: 0 additions & 7 deletions
7
alfresco-connector-demo/src_hd/com/alfresco/connector/demo/ecm/ecm.rddescriptor
This file was deleted.
Oops, something went wrong.
31 changes: 31 additions & 0 deletions
31
alfresco-connector-demo/src_hd/com/alfresco/connector/demo/ecm/ecmData.d.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
{ | ||
"$schema" : "https://json-schema.axonivy.com/data-class/12.0.0/data-class.json", | ||
"simpleName" : "ecmData", | ||
"namespace" : "com.alfresco.connector.demo.ecm", | ||
"isBusinessCaseData" : false, | ||
"fields" : [ { | ||
"name" : "documents", | ||
"type" : "List<com.alfresco.api.explorer.NodeChildAssociationEntry>" | ||
}, { | ||
"name" : "file", | ||
"type" : "File" | ||
}, { | ||
"name" : "folderid", | ||
"type" : "String" | ||
}, { | ||
"name" : "connectionError", | ||
"type" : "String" | ||
}, { | ||
"name" : "comment", | ||
"type" : "String" | ||
}, { | ||
"name" : "foldername", | ||
"type" : "String" | ||
}, { | ||
"name" : "newFoldername", | ||
"type" : "String" | ||
}, { | ||
"name" : "folder", | ||
"type" : "List<com.alfresco.connector.demo.Folder>" | ||
} ] | ||
} |
18 changes: 0 additions & 18 deletions
18
alfresco-connector-demo/src_hd/com/alfresco/connector/demo/ecm/ecmData.ivyClass
This file was deleted.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
alfresco-connector-demo/src_hd/com/alfresco/connector/demo/ecm/ecmProcess.p.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
5 changes: 2 additions & 3 deletions
5
alfresco-connector-test/.settings/ch.ivyteam.ivy.designer.prefs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
ch.ivyteam.ivy.designer.preferences.DataClassPreferencePage\:DEFAULT_DATA_CLASS=alfresco.ecm.connector.test.Data | ||
ch.ivyteam.ivy.designer.preferences.DataClassPreferencePage\:DEFAULT_NAMESPACE=alfresco.ecm.connector.test | ||
ch.ivyteam.ivy.project.preferences\:PRIMEFACES_VERSION=13 | ||
ch.ivyteam.ivy.project.preferences\:PROJECT_VERSION=113000 | ||
eclipse.preferences.version=1 | ||
ch.ivyteam.ivy.project.preferences\:PROJECT_VERSION=120001 | ||
eclipse.preferences.version=1 |
2 changes: 2 additions & 0 deletions
2
alfresco-connector-test/.settings/org.eclipse.core.resources.prefs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
eclipse.preferences.version=1 | ||
encoding/<project>=UTF-8 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
eclipse.preferences.version=1 | ||
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled | ||
org.eclipse.jdt.core.compiler.codegen.targetPlatform=17 | ||
org.eclipse.jdt.core.compiler.compliance=17 | ||
org.eclipse.jdt.core.compiler.codegen.targetPlatform=21 | ||
org.eclipse.jdt.core.compiler.compliance=21 | ||
org.eclipse.jdt.core.compiler.problem.assertIdentifier=error | ||
org.eclipse.jdt.core.compiler.problem.enablePreviewFeatures=disabled | ||
org.eclipse.jdt.core.compiler.problem.enumIdentifier=error | ||
org.eclipse.jdt.core.compiler.problem.reportPreviewFeatures=warning | ||
org.eclipse.jdt.core.compiler.release=enabled | ||
org.eclipse.jdt.core.compiler.source=17 | ||
org.eclipse.jdt.core.compiler.source=21 |
6 changes: 2 additions & 4 deletions
6
alfresco-connector-test/.settings/org.eclipse.wst.common.project.facet.core.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,6 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<faceted-project> | ||
<fixed facet="wst.jsdt.web"/> | ||
<installed facet="java" version="17"/> | ||
<installed facet="java" version="21"/> | ||
<installed facet="jst.web" version="3.0"/> | ||
<installed facet="wst.jsdt.web" version="1.0"/> | ||
<installed facet="jst.jsf" version="2.1"/> | ||
</faceted-project> | ||
</faceted-project> |
1 change: 0 additions & 1 deletion
1
alfresco-connector-test/.settings/org.eclipse.wst.jsdt.ui.superType.container
This file was deleted.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
alfresco-connector-test/.settings/org.eclipse.wst.jsdt.ui.superType.name
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
# yaml-language-server: $schema=https://json-schema.axonivy.com/app/11.4.1/variables.json | ||
# yaml-language-server: $schema=https://json-schema.axonivy.com/app/12.0.0/variables.json | ||
Variables: |
Oops, something went wrong.