Skip to content
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

Update dependency org.junit:junit-bom to v5.12.0 #10442

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 21, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
org.junit:junit-bom (source) 5.11.4 -> 5.12.0 age adoption passing confidence

Configuration

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

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates 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 enabled auto-merge (squash) February 21, 2025 17:52
renovate-approve[bot]
renovate-approve bot previously approved these changes Feb 21, 2025
@renovate renovate bot force-pushed the renovate/junit5-monorepo branch 9 times, most recently from 5de794c to 3c972a6 Compare February 25, 2025 02:59
@renovate renovate bot force-pushed the renovate/junit5-monorepo branch from 3c972a6 to 627bf09 Compare February 25, 2025 06:34
@renovate renovate bot force-pushed the renovate/junit5-monorepo branch from 627bf09 to a8f24f2 Compare February 25, 2025 12:50
JUnit 5.12 added the new type `OutputDirectoryProvider` and a new parameter to the (internal) class `org.junit.jupiter.engine.config.DefaultJupiterConfiguration`. While updating the code for 5.12 is straight forward, we still have to support both 5.12 and < 5.12, because Quarkus has an enforced dependency to JUnit 5.10.x, even in the upcoming Quarkus 3.19 release. Therefore a new `JUnitCompat` class has been added that can deal with both scenarios. Since it's impossible to do a `super(...)` call in a constructor using Java reflection, `MultiEnvDelegatingJupiterConfiguration` has been added as well to satisfy that use case.
Copy link
Contributor Author

renovate bot commented Feb 25, 2025

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

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.

1 participant