File tree Expand file tree Collapse file tree
spring-boot-admin/patches Expand file tree Collapse file tree Original file line number Diff line number Diff 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"
Original file line number Diff line number Diff line change 1- 1
1+
Original file line number Diff line number Diff line change 1- 4.3.0
1+ 4.3.1
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments