-
When Java 17 PR is merged, tests using Java records, based on assuming Java 21, should be updated NOT to check for Java 21 since records have been present since Java 17. Also remove dep on draw2d just…
-
### Describe your motivation
Currently, `Binder` (and `BeanValidationBinder`) work with Java records, but with a couple of limitations:
* "virtual properties" are not handled (e.g. a method in t…
-
Quoting from a [StackOverflow Q&A ](https://stackoverflow.com/questions/62455515/how-can-i-use-java-records-as-dto-with-modelmapper), the current version 2.3.8 doesn't seem to support java `record` cl…
-
For good or bad, JLS allows this. We should not reject
$ cat module-info.java
record R() {}
but we do.
-
JIRA Issue: [KIEKER-839] Analysis framework: Java Errors ignored when delivering records
Original Reporter: Andre van Hoorn
***
Filter A delivers a record to filter B. A Java Error occurs (e.g., jav…
-
JIRA Issue: [KIEKER-1934] Add extension for using Java record types as monitoring records
Original Reporter: Holger Knoche
***
Recently, record types have been added to the Java language which allow…
-
**Describe the problem you faced**
I'm creating a table using INSERT mode with record level index. I see that the data and the partitions are written to s3 but then while appending records to the r…
-
### Describe your Issue
Java records are final, as well as Kotlin data classes; in version 2.17, `DefaultTyping` deprecates the `EVERYTHING` option (from https://github.com/FasterXML/jackson-databi…
-
-
Hi, I am facing a bit of an issue and I am not sure what I am missing:
CREATE OR REPLACE TABLE api_driver_safety_records (
driverId BIGINT,
crashCount INT,
harshAccelCount INT,
…