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.jacoco:jacoco-maven-plugin to v0.8.10 (release/4.0.x) #6966

Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 6, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
org.jacoco:jacoco-maven-plugin (source) 0.8.8 -> 0.8.10 age adoption passing confidence

Release Notes

jacoco/jacoco (org.jacoco:jacoco-maven-plugin)

v0.8.10: 0.8.10

Compare Source

Fixed bugs

  • Agent should not require configuration of permissions for SecurityManager outside of its codeBase (GitHub #​1425).

v0.8.9: 0.8.9

Compare Source

New Features

  • JaCoCo now officially supports Java 19 and 20 (GitHub #​1371, #​1386).
  • Experimental support for Java 21 class files (GitHub #​1386).
  • Add parameter to include the current project in the report-aggregate Maven goal (GitHub #​1007).
  • Component accessors generated by the Java compilers for records are filtered out during generation of report. Contributed by Tesla Zhang (GitHub #​1393).

Fixed bugs

  • Agent should not open java.lang package to unnamed module of the application class loader (GitHub #​1334).

Non-functional Changes


Configuration

📅 Schedule: Branch creation - "before 2am" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot requested a review from a team as a code owner April 6, 2023 08:08
@renovate renovate bot added the dependencies Pull requests that update a dependency file label Apr 6, 2023
@renovate renovate bot enabled auto-merge (rebase) April 6, 2023 08:08
@joschi joschi added this to the 4.0.1 milestone Apr 6, 2023
@renovate renovate bot force-pushed the renovate/release/4.0.x-patch-jacoco-maven-plugin.version branch 12 times, most recently from 91ac082 to 5d7c0d9 Compare April 9, 2023 01:20
@renovate renovate bot force-pushed the renovate/release/4.0.x-patch-jacoco-maven-plugin.version branch 14 times, most recently from 6739698 to 530f8c7 Compare April 23, 2023 21:17
@renovate renovate bot force-pushed the renovate/release/4.0.x-patch-jacoco-maven-plugin.version branch 10 times, most recently from b72ee1f to ba3d9d4 Compare September 15, 2023 22:56
@renovate renovate bot force-pushed the renovate/release/4.0.x-patch-jacoco-maven-plugin.version branch 7 times, most recently from f1ea301 to 9b94633 Compare September 23, 2023 13:24
@renovate
Copy link
Contributor Author

renovate bot commented Sep 23, 2023

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.

@zUniQueX
Copy link
Member

JaCoCo previously added opens directives for java.lang which it doesn't do anymore (jacoco/jacoco#1334). Afterburner needs this declarations so we have to use a workaround here.

@dropwizard/committers Perspectively, I'd suggest to make the Afterburner dependency not only optional, but entirely remove it from the dropwizard-jackson module. Users could still declare it to have Afterburner registered instead of Blackbird, but this would solve the problem this workaround is needed for.

@zUniQueX zUniQueX added this to the 4.0.2 milestone Sep 23, 2023
@joschi joschi removed this from the 4.0.2 milestone Sep 24, 2023
@zUniQueX zUniQueX force-pushed the renovate/release/4.0.x-patch-jacoco-maven-plugin.version branch from 351802a to 7596685 Compare October 8, 2023 19:38
@zUniQueX zUniQueX added this to the 4.0.3 milestone Oct 8, 2023
@sonarcloud
Copy link

sonarcloud bot commented Oct 8, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@joschi joschi merged commit 3c73ce0 into release/4.0.x Oct 10, 2023
20 of 21 checks passed
@joschi joschi deleted the renovate/release/4.0.x-patch-jacoco-maven-plugin.version branch October 10, 2023 11:45
@joschi joschi added the java Pull requests that update Java code label Feb 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants