Skip to content

chore(deps): update dependency java to v25 - autoclosed#897

Closed
renovate[bot] wants to merge 1 commit intomainfrom
renovate/java-25.x
Closed

chore(deps): update dependency java to v25 - autoclosed#897
renovate[bot] wants to merge 1 commit intomainfrom
renovate/java-25.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Nov 18, 2025

This PR contains the following updates:

Package Update Change
java major 21.0.9+10.0.LTS -> 25.0.1+8.0.LTS

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot requested review from a team as code owners November 18, 2025 17:04
@trask
Copy link
Copy Markdown
Member

trask commented Nov 18, 2025

@zeitlinger is this expected for it to fail on Java 25?

@renovate renovate Bot force-pushed the renovate/java-25.x branch from 5460587 to 5b7f75c Compare November 19, 2025 02:54
@zeitlinger
Copy link
Copy Markdown
Member

@zeitlinger is this expected for it to fail on Java 25?

The java version in the dockerfile must be updated first - should we create a rule to bundle them in renovate?

@zeitlinger
Copy link
Copy Markdown
Member

zeitlinger commented Nov 21, 2025

The java version in the dockerfile must be updated first - should we create a rule to bundle them in renovate?

docker file updates are disabled

"matchPackageNames": ["eclipse-temurin"],

I created #910 to remove the pin

@trask I can't see why they were disabled - can you remember?

@zeitlinger zeitlinger mentioned this pull request Nov 21, 2025
@trask
Copy link
Copy Markdown
Member

trask commented Nov 21, 2025

@zeitlinger is this expected for it to fail on Java 25?

The java version in the dockerfile must be updated first - should we create a rule to bundle them in renovate?

can you explain the issue a bit more? thanks

@trask I can't see why they were disabled - can you remember?

yeah, we were intentionally running examples on earlier Java versions, but we can definitely revisit this (as long as we still compile the bytecode to earlier version to make sure users can copy-paste the examples into apps still running on earlier Java versions)

@zeitlinger
Copy link
Copy Markdown
Member

The java version in the dockerfile must be updated first - should we create a rule to bundle them in renovate?

can you explain the issue a bit more? thanks

I think we can't tell renovate to update one dependency before or together with another - because one of from docker and the other from mise

yeah, we were intentionally running examples on earlier Java versions, but we can definitely revisit this (as long as we still compile the bytecode to earlier version to make sure users can copy-paste the examples into apps still running on earlier Java versions)

created #915

@trask
Copy link
Copy Markdown
Member

trask commented Nov 24, 2025

sorry, what I was trying to ask (poorly) is what does oats use Java for (wondering why needs to be aligned)?

@zeitlinger
Copy link
Copy Markdown
Member

sorry, what I was trying to ask (poorly) is what does oats use Java for (wondering why needs to be aligned)?

this is the workflow:

@trask
Copy link
Copy Markdown
Member

trask commented Nov 25, 2025

can we limit the mise action to just running oats? and using our normal workflow for running gradle?

@zeitlinger
Copy link
Copy Markdown
Member

can we limit the mise action to just running oats? and using our normal workflow for running gradle?

Yes, but that would mean that you can't locally run mise run oats-tests as a one-stop command to build the app and run the test.

@trask
Copy link
Copy Markdown
Member

trask commented Nov 25, 2025

yeah, I would prefer not to use mise as a replacement for running gradle at this point

@zeitlinger
Copy link
Copy Markdown
Member

yeah, I would prefer not to use mise as a replacement for running gradle at this point

got it - created #922, which should auto-close this PR

@zeitlinger
Copy link
Copy Markdown
Member

yeah, I would prefer not to use mise as a replacement for running gradle at this point

got it - created #922, which should auto-close this PR

once #923 is merged

@renovate renovate Bot changed the title chore(deps): update dependency java to v25 chore(deps): update dependency java to v25 - autoclosed Nov 26, 2025
@renovate renovate Bot closed this Nov 26, 2025
@renovate renovate Bot deleted the renovate/java-25.x branch November 26, 2025 16:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants