Skip to content

Commit 31a438e

Browse files
committed
add snapshot builds for e4.38
1 parent 68ea5b5 commit 31a438e

File tree

2 files changed

+17
-24
lines changed

2 files changed

+17
-24
lines changed

.github/workflows/snapshot-all.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -37,15 +37,6 @@ jobs:
3737
# build_type: 'snapshot'
3838
# java_version: '21'
3939
# secrets: inherit
40-
#
41-
# e436-distro:
42-
# needs: [ eclipse-ls-extensions ]
43-
# uses: ./.github/workflows/gh-hosted-eclipse-distro-build.yml
44-
# with:
45-
# eclipse_profile: 'e436'
46-
# build_type: 'snapshot'
47-
# java_version: '21'
48-
# secrets: inherit
4940
#
5041
e437-distro:
5142
needs: [ eclipse-ls-extensions ]
@@ -56,6 +47,15 @@ jobs:
5647
java_version: '21'
5748
secrets: inherit
5849

50+
e438-distro:
51+
needs: [ eclipse-ls-extensions ]
52+
uses: ./.github/workflows/gh-hosted-eclipse-distro-build.yml
53+
with:
54+
eclipse_profile: 'e438'
55+
build_type: 'snapshot'
56+
java_version: '21'
57+
secrets: inherit
58+
5959
vscode-spring-boot:
6060
needs: [ language-servers-multiplatform-build ]
6161
uses: ./.github/workflows/snapshot-vscode-extension.yml

eclipse-distribution/common/html/nightly-distributions.html

Lines changed: 8 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,8 @@ <h2>Eclipse p2 repositories</h2>
2323

2424
<p><b>STS5 Distributions:</b>
2525
<ul>
26+
<li>for Eclipse 2025-12 (4.38): <a href="https://cdn.spring.io/spring-tools/snapshot/update/e4.38">https://cdn.spring.io/spring-tools/snapshot/update/e4.38</a></li>
2627
<li>for Eclipse 2025-09 (4.37): <a href="https://cdn.spring.io/spring-tools/snapshot/update/e4.37">https://cdn.spring.io/spring-tools/snapshot/update/e4.37</a></li>
27-
<!-- <li>for Eclipse 2025-06 (4.36): <a href="https://cdn.spring.io/spring-tools/snapshot/update/e4.36">https://cdn.spring.io/spring-tools/snapshot/update/e4.36</a></li>
28-
<li>for Eclipse 2025-03 (4.35): <a href="https://cdn.spring.io/spring-tools/snapshot/update/e4.35">https://cdn.spring.io/spring-tools/snapshot/update/e4.35</a></li> -->
2928
</ul>
3029
</p>
3130

@@ -40,24 +39,18 @@ <h2>Eclipse p2 repositories</h2>
4039

4140
<h2>Eclipse-based Distribution Builds</h2>
4241

43-
<h3>Spring Tools for Eclipse - based on Eclipse 2025-09 Milestone Builds (4.37.0)</h3>
44-
<div id="e437"></div>
45-
<script type="text/javascript">
46-
$('#e437').load('sts-nightly-e4.37.html');
47-
</script>
48-
<!--
49-
<h3>Spring Tools for Eclipse - based on Eclipse 2025-06 Release (4.36.0)</h3>
50-
<div id="e436"></div>
42+
<h3>Spring Tools for Eclipse - based on Eclipse 2025-12 Milestone Builds (4.38.0)</h3>
43+
<div id="e438"></div>
5144
<script type="text/javascript">
52-
$('#e436').load('sts-nightly-e4.36.html');
45+
$('#e438').load('sts-nightly-e4.38.html');
5346
</script>
5447

55-
<h3>Spring Tools for Eclipse - based on Eclipse 2025-03 Release (4.35.0)</h3>
56-
<div id="e435"></div>
48+
<h3>Spring Tools for Eclipse - based on Eclipse 2025-09 Release (4.37.0)</h3>
49+
<div id="e437"></div>
5750
<script type="text/javascript">
58-
$('#e435').load('sts-nightly-e4.35.html');
51+
$('#e437').load('sts-nightly-e4.37.html');
5952
</script>
60-
-->
53+
6154
<h2>Spring Tools - Visual Studio Code Extensions</h2>
6255

6356
<div id="vsix"></div>

0 commit comments

Comments
 (0)