File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2929# java_version: '21'
3030# secrets: inherit
3131
32- e438-distro :
33- uses : ./.github/workflows/gh-hosted-eclipse-distro-build.yml
34- with :
35- eclipse_profile : ' e438'
36- build_type : ' release'
37- p2-qualifier : ${{ inputs.qualifier }}
38- sts-language-servers-version : ${{ inputs.sts-language-servers-version }}
39- java_version : ' 21'
40- secrets : inherit
41-
4232 e439-distro :
4333 uses : ./.github/workflows/gh-hosted-eclipse-distro-build.yml
4434 with :
Original file line number Diff line number Diff line change 1717 eclipse-ls-extension :
1818 uses : ./.github/workflows/eclipse-ls-extensions-build.yml
1919 with :
20- eclipse_profile : ' e438 '
20+ eclipse_profile : ' e439 '
2121 build_type : ' release'
2222 skip_tests : true
2323 sts-language-servers-version : ${{ inputs.sts-language-servers-version }}
Original file line number Diff line number Diff line change 2424 needs : [ language-servers-multiplatform-build ]
2525 uses : ./.github/workflows/eclipse-ls-extensions-build.yml
2626 with :
27- eclipse_profile : ' e438 '
27+ eclipse_profile : ' e439 '
2828 build_type : ' snapshot'
2929 skip_tests : true
3030 secrets : inherit
3838# java_version: '21'
3939# secrets: inherit
4040#
41- e438-distro :
42- needs : [ eclipse-ls-extensions ]
43- uses : ./.github/workflows/gh-hosted-eclipse-distro-build.yml
44- with :
45- eclipse_profile : ' e438'
46- build_type : ' snapshot'
47- java_version : ' 21'
48- secrets : inherit
4941
5042 e439-distro :
5143 needs : [ eclipse-ls-extensions ]
Original file line number Diff line number Diff line change @@ -39,16 +39,16 @@ <h2>Eclipse p2 repositories</h2>
3939
4040 < h2 > Eclipse-based Distribution Builds</ h2 >
4141
42- < h3 > Spring Tools for Eclipse - based on Eclipse 2026-03 Milestone Builds (4.39 .0)</ h3 >
43- < div id ="e439 "> </ div >
42+ < h3 > Spring Tools for Eclipse - based on Eclipse 2026-06 Milestone Builds (4.40 .0)</ h3 >
43+ < div id ="e440 "> </ div >
4444 < script type ="text/javascript ">
45- $ ( '#e439 ' ) . load ( 'sts-nightly-e4.39 .html' ) ;
45+ $ ( '#e440 ' ) . load ( 'sts-nightly-e4.40 .html' ) ;
4646 </ script >
4747
48- < h3 > Spring Tools for Eclipse - based on Eclipse 2025-12 Release (4.38 .0)</ h3 >
49- < div id ="e438 "> </ div >
48+ < h3 > Spring Tools for Eclipse - based on Eclipse 2026-03 Release (4.39 .0)</ h3 >
49+ < div id ="e439 "> </ div >
5050 < script type ="text/javascript ">
51- $ ( '#e438 ' ) . load ( 'sts-nightly-e4.38 .html' ) ;
51+ $ ( '#e439 ' ) . load ( 'sts-nightly-e4.39 .html' ) ;
5252 </ script >
5353
5454 < h2 > Spring Tools - Visual Studio Code Extensions</ h2 >
Original file line number Diff line number Diff line change 1- ./mvnw clean package -Pe438 -Psnapshot -Dhttpclient.retry-max=20 -Dmaven.test.skip=true -Declipse.p2.mirrors=false -Dtycho.localArtifacts=ignore -Dorg.eclipse.equinox.p2.transport.ecf.retry=5
1+ ./mvnw clean package -Pe439 -Psnapshot -Dhttpclient.retry-max=20 -Dmaven.test.skip=true -Declipse.p2.mirrors=false -Dtycho.localArtifacts=ignore -Dorg.eclipse.equinox.p2.transport.ecf.retry=5
Original file line number Diff line number Diff line change @@ -5,4 +5,4 @@ cd ../headless-services
55./mvnw clean install -Dmaven.test.skip=true
66
77cd $workdir
8- ./mvnw -Psnapshot -Pe438 clean install -Dmaven.test.skip=true -Declipse.p2.mirrors=false
8+ ./mvnw -Psnapshot -Pe439 clean install -Dmaven.test.skip=true -Declipse.p2.mirrors=false
You can’t perform that action at this time.
0 commit comments