-
Hi
We tried to use together Java Records (Java 21) and ModelMapper (3.1.1) and added this dependency to our project.
However the conversion still fails.
Here's source code:
```
public class…
-
I'm trying to use `CsvMapper` to parse a [Java 16 Record](https://docs.oracle.com/en/java/javase/16/docs/specs/records-jvms.html) out of a CSV file. While testing it I've encountered some strange beha…
-
### Expected behavior
There should not be any leak
### Actual behavior
Leak is getting reported in netty
```
LEAK: ByteBuf.release() was not called before it's garbage-collected. See https://ne…
-
### Apache Iceberg version
1.3.0
### Query engine
None
### Please describe the bug 🐞
When tried to use the `java.time.OffsetDateTime` value at the next scan filter like `Expressions.les…
-
**Build Scans:**
- [elasticsearch-periodic-platform-support #4621 / rhel-7_platform-support-unix](https://gradle-enterprise.elastic.co/s/g6ex4xkf6hkae)
- [elasticsearch-periodic-platform-support #4596…
-
### Short description
Incorrect compilation issue reported by the plugin while using the records.
Since the latest version of IntelliJ, the IDE has started supporting Records in Java introduced…
-
It would be very useful in some situations to define default values when deserializing into a record. It is only possible in the moment to define default values using the `@JsonSetter` annotation and …
-
### Connector Name
source-bigquery
### Connector Version
v0.3.0
### What step the error happened?
During the sync
### Revelant information
I am encountering a "Premature EOF" error when syncing…
-
**Describe the bug**
Database: mongodb
Output of the mongodb native query is not as expected when using the date variable filter with a "lte"
**Logs**
Do not see anything specific in the logs to…
-
### Describe the bug
ERROR: column \“some_column\” is of type `some_pg_type` but expression is of type `character varying`.
```
Hint: You will need to rewrite or cast the expression.
Position…