Skip to content

Commit

Permalink
DAT-16513 - Upgrade installer Java version to 21 (#5650)
Browse files Browse the repository at this point in the history
feat: Upgrade Java version to 21 + installer config file to v10 (current one)
  • Loading branch information
filipelautert committed Mar 5, 2024
1 parent 18db630 commit bbb17de
Showing 1 changed file with 44 additions and 20 deletions.
64 changes: 44 additions & 20 deletions liquibase-dist/src/main/install4j/liquibase.install4j
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<install4j version="8.0.11" transformSequenceNumber="8">
<install4j version="10.0.7" transformSequenceNumber="10">
<directoryPresets config="../../../target/liquibase-${compiler:liquibaseVersion}/examples/start-h2" />
<application name="Liquibase" applicationId="3799-9228-0984-2853" mediaDir="../../../target" mediaFilePattern="${compiler:sys.shortName}-${compiler:sys.platform}-installer-${compiler:sys.version}" shortName="liquibase" publisher="Liquibase" publisherWeb="http://liquibase.org" version="0-SNAPSHOT" allPathsRelative="true" convertDotsToUnderscores="false" macVolumeId="3059500009ae915e" javaMinVersion="1.8">
<languages>
Expand All @@ -16,7 +16,7 @@
<entry>sqlite-*</entry>
</macSearchedJars>
</codeSigning>
<jreBundles jdkProviderId="AdoptOpenJDK" release="openjdk17/jdk-17.0.8.1+1" />
<jreBundles jdkProviderId="Adoptium" release="21/jdk-21.0.2+13" />
</application>
<files>
<mountPoints>
Expand Down Expand Up @@ -325,11 +325,19 @@ return console.askYesNo(message, true);
<group id="42" beanClass="com.install4j.runtime.beans.groups.VerticalFormComponentGroup" useExternalParametrization="true" externalParametrizationName="Customize banner image" externalParametrizationMode="include">
<serializedBean>
<property name="backgroundColor">
<object class="java.awt.Color">
<int>255</int>
<int>255</int>
<int>255</int>
<int>255</int>
<object class="com.install4j.runtime.beans.LightOrDarkColor">
<object class="java.awt.Color">
<int>255</int>
<int>255</int>
<int>255</int>
<int>255</int>
</object>
<object class="java.awt.Color">
<int>49</int>
<int>52</int>
<int>53</int>
<int>255</int>
</object>
</object>
</property>
<property name="borderSides">
Expand All @@ -338,11 +346,19 @@ return console.askYesNo(message, true);
</object>
</property>
<property name="imageEdgeBackgroundColor">
<object class="java.awt.Color">
<int>25</int>
<int>143</int>
<int>220</int>
<int>255</int>
<object class="com.install4j.runtime.beans.LightOrDarkColor">
<object class="java.awt.Color">
<int>25</int>
<int>143</int>
<int>220</int>
<int>255</int>
</object>
<object class="java.awt.Color">
<int>0</int>
<int>74</int>
<int>151</int>
<int>255</int>
</object>
</object>
</property>
<property name="imageEdgeBorder" type="boolean" value="true" />
Expand Down Expand Up @@ -396,11 +412,19 @@ return console.askYesNo(message, true);
<group id="49" beanClass="com.install4j.runtime.beans.groups.VerticalFormComponentGroup" useExternalParametrization="true" externalParametrizationName="Customize title bar" externalParametrizationMode="include">
<serializedBean>
<property name="backgroundColor">
<object class="java.awt.Color">
<int>255</int>
<int>255</int>
<int>255</int>
<int>255</int>
<object class="com.install4j.runtime.beans.LightOrDarkColor">
<object class="java.awt.Color">
<int>255</int>
<int>255</int>
<int>255</int>
<int>255</int>
</object>
<object class="java.awt.Color">
<int>49</int>
<int>52</int>
<int>53</int>
<int>255</int>
</object>
</object>
</property>
<property name="borderSides">
Expand Down Expand Up @@ -503,8 +527,8 @@ return console.askYesNo(message, true);
</styles>
</installerGui>
<mediaSets>
<windows name="Windows" id="153">
<jreBundle jreBundleSource="generated">
<windows name="Windows" id="153" architecture="64">
<jreBundle>
<modules>
<defaultModules set="jre" />
</modules>
Expand All @@ -515,7 +539,7 @@ return console.askYesNo(message, true);
<launcher id="156" />
<launcher id="158" />
</excludedLaunchers>
<jreBundle jreBundleSource="generated">
<jreBundle>
<modules>
<defaultModules set="jre" />
</modules>
Expand Down

0 comments on commit bbb17de

Please sign in to comment.