-
-
Notifications
You must be signed in to change notification settings - Fork 817
Upgrade FastDoubleParser
to 2.0.1
#1448
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
Conversation
It seems like we should probably only include LTS-matched classes, so leave JDK 21 but drop 23. |
This is currently blocked. maven-shade-plugin is omitting some new subpackages from FastDoubleParser. I have tried a few changes to the config setup but the classes are still missing so far. |
The issue seems that the We could merge this and if anything breaks in other Jackson builds, we could revert this. |
pom.xml
Outdated
@@ -175,6 +175,7 @@ com.fasterxml.jackson.core.*;version=${project.version} | |||
<plugin> | |||
<groupId>org.apache.maven.plugins</groupId> | |||
<artifactId>maven-shade-plugin</artifactId> | |||
<version>3.6.0</version> |
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.
Not needed, should come from "oss-parent", will remove.
FastDoubleParser
to 2.0.1
Sure, I can merge this now and we can see what (if anything) happens downstream. |
FastDoubleParser
) #1447 is dealt withFastDoubleParser
) #1447 to match what is in fastdoubleparser 2.0.1 (this jar has Java 23 classes but no Java 22 ones)