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

MINOR: [Java] Bump org.jacoco:jacoco-maven-plugin from 0.8.11 to 0.8.12 in /java #41516

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 3, 2024

Bumps org.jacoco:jacoco-maven-plugin from 0.8.11 to 0.8.12.

Release notes

Sourced from org.jacoco:jacoco-maven-plugin's releases.

0.8.12

New Features

  • JaCoCo now officially supports Java 22 (GitHub #1596).
  • Experimental support for Java 23 class files (GitHub #1553).

Fixed bugs

  • Branches added by the Kotlin compiler for functions with default arguments and having more than 32 parameters are filtered out during generation of report (GitHub #1556).
  • Branch added by the Kotlin compiler version 1.5.0 and above for reading from lateinit property is filtered out during generation of report (GitHub #1568).

Non-functional Changes

  • JaCoCo now depends on ASM 9.7 (GitHub #1600).
Commits

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot requested a review from lidavidm as a code owner May 3, 2024 06:45
@dependabot dependabot bot added dependencies Dependabot-only java Dependabot-only labels May 3, 2024
@jbonofre
Copy link
Member

jbonofre commented May 3, 2024

@dependabot rebase

Copy link
Contributor Author

dependabot bot commented on behalf of github May 3, 2024

Sorry, only users with push access can use that command.

@lidavidm
Copy link
Member

lidavidm commented May 3, 2024

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/maven/java/org.jacoco-jacoco-maven-plugin-0.8.12 branch from c591eed to cab381b Compare May 3, 2024 12:44
@vibhatha
Copy link
Collaborator

vibhatha commented May 3, 2024

This CI failure is appearing in other PRs as well.

@jbonofre
Copy link
Member

jbonofre commented May 3, 2024

@vibhatha yup, same Conda issue. Let me try to fix that asap and then we will rebase.

@vibhatha
Copy link
Collaborator

vibhatha commented May 3, 2024

Thanks a lot @jbonofre 🙏

@vibhatha
Copy link
Collaborator

vibhatha commented Jun 6, 2024

Hey @jbonofre did you get any time to look into this?

@lidavidm
Copy link
Member

lidavidm commented Jun 6, 2024

Maybe let's get the big Apache POM upgrade in first?

@vibhatha
Copy link
Collaborator

vibhatha commented Jun 6, 2024

Yes definitely.

@lidavidm
Copy link
Member

lidavidm commented Jun 6, 2024

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/maven/java/org.jacoco-jacoco-maven-plugin-0.8.12 branch from cab381b to dd0a47e Compare June 6, 2024 00:29
@vibhatha
Copy link
Collaborator

vibhatha commented Jun 6, 2024

@lidavidm seems like CIs are passing. Shall we run a crossbow too?

@lidavidm
Copy link
Member

lidavidm commented Jun 6, 2024

Sure

@vibhatha
Copy link
Collaborator

vibhatha commented Jun 6, 2024

@github-actions crossbow submit -g java

Copy link

github-actions bot commented Jun 6, 2024

Revision: dd0a47e

Submitted crossbow builds: ursacomputing/crossbow @ actions-3d95a4100e

Task Status
java-jars GitHub Actions
test-conda-python-3.10-spark-v3.5.0 GitHub Actions
test-conda-python-3.11-spark-master GitHub Actions
test-conda-python-3.8-spark-v3.5.0 GitHub Actions
verify-rc-source-java-linux-almalinux-8-amd64 GitHub Actions
verify-rc-source-java-linux-conda-latest-amd64 GitHub Actions
verify-rc-source-java-linux-ubuntu-20.04-amd64 GitHub Actions
verify-rc-source-java-linux-ubuntu-22.04-amd64 GitHub Actions
verify-rc-source-java-macos-amd64 GitHub Actions

@vibhatha
Copy link
Collaborator

vibhatha commented Jun 6, 2024

@lidavidm LGTM! All the CIs are passing.

@vibhatha
Copy link
Collaborator

vibhatha commented Jun 6, 2024

The minor default CI failures(2) are due to an already reported issue.

@lidavidm
Copy link
Member

lidavidm commented Jun 7, 2024

@dependabot rebase

Bumps [org.jacoco:jacoco-maven-plugin](https://github.com/jacoco/jacoco) from 0.8.11 to 0.8.12.
- [Release notes](https://github.com/jacoco/jacoco/releases)
- [Commits](jacoco/jacoco@v0.8.11...v0.8.12)

---
updated-dependencies:
- dependency-name: org.jacoco:jacoco-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/maven/java/org.jacoco-jacoco-maven-plugin-0.8.12 branch from dd0a47e to 5c03886 Compare June 7, 2024 06:22
@vibhatha
Copy link
Collaborator

@lidavidm failing CIs seems to be not related. Running crossbows.

@vibhatha
Copy link
Collaborator

@github-actions crossbow submit -g java

Copy link

Revision: 5c03886

Submitted crossbow builds: ursacomputing/crossbow @ actions-6eecba7760

Task Status
java-jars GitHub Actions
test-conda-python-3.10-spark-v3.5.0 GitHub Actions
test-conda-python-3.11-spark-master GitHub Actions
test-conda-python-3.8-spark-v3.5.0 GitHub Actions
verify-rc-source-java-linux-almalinux-8-amd64 GitHub Actions
verify-rc-source-java-linux-conda-latest-amd64 GitHub Actions
verify-rc-source-java-linux-ubuntu-20.04-amd64 GitHub Actions
verify-rc-source-java-linux-ubuntu-22.04-amd64 GitHub Actions
verify-rc-source-java-macos-amd64 GitHub Actions

@github-actions github-actions bot added awaiting merge Awaiting merge and removed awaiting review Awaiting review labels Jun 10, 2024
@lidavidm lidavidm merged commit 95db23e into main Jun 10, 2024
62 of 65 checks passed
@lidavidm lidavidm removed the awaiting merge Awaiting merge label Jun 10, 2024
@lidavidm lidavidm deleted the dependabot/maven/java/org.jacoco-jacoco-maven-plugin-0.8.12 branch June 10, 2024 04:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component: Java dependencies Dependabot-only java Dependabot-only
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants