-
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 * convert to PF13 using Designer * remove 'persistent' flags * Fix warning in HTML --------- Co-authored-by: nqhoan-axonivy <[email protected]>
- Loading branch information
1 parent
693bc2b
commit 0a296e4
Showing
59 changed files
with
413 additions
and
341 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
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.
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=com.axonivy.connector.deepl.demo.Data | ||
ch.ivyteam.ivy.designer.preferences.DataClassPreferencePage\:DEFAULT_NAMESPACE=com.axonivy.connector.deepl.demo | ||
ch.ivyteam.ivy.project.preferences\:PRIMEFACES_VERSION=11 | ||
ch.ivyteam.ivy.project.preferences\:PROJECT_VERSION=100000 | ||
ch.ivyteam.ivy.project.preferences\:PRIMEFACES_VERSION=13 | ||
ch.ivyteam.ivy.project.preferences\:PROJECT_VERSION=120001 | ||
eclipse.preferences.version=1 |
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 |
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
deepl-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="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
deepl-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
deepl-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
14 changes: 14 additions & 0 deletions
14
deepl-connector-demo/dataclasses/com/axonivy/connector/deepl/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,14 @@ | ||
{ | ||
"$schema" : "https://json-schema.axonivy.com/data-class/12.0.0/data-class.json", | ||
"simpleName" : "Data", | ||
"namespace" : "com.axonivy.connector.deepl.demo", | ||
"isBusinessCaseData" : false, | ||
"fields" : [ { | ||
"name" : "language", | ||
"type" : "com.deepl.api.v2.client.TargetLanguage" | ||
}, { | ||
"name" : "file", | ||
"type" : "File", | ||
"modifiers" : [ "PERSISTENT" ] | ||
} ] | ||
} |
6 changes: 0 additions & 6 deletions
6
deepl-connector-demo/dataclasses/com/axonivy/connector/deepl/demo/Data.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
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
...tor-demo/src_hd/com/axonivy/connector/deepl/demo/translateFile/translateFile.rddescriptor
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
36 changes: 36 additions & 0 deletions
36
...ector-demo/src_hd/com/axonivy/connector/deepl/demo/translateFile/translateFileData.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,36 @@ | ||
{ | ||
"$schema" : "https://json-schema.axonivy.com/data-class/12.0.0/data-class.json", | ||
"simpleName" : "translateFileData", | ||
"namespace" : "com.axonivy.connector.deepl.demo.translateFile", | ||
"isBusinessCaseData" : false, | ||
"fields" : [ { | ||
"name" : "showContent", | ||
"type" : "Boolean", | ||
"modifiers" : [ "PERSISTENT" ] | ||
}, { | ||
"name" : "filePath", | ||
"type" : "String", | ||
"modifiers" : [ "PERSISTENT" ] | ||
}, { | ||
"name" : "languages", | ||
"type" : "List<com.axonivy.connector.deepl.LanguageInfo.Lang>" | ||
}, { | ||
"name" : "translate", | ||
"type" : "com.axonivy.connector.deepl.LanguageInfo.Lang" | ||
}, { | ||
"name" : "ivyFile", | ||
"type" : "File" | ||
}, { | ||
"name" : "file", | ||
"type" : "File", | ||
"modifiers" : [ "PERSISTENT" ] | ||
}, { | ||
"name" : "translated", | ||
"type" : "File", | ||
"modifiers" : [ "PERSISTENT" ] | ||
}, { | ||
"name" : "exampleFile", | ||
"type" : "File", | ||
"modifiers" : [ "PERSISTENT" ] | ||
} ] | ||
} |
18 changes: 0 additions & 18 deletions
18
...tor-demo/src_hd/com/axonivy/connector/deepl/demo/translateFile/translateFileData.ivyClass
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.