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

JDK classes should also be scanned if required #1999

Open
cristalp opened this issue Sep 24, 2024 · 0 comments · May be fixed by #2002
Open

JDK classes should also be scanned if required #1999

cristalp opened this issue Sep 24, 2024 · 0 comments · May be fixed by #2002

Comments

@cristalp
Copy link
Contributor

Started by #1995

The Maven plugin doesn't scan any JDK classes. We use TimeUnit in some REST endpoints, and while there is a workaround for that (thanks @MikeEdgar), it's cumbersome.

So I suggest an enhancement: Either there should be a flag to enable JDK class scanning or there should be a plugin property where a number of JDK classes can be listed to be scanned.

Since the first solution would probably make scanning slower, I suggest implementing the second solution - thanks!

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 a pull request may close this issue.

1 participant