Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Sep 30, 2025

This PR contains the following updates:

Package Change Age Confidence
org.junit.jupiter:junit-jupiter-params (source) 5.13.4 -> 5.14.1 age confidence
org.junit.jupiter:junit-jupiter-api (source) 5.13.4 -> 5.14.1 age confidence

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 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 requested a review from a team as a code owner September 30, 2025 10:30
@codecov
Copy link

codecov bot commented Sep 30, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 90.10%. Comparing base (d41d466) to head (ac4ddc4).
⚠️ Report is 2 commits behind head on main.

Additional details and impacted files
@@             Coverage Diff              @@
##               main    #7715      +/-   ##
============================================
- Coverage     90.12%   90.10%   -0.02%     
  Complexity     7240     7240              
============================================
  Files           822      825       +3     
  Lines         21832    21850      +18     
  Branches       2141     2136       -5     
============================================
+ Hits          19676    19688      +12     
- Misses         1487     1496       +9     
+ Partials        669      666       -3     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@zeitlinger
Copy link
Member

Looks like it's blocked by #7502 to get graalvm/native-build-tools@eb52764

@renovate renovate bot force-pushed the renovate/junit-framework-monorepo branch 5 times, most recently from 9dc1504 to fbfafa2 Compare October 14, 2025 19:53
@renovate renovate bot force-pushed the renovate/junit-framework-monorepo branch from fbfafa2 to 3f280fd Compare October 21, 2025 16:54
@renovate renovate bot force-pushed the renovate/junit-framework-monorepo branch from 3f280fd to 60dc9e5 Compare October 31, 2025 16:57
@renovate renovate bot changed the title fix(deps): update junit-framework monorepo to v5.14.0 fix(deps): update junit-framework monorepo to v5.14.1 Oct 31, 2025
@renovate renovate bot force-pushed the renovate/junit-framework-monorepo branch from 60dc9e5 to a71f2eb Compare November 1, 2025 22:30
@renovate renovate bot force-pushed the renovate/junit-framework-monorepo branch 2 times, most recently from fa89e18 to 1993f13 Compare November 16, 2025 18:01
@renovate renovate bot force-pushed the renovate/junit-framework-monorepo branch 2 times, most recently from 6e79398 to 1e51ada Compare November 18, 2025 16:29
Comment on lines -84 to -91
@Test
void stringRepresentation() {
try (MetricExporter metricExporter = OtlpHttpMetricExporter.builder().build()) {
assertThat(metricExporter.toString())
.matches(
"OtlpHttpMetricExporter\\{"
+ "exporterName=otlp, "
+ "type=metric, "
Copy link
Member

@trask trask Nov 18, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

apparently these tests weren't running for a bit, fixed in 5.14.1:

https://docs.junit.org/5.14.1/release-notes/#release-notes-5.14.1

Fix support for test methods with the same signature as a package-private methods declared in super classes in different packages.

@renovate renovate bot force-pushed the renovate/junit-framework-monorepo branch from 7939a7d to a9ae144 Compare November 19, 2025 16:26
@trask
Copy link
Member

trask commented Nov 19, 2025

@renovatebot why did you force push over my fixes?

@jkwatson
Copy link
Contributor

@renovatebot why did you force push over my fixes?

This might have been me. I clicked the rebase button. DIdn't know things would be overwritten.

@renovate
Copy link
Contributor Author

renovate bot commented Nov 19, 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.

@trask trask force-pushed the renovate/junit-framework-monorepo branch from 9c6534e to ac4ddc4 Compare November 19, 2025 20:28
@trask
Copy link
Member

trask commented Nov 19, 2025

@renovatebot why did you force push over my fixes?

This might have been me. I clicked the rebase button. DIdn't know things would be overwritten.

no worries, should be ready now

@jkwatson jkwatson merged commit 3b68652 into main Nov 19, 2025
29 checks passed
@jkwatson jkwatson deleted the renovate/junit-framework-monorepo branch November 19, 2025 23:29
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.

3 participants