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

build: update Java Module patching #15578

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

jjohannes
Copy link
Collaborator

Description:

  • Update extra-java-module-info to 1.9
  • Configure a consistent classpath (new feature in 1.9) to no longer do multiple transformations of the same Jar
  • For the consistent/global classpath, use the 'gradle/aggregation' project to configure it (renamed from 'gradle/reports')
  • Update Guava and related libraries and remove no longer needed patch rules

Related issue(s):

#14255

Notes for reviewer:

Checklist

  • Documented (Code comments, README, etc.)
  • Tested (unit, integration, etc.)

@jjohannes jjohannes added this to the v0.55 milestone Sep 22, 2024
@jjohannes jjohannes self-assigned this Sep 22, 2024
@jjohannes jjohannes marked this pull request as ready for review September 23, 2024 02:41
@jjohannes jjohannes requested review from a team as code owners September 23, 2024 02:41
- Update extra-java-module-info to 1.9
- Configure a consistent classpath (new feature in 1.9) to no longer
  do multiple transformations of the same Jar
- For the consistent/global classpath, use the 'gradle/aggregation'
  project to configure it (renamed from 'gradle/reports')
- Update Guava and related libraries and remove no longer needed patch
  rules

Signed-off-by: Jendrik Johannes <jendrik.johannes@gmail.com>
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