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

Force version upgrade of qdox #9

Merged
merged 1 commit into from Apr 11, 2020
Merged

Conversation

britter
Copy link
Owner

@britter britter commented Apr 10, 2020

The qdox library is used by maven-plugin-tools in order to analyze
JavaDocs. The qdox version brought in by maven-plugin-tools:3.6.0 is
2.0-M5. However there was a bug that caused NullPointerExceptions when
enum values have methods with generics.
We now require at least the release that has the fix and prefer the
latest currently available release.

The qdox library is used by maven-plugin-tools in order to analyze
JavaDocs. The qdox version brought in by maven-plugin-tools:3.6.0 is
2.0-M5. However there was a bug that caused NullPointerExceptions when
enum values have methods with generics.
We now require at least the release that has the fix and prefer the
latest currently available release.
@britter britter merged commit 852bd3e into master Apr 11, 2020
@britter britter deleted the bene/force-upgrade-for-qdox branch April 11, 2020 09:00
@britter britter added this to the 0.2.0 milestone Apr 11, 2020
@britter britter added the bug Something isn't working label Apr 11, 2020
britter added a commit that referenced this pull request Mar 8, 2022
The test for #9 is quite specific so it's moved to a dedicated class to
not confuse readers of PluginDescriptorGenerationFuncTest.
britter added a commit that referenced this pull request Mar 9, 2022
The test for #9 is quite specific so it's moved to a dedicated class to
not confuse readers of PluginDescriptorGenerationFuncTest.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant