-
Notifications
You must be signed in to change notification settings - Fork 56
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
NPE when undeploying app with JPA and StdDateFormat #491
Comments
ikeyat
changed the title
NullPointerException when undeploying app with both JPA and Jackson's StdDateFormat
NPE when undeploying app with both JPA and Jackson's StdDateFormatPE
Feb 17, 2016
ikeyat
changed the title
NPE when undeploying app with both JPA and Jackson's StdDateFormatPE
NPE when undeploying app with JPA and StdDateFormat
Feb 17, 2016
This issue will fix at Jackson 2.7.2. |
The version of jackson cannot be imported to 5.2.x line. |
@sasakitsy |
@sasakitsy Please assign a verifier for this fix. |
Please assign a verifier for this fix. |
Confirmed the error, and the problem was solved. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
When undeploying application that is using both JPA and Jackson libraries, a following exception is thrown.
The cause seems to be a bug of
StdDateFormat
in Jackson.FasterXML/jackson-databind#1130
In TERASOLUNA Framework, when implementing REST service we usually creat
StdDateFormat
as a bean as seen here.https://terasolunaorg.github.io/guideline/5.0.1.RELEASE/ja/ArchitectureInDetail/REST.html#restful-web-servicespring-mvc
Possible Solutions
Import improved Jackson.
Affects Version/s
Fix Version/s
Issue Links
The text was updated successfully, but these errors were encountered: