Discussion about this post

User's avatar
Milena Vujosevic Janicic's avatar

Just to clarify, GraalSP is officially deployed since June 2023 :-)

Expand full comment
Ken Kousen's avatar

1. According to Google Translate, the first paragraph under the Hibernate section is:

"And since Quarkus has so many new features regarding databases, it is also worth taking a look at Hibernate 6.5, which, among other things, introduces improvements in the handling of Java Time objects in accordance with the JDBC 4.2 specification. Previously, Hibernate managed Java Time objects using intermediate forms of java.sql.Date, java.sql.Time, or java.sql.Timestamp, and the new update allows you to directly pass objects such as OffsetDateTime, OffsetTime, and ZonedDateTime, which contain clearly defined zone information time. This change replaces legacy methods where timezone information was not preserved due to limitations of java.sql variants."

Now you know.

2. Those adoption stats for the JDK versions are consistent with my (admittedly anecdotal) experience. JDK 17 is gaining at the expense of JDK 11.

3. Bouncy Castle is probably the most useful library with the silliest name ever. I respect that.

4. I'm glad you can use records as composite keys. Now if you could only use them as entities...

Great job as always :)

Expand full comment
2 more comments...

No posts