Skip to content

Commit

Permalink
Raise project to 12.0.0-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
ivy-rew committed Nov 29, 2024
1 parent 0195805 commit db74f4b
Show file tree
Hide file tree
Showing 48 changed files with 198 additions and 234 deletions.
7 changes: 1 addition & 6 deletions currency-converter-connector-demo/.classpath
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,7 @@
<attribute name="optional" value="true"/>
</attributes>
</classpathentry>
<classpathentry excluding="**/*.ivyClass|**/*.mod|**/*.rddescriptor|**/*.xhtml" kind="src" path="src_hd">
<attributes>
<attribute name="optional" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="src" path="src_wsproc">
<classpathentry kind="src" path="src_wsproc">
<attributes>
<attribute name="optional" value="true"/>
</attributes>
Expand Down
8 changes: 6 additions & 2 deletions currency-converter-connector-demo/.project
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>ch.ivyteam.ivy.dialog.form.build.ivyDialogFormBuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>ch.ivyteam.ivy.designer.ide.ivyModelValidationBuilder</name>
<arguments>
Expand All @@ -44,6 +49,5 @@
<nature>org.eclipse.jdt.core.javanature</nature>
<nature>org.eclipse.jem.beaninfo.BeanInfoNature</nature>
<nature>org.eclipse.wst.common.project.facet.core.nature</nature>
<nature>org.eclipse.wst.jsdt.core.jsNature</nature>
</natures>
</projectDescription>
</projectDescription>
12 changes: 0 additions & 12 deletions currency-converter-connector-demo/.settings/.jsdtscope

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
ch.ivyteam.ivy.designer.preferences.DataClassPreferencePage\:DEFAULT_DATA_CLASS=com.axonivy.connector.currency.converter.connector.demo.Data
ch.ivyteam.ivy.designer.preferences.DataClassPreferencePage\:DEFAULT_NAMESPACE=com.axonivy.connector.currency.converter.connector.demo
ch.ivyteam.ivy.project.preferences\:PROJECT_VERSION=100000
ch.ivyteam.ivy.project.preferences\:PROJECT_VERSION=120001
eclipse.preferences.version=1
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
Original file line number Diff line number Diff line change
@@ -1,21 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?><project-modules id="moduleCoreId" project-version="1.5.0">

<wb-module deploy-name="currency-converter-connector-demo">

<wb-resource deploy-path="/" source-path="/webContent" tag="defaultRootSource"/>

<wb-resource deploy-path="/WEB-INF/classes" source-path="/src"/>

<wb-resource deploy-path="/WEB-INF/classes" source-path="/src_hd"/>

<wb-resource deploy-path="/WEB-INF/classes" source-path="/src_wsproc"/>

<wb-resource deploy-path="/WEB-INF/classes" source-path="/src_dataClasses"/>

<property name="context-root" value="currency-converter-connector-demo"/>

<property name="java-output-path" value="/currency-converter-connector-demo/classes"/>

</wb-module>

</project-modules>
</project-modules>
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>

This file was deleted.

This file was deleted.

2 changes: 2 additions & 0 deletions currency-converter-connector-demo/config/variables.yaml
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:
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.axonivy.connector.currency.converter.connector.demo",
"isBusinessCaseData" : false
}

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"format" : "10.0.0",
"$schema" : "https://json-schema.axonivy.com/process/12.0.0/process.json",
"id" : "17D7B9CE272367D5",
"config" : {
"data" : "com.axonivy.connector.currency.converter.connector.demo.Data"
Expand All @@ -9,25 +9,28 @@
"type" : "RequestStart",
"name" : "Demo Start",
"config" : {
"callSignature" : "convertDemo",
"case" : {
"name" : "Währungsrechner"
"signature" : "convertDemo",
"request" : {
"name" : "Currency Converter",
"description" : "Example of a Currency Converter",
"customFields" : [
{ "name" : "cssIcon", "value" : "si si-monetization-approve" }
]
},
"outLink" : "convertDemo.ivp",
"startDescription" : "Example of a Currency Converter",
"startCustomFields" : [
{ "name" : "cssIcon", "value" : "si si-monetization-approve" }
],
"task" : {
"name" : "Währungsrechner"
},
"startName" : "Currency Converter"
"case" : {
"name" : "Währungsrechner"
}
},
"visual" : {
"at" : { "x" : 96, "y" : 64 },
"labelOffset" : { "x" : 22, "y" : 37 }
},
"connect" : { "id" : "f4", "to" : "f3" }
"connect" : [
{ "id" : "f4", "to" : "f3" }
]
}, {
"id" : "f1",
"type" : "TaskEnd",
Expand All @@ -39,13 +42,14 @@
"type" : "DialogCall",
"name" : "CurrencyConverterInput",
"config" : {
"dialogId" : "com.axonivy.connector.currency.converter.connector.demo.CurrencyConverterInput",
"startMethod" : "start()"
"dialog" : "com.axonivy.connector.currency.converter.connector.demo.CurrencyConverterInput:start()"
},
"visual" : {
"at" : { "x" : 256, "y" : 64 },
"size" : { "width" : 160, "height" : 60 }
"size" : { "width" : 160 }
},
"connect" : { "id" : "f2", "to" : "f1" }
"connect" : [
{ "id" : "f2", "to" : "f1" }
]
} ]
}

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"$schema" : "https://json-schema.axonivy.com/data-class/12.0.0/data-class.json",
"simpleName" : "CurrencyConverterInputData",
"namespace" : "com.axonivy.connector.currency.converter.connector.demo.CurrencyConverterInput",
"isBusinessCaseData" : false,
"fields" : [ {
"name" : "convert",
"type" : "com.axonivy.connector.currency.converter.connector.CurrencyConverterData",
"modifiers" : [ "PERSISTENT" ]
} ]
}

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"format" : "10.0.0",
"$schema" : "https://json-schema.axonivy.com/process/12.0.0/process.json",
"id" : "17801C4C33DC6518",
"kind" : "HTML_DIALOG",
"config" : {
Expand All @@ -10,14 +10,16 @@
"type" : "HtmlDialogStart",
"name" : "start()",
"config" : {
"callSignature" : "start",
"signature" : "start",
"guid" : "17801C4C34134211"
},
"visual" : {
"at" : { "x" : 96, "y" : 64 },
"labelOffset" : { "x" : 11, "y" : 47 }
},
"connect" : { "id" : "f2", "to" : "f1" }
"connect" : [
{ "id" : "f2", "to" : "f1" }
]
}, {
"id" : "f1",
"type" : "HtmlDialogEnd",
Expand All @@ -35,7 +37,9 @@
"at" : { "x" : 96, "y" : 280 },
"labelOffset" : { "x" : 9, "y" : 35 }
},
"connect" : { "id" : "f5", "to" : "f4" }
"connect" : [
{ "id" : "f5", "to" : "f4" }
]
}, {
"id" : "f4",
"type" : "HtmlDialogExit",
Expand All @@ -53,36 +57,35 @@
"at" : { "x" : 96, "y" : 192 },
"labelOffset" : { "x" : 21, "y" : 35 }
},
"connect" : { "id" : "f10", "to" : "f8" }
"connect" : [
{ "id" : "f10", "to" : "f8" }
]
}, {
"id" : "f8",
"type" : "SubProcessCall",
"name" : "CurrencyConverter",
"config" : {
"processCall" : "CurrencyConverter:convert(Number,app.frankfurter.api.client.CurCodes,app.frankfurter.api.client.CurCodes)",
"output" : {
"map" : {
"out" : "in",
"out.convert.ToAmount" : "result.ToAmount"
}
},
"call" : {
"params" : [
{ "name" : "FromAmount", "type" : "Number" },
{ "name" : "FromCurrency", "type" : "app.frankfurter.api.client.CurCodes" },
{ "name" : "ToCurrency", "type" : "app.frankfurter.api.client.CurCodes" }
],
"map" : {
"param.FromAmount" : "in.convert.FromAmount",
"param.FromCurrency" : "in.convert.FromCurrency",
"param.ToCurrency" : "in.convert.ToCurrency"
}
},
"output" : {
"map" : {
"out" : "in",
"out.convert.ToAmount" : "result.ToAmount"
}
}
},
"visual" : {
"at" : { "x" : 296, "y" : 192 },
"size" : { "width" : 128, "height" : 60 }
"size" : { "width" : 128 }
},
"connect" : { "id" : "f11", "to" : "f1", "via" : [ { "x" : 608, "y" : 192 } ] }
"connect" : [
{ "id" : "f11", "to" : "f1", "via" : [ { "x" : 608, "y" : 192 } ] }
]
} ]
}

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"$schema" : "https://json-schema.axonivy.com/data-class/12.0.0/data-class.json",
"simpleName" : "CurrencyDropdownData",
"namespace" : "com.axonivy.connector.currency.converter.connector.demo.CurrencyDropdown",
"isBusinessCaseData" : false,
"fields" : [ {
"name" : "selectedCurrency",
"type" : "String",
"modifiers" : [ "PERSISTENT" ]
} ]
}

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"format" : "10.0.0",
"$schema" : "https://json-schema.axonivy.com/process/12.0.0/process.json",
"id" : "177F7F92D5088614",
"kind" : "HTML_DIALOG",
"config" : {
Expand All @@ -10,21 +10,21 @@
"type" : "HtmlDialogStart",
"name" : "start(String)",
"config" : {
"callSignature" : "start",
"result" : {
"signature" : "start",
"input" : {
"params" : [
{ "name" : "currency", "type" : "String" }
{ "name" : "currency", "type" : "String", "desc" : "" }
],
"map" : {
"result.currency" : "in.selectedCurrency"
"out.selectedCurrency" : "param.currency"
}
},
"input" : {
"result" : {
"params" : [
{ "name" : "currency", "type" : "String" }
{ "name" : "currency", "type" : "String", "desc" : "" }
],
"map" : {
"out.selectedCurrency" : "param.currency"
"result.currency" : "in.selectedCurrency"
}
},
"guid" : "177F7F92D7E12DAF"
Expand All @@ -33,7 +33,9 @@
"at" : { "x" : 96, "y" : 64 },
"labelOffset" : { "x" : 30, "y" : 35 }
},
"connect" : { "id" : "f2", "to" : "f1" }
"connect" : [
{ "id" : "f2", "to" : "f1" }
]
}, {
"id" : "f1",
"type" : "HtmlDialogEnd",
Expand All @@ -51,7 +53,9 @@
"at" : { "x" : 96, "y" : 160 },
"labelOffset" : { "x" : 9, "y" : 35 }
},
"connect" : { "id" : "f5", "to" : "f4" }
"connect" : [
{ "id" : "f5", "to" : "f4" }
]
}, {
"id" : "f4",
"type" : "HtmlDialogExit",
Expand Down
Loading

0 comments on commit db74f4b

Please sign in to comment.