-
Notifications
You must be signed in to change notification settings - Fork 0
fix: Update to Jdk 25 #466
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
csikb
wants to merge
44
commits into
renovate/bellsoft-liberica-runtime-container-25.x
Choose a base branch
from
jdk-25
base: renovate/bellsoft-liberica-runtime-container-25.x
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 33 commits
Commits
Show all changes
44 commits
Select commit
Hold shift + click to select a range
ed4895a
chore: update Java version in Dockerfile and sdkmanrc to liberica
csikb e5883ee
chore: update Java version in Dockerfile and sdkmanrc to liberica
csikb 420ee01
chore: update upload-artifact action to v4.6.2 in gradle.yml
csikb 27e6762
chore: update upload-artifact action to v4.6.2 in gradle.yml
csikb 96dc8c5
chore: update upload-artifact action to v4.6.2 in gradle.yml
csikb 1806ace
Merge branch 'refs/heads/main' into gh-actions
csikb 3542708
feat: add SonarQube plugin and configuration for code quality analysis
csikb 7bf6e7e
fix: update gradle.yml to set fetch-depth for Git blame information
csikb 58e244c
Merge branch 'main' into gh-actions
csikb eca713d
Update gradle.yml
csikb 790cdb3
chore: update scorecard.yml for improved GitHub Actions integration
csikb c3aab6b
feat: add application configuration and initial test setup
csikb 50095f5
Merge branch 'main' into gh-actions
csikb 7a15f24
feat: upgrade to Java 25 and update Gradle wrapper to 9.1.0
csikb 9875214
feat: update Kotlin dependencies to version 2.3.0
csikb 373be78
Merge branch 'main' into jdk-25
csikb 3ecfdd3
Merge branch 'main' into jdk-25
csikb 4e60d29
Update .sdkmanrc
csikb 0bd6b28
feat: update Kotlin dependencies to 2.3.0-dev-9673 and add bootstrap …
csikb a5acf33
Merge branch 'main' into jdk-25
csikb 1d57787
chore: update Dockerfile to use specific image digest for build
csikb 697da06
refactor: remove unnecessary whitespace in BssWebApplicationTest
csikb c0558a5
chore: update OpenJDK image version to 25.0 in config.yml
csikb b61e4ad
chore: update OpenJDK image version to 25.0 in config.yml
csikb 05cb963
chore: reorganize Dockerfile and settings.gradle.kts for improved bui…
csikb d4031cc
Merge branch 'main' into gh-actions
csikb 7b42750
chore: optimize Dockerfile with cache mounts for gradle builds
csikb 3b7049d
Merge branch 'main' into gh-actions
csikb 330e4e2
Merge branch 'main' into gh-actions
csikb 817f6b7
Merge branch 'gh-actions' into jdk-25
csikb 62bda84
chore: update Java version to 25 in gradle.yml and modify docker.yml …
csikb 13df06e
chore: remove conditional platform setting from docker.yml
csikb 858fbb5
Merge branch 'main' into jdk-25
csikb 3e6b020
Update build.gradle.kts
csikb 073755c
chore(deps): update Kotlin dependencies and Detekt version
csikb c792695
chore(deps): update Kotlin dependencies and Detekt version
csikb 01743b5
chore(deps): update Kotlin dependencies and Detekt version
csikb ebfea61
chore(deps): update Kotlin dependencies and Detekt version
csikb 7da06dd
Update libs.versions.toml
csikb 49516b8
Update build.gradle.kts
csikb 412a015
perf(deps): update bellsoft/liberica-runtime-container docker tag
renovate[bot] c2b941c
Merge remote-tracking branch 'origin/renovate/bellsoft-liberica-runti…
csikb 3244b4a
chore(deps): update Kotlin dependencies and Detekt version
csikb 29d3a03
chore(build): remove deprecated Detekt snapshot repository
csikb File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,3 @@ | ||
| # Enable auto-env through the sdkman_auto_env config | ||
| # Add key=value pairs of SDKs to use below | ||
| java=21.0.8-librca | ||
| java=25-librca |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
11 changes: 11 additions & 0 deletions
11
server/src/test/kotlin/hu/bsstudio/bssweb/BssWebApplicationTest.kt
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,11 @@ | ||
| package hu.bsstudio.bssweb | ||
|
|
||
| import org.junit.jupiter.api.Test | ||
| import org.springframework.boot.test.context.SpringBootTest | ||
|
|
||
| @SpringBootTest | ||
| class BssWebApplicationTest { | ||
| @Test | ||
| fun contextLoads() { | ||
| } | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,13 @@ | ||
| bss: | ||
| file-api: | ||
| url: http://localhost:8888 | ||
| spring: | ||
| datasource: | ||
| url: jdbc:tc:postgresql:16.3-alpine3.18:///db?currentSchema=private | ||
| security: | ||
| oauth2: | ||
| resourceserver: | ||
| opaquetoken: | ||
| introspection-uri: http://localhost:8888 | ||
| client-id: client-id | ||
| client-secret: client-secret |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,5 @@ | ||
| rootProject.name = "bss-web-admin-backend" | ||
|
|
||
| include( | ||
| "client", | ||
| "integration", | ||
|
|
||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🧩 Analysis chain
Verify the Docker image hashes are correct.
The base images have been updated to JDK 25 with new SHA256 hashes. While Liberica Runtime Container (Liberica Lite with Alpaquita Linux) supports JDK 25 as an LTS version, the new hashes must be verified as authentic to prevent supply-chain risks.
Please confirm these hashes by running:
Also ensure that the application is tested and verified to work correctly with Java 25, as this is a major version upgrade from JDK 21.
Also applies to: 29-29
🏁 Script executed:
Length of output: 0
🏁 Script executed:
Length of output: 2344
Update the jdk-25-cds-musl image hash—current hash does not match Docker Hub.
The jre-25-cds-musl hash is correct, but the jdk-25-cds-musl hash is invalid:
450594440bb32b72f281e50626b629f1cc60caeb7796638bc570b9fab03e55ee3726c869b95563c00a642d52fc06afdc649ac3071cad160152846515597b6ab1Update line 1 to use the correct hash. This will prevent build failures and supply-chain risks.
🧰 Tools
🪛 Checkov (3.2.334)
[low] 1-40: Ensure that HEALTHCHECK instructions have been added to container images
(CKV_DOCKER_2)
🤖 Prompt for AI Agents