-
-
Notifications
You must be signed in to change notification settings - Fork 795
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
fastdoubleparser 1.0.0 #1163
fastdoubleparser 1.0.0 #1163
Conversation
@cowtowncoder this should fox the NPE in #1161 I would like to backport this to 2.16.1 if that's ok. Users who enable fast parsing of big decimals could easily hit the NPE. |
@@ -182,6 +182,7 @@ com.fasterxml.jackson.core.*;version=${project.version} | |||
<artifact>ch.randelshofer:fastdoubleparser</artifact> | |||
<excludes> | |||
<exclude>META-INF/versions/**/module-info.*</exclude> | |||
<exclude>META-INF/versions/22/**/*.*</exclude> |
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.
I was about to suggest the same, +1 for backport to 2.16.1. |
Merged to |
relates to #1161 and wrandelshofer/FastDoubleParser#77