Skip to content

Commit a4e52d3

Browse files
committed
use java 25
- use the correct eureka version, which is not a revision anymore - reset edit date in a patch
1 parent 5be24ba commit a4e52d3

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ try {
179179
Push-Location $workPath
180180
try {
181181
$serverName = $Name -replace '-', ''
182-
$JVM = "21"
182+
$JVM = "25"
183183
$bootVersion = Get-Content (Join-path $ImageDirectory "metadata" "SPRING_BOOT_VERSION")
184184
$serverVersion = Get-Content (Join-Path $ImageDirectory "metadata" "IMAGE_VERSION")
185185
$artifactName = "$serverName$serverVersion-boot$bootVersion-jvm$JVM.zip"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1
1+
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.3.0
1+
4.3.1
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
--- ./src/main/resources/application.properties 2025-10-01 14:13:49.968047867 -0500
2-
+++ ./src/main/resources/application.properties 2026-01-27 00:00:00.000000000 -0500
2+
+++ ./src/main/resources/application.properties 2025-10-01 14:13:24.727639700 -0500
33
@@ -0,0 +1,2 @@
44
+server.port=9099
55
+spring.thymeleaf.check-template-location=false

0 commit comments

Comments
 (0)