Skip to content

Commit 0197f25

Browse files
committed
update embedded JDK to JDK17 and include Apple Silicon M1 support for e421 target
1 parent 8d3194a commit 0197f25

File tree

2 files changed

+12
-2
lines changed
  • eclipse-distribution
    • org.springframework.boot.ide.product.e421
    • org.springframework.boot.ide.product.e422

2 files changed

+12
-2
lines changed

eclipse-distribution/org.springframework.boot.ide.product.e421/pom.xml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<properties>
1818
<dist.accessKey>${accessKey}</dist.accessKey>
1919
<dist.secretKey>${secretKey}</dist.secretKey>
20-
<justj.repository>https://download.eclipse.org/justj/jres/16/updates/release/latest/</justj.repository>
20+
<justj.repository>https://download.eclipse.org/justj/jres/17/updates/release/latest/</justj.repository>
2121
</properties>
2222

2323
<build>
@@ -184,6 +184,16 @@
184184
<appArgLine>-consoleLog -application org.eclipse.equinox.p2.director -nosplash -destination ${project.build.directory}/products/org.springframework.boot.ide.branding.sts4/macosx/cocoa/x86_64/SpringToolSuite4.app -repository ${justj.repository} -installIUs org.eclipse.justj.openjdk.hotspot.jre.full.feature.group</appArgLine>
185185
</configuration>
186186
</execution>
187+
<execution>
188+
<id>macos-aarch64</id>
189+
<phase>package</phase>
190+
<goals>
191+
<goal>eclipse-run</goal>
192+
</goals>
193+
<configuration>
194+
<appArgLine>-consoleLog -application org.eclipse.equinox.p2.director -nosplash -destination ${project.build.directory}/products/org.springframework.boot.ide.branding.sts4/macosx/cocoa/aarch64/SpringToolSuite4.app -repository ${justj.repository} -installIUs org.eclipse.justj.openjdk.hotspot.jre.full.feature.group</appArgLine>
195+
</configuration>
196+
</execution>
187197
<execution>
188198
<id>windows-x86_64</id>
189199
<phase>package</phase>

eclipse-distribution/org.springframework.boot.ide.product.e422/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<properties>
1818
<dist.accessKey>${accessKey}</dist.accessKey>
1919
<dist.secretKey>${secretKey}</dist.secretKey>
20-
<justj.repository>https://download.eclipse.org/justj/jres/17/updates/milestone/latest/</justj.repository>
20+
<justj.repository>https://download.eclipse.org/justj/jres/17/updates/release/latest/</justj.repository>
2121
</properties>
2222

2323
<build>

0 commit comments

Comments
 (0)