Skip to content

Conversation

@lvydra
Copy link

@lvydra lvydra commented Jul 11, 2025

… with formatter containing time component fields
@iJMW
Copy link

iJMW commented Aug 4, 2025

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.

@lvydra
Copy link
Author

lvydra commented Aug 4, 2025

Hi @m0mus @Verdent, could you please look at this one?

@iJMW
Copy link

iJMW commented Aug 19, 2025

I see that the tests have passed but the pull request has not been reviewed. Is there any movement or updates on this ticket?

@lvydra
Copy link
Author

lvydra commented Aug 20, 2025

@m0mus @Verdent Could one of you or anyone else look at this one?
Thanks in advance.

try {
return ((java.sql.Date) value).toLocalDate().format(formatter);
} catch (UnsupportedTemporalTypeException exception) {
LOGGER.warning(exception.getMessage());
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should probably not just log and it should throw a JsonbException instead.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants