Jody Grassel

Results 14 comments of Jody Grassel

When will JDK 19 builds start showing up for download?

Updated to today's master (ee55e109) and still seeing these failures on Oracle. Using Oracle database: Version: Oracle Database 18c Express Edition Release 18.0.0.0.0 - Production Version 18.4.0.0.0 Driver: Oracle JDBC...

Yeah, like I commented on some of the other now-closed-as-of-today issues, the problem was because I was my DDL had mapped the java.time typed entity variables to VARCHAR2 columns in...

Reading https://openjdk.java.net/jeps/390 it sounds like we have three things to watch out for (as far as I've read so far): 1. Instances of these classes that are equal (per equals)...

@Tomas-Kraus Updated to today's master (https://github.com/eclipse-ee4j/eclipselink/commit/ee55e109584794093f8b89aef7f13cac40daebbb) and still seeing these failures on Oracle. Using Oracle database: Version: Oracle Database 18c Express Edition Release 18.0.0.0.0 - Production Version 18.4.0.0.0 Driver: Oracle...

Yeah, the problem was user error on my part. I was using VARCHAR2 on the columns mapped to the java.time types. I wouldn't expect these functions to operate properly on...

Okay, so my test was using VARCHAR types instead of DATE/TIME/TIMESTAMP in the DDL defining the tables. Once I corrected the DDL, the function started working as expected. That said,...

Is this an issue that should be addressed? Absolutely, though that is a general issue of persisting a java.time type with a VARCHAR column on DB2, and not something unique...

I've already stated I'm not a fan of the exclusion list, for something that's going to be called once for every class that has to be checked to be enhanced,...