-
-
Notifications
You must be signed in to change notification settings - Fork 68
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
[#60][#62] Unchecked Exception in Parser #72
[#60][#62] Unchecked Exception in Parser #72
Conversation
Update maven plugin and contact information to match master pom.xml
Modified test to use Junit4's `Parameterized` runner and added an emoji test
Looks good, except that you include PR74, this PR in not published in any V2.4 version yet. |
PR74 should not be included in branch 2.3; it could cause breathing changes for current users; the parser is now based on OS environment default encoding. Maybe I'm wrong. Furthermore, what is your point of view about issue 36? As you may have noticed, I'm not using java anymore... |
This reverts commit 306617d.
I reverted the fix for #73 as this might introduce a breaking change. |
@UrielCh would you mind to have a second look and merge this PR? I was hoping to see the fixed version in the next spring-boot update... |
NumberFormatException
inJSONParserBase
(Fixes Uncaught Exception in Parser #60 , when we release new version to fix CVE-2021-27568 #62)