-
Notifications
You must be signed in to change notification settings - Fork 41
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
fix: CPATH persistence #1014
fix: CPATH persistence #1014
Conversation
A bug in jdeps causes --print-module-deps to ignore recursive settings when it is present on classpath after --recursive.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You probably want to integrate yanksyoon#1 in your PR - there is a still problem with jdeps in Java 21.
Also we need an integration test.
fix: add integration test for embedded jar
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
maybe amend changelog regarding jdeps argument order change?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! The code itself is fine, just a couple of points about the changelog and test
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. The linter and integration CI failures look straightforward to resolve.
docs/reference/changelog.rst
)?Fixes: #1013 (comment)