This is an automated email from the ASF dual-hosted git repository.
slachiewicz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-jdeps-plugin.git
The following commit(s) were added to refs/heads/master by this push:
new de689fb feat: add jdkinternals parameter (#73)
de689fb is described below
commit de689fbed615fd0f6c5fff5f1c07223dc0836e1e
Author: Sylwester Lachiewicz <[email protected]>
AuthorDate: Fri Dec 26 11:42:58 2025 +0100
feat: add jdkinternals parameter (#73)
- Add 'jdkinternals' parameter to AbstractJDepsMojo to support the
-jdkinternals flag
- Add unit tests for the new jdkinternals parameter functionality
This implements the feature requested in issue #24 to add support for the
-jdkinternals option which filters output to show only internal API usage.
Closes #24 #39