[676] UnsupportedTemporalTypeException when serializing java.sql.Date with formatter containing time component fields#677
Conversation
|
Is there any movement on this PR and the associated issue? We are looking forward to this being fixed so we can move to EAP 8 with little to no issues. |
|
I see that the tests have passed but the pull request has not been reviewed. Is there any movement or updates on this ticket? |
| try { | ||
| return ((java.sql.Date) value).toLocalDate().format(formatter); | ||
| } catch (UnsupportedTemporalTypeException exception) { | ||
| LOGGER.warning(exception.getMessage()); |
There was a problem hiding this comment.
This should probably not just log and it should throw a JsonbException instead.
… with formatter containing time component fields
|
I've left a comment on the issue, but IMO we shouldn't do this. A |
|
Thank you for looking at this. I'm closing this PR, as there is agreement that this is a desired behaviour. |
#676