-
`MultiContainerInterface` attempts to pluralize the term for the objects it contains, however it does not always do this correctly. As a result, a user must use the incorrect pluralization of some wor…
-
-
Hello,
It seems we are facing an issue with JacksonJsonProvider that silently ignores `DeserializationFeature.FAIL_ON_UNRESOLVED_OBJECT_IDS` set on the ObjectMapper.
The following test case repr…
-
### Search before asking
- [X] I searched in the [issues](https://github.com/FasterXML/jackson-databind/issues) and found nothing similar.
### Describe the bug
Hello, I've noticed that _DefaultAcce…
-
Currently we use a global `ObjectMapper` at least for WebMVC and for the Elasticsearch client (see https://github.com/spring-projects/spring-boot/issues/33426).
We should think about separating the…
-
**Bug description**
deserialization. Currently, ChatMemory only implements a memory-based dialogue cache storage. I wanted to implement a Redis-based cache for Memory in my project, but I encountered…
-
Got this:
Exception in thread "main" dotty.tools.tasty.UnpickleException: TASTy signature has wrong version.
expected: {majorVersion: 28, minorVersion: 3}
found : {majorVersion: 28, minorVersi…
-
Oatpp Version : 1.2.5
#0 0x0000000000000000 in ?? ()
#1 0x000000000107ab58 in std::_Sp_counted_base::_M_release (this=0x7f25b00058c0) at /opt/rh/devtoolset-8/root/usr/include/ c++/…
-
I'm currently working on a Spring Boot project using Java 21, and I've encountered several compatibility issues while integrating the QuickBooks Java SDK.
Issues Encountered:
Javax to Jakarta Tran…
-
import org.apache.flink.streaming.api.environment.StreamExecutionEnvironment;
import org.apache.flink.streaming.api.datastream.DataStream;
import org.apache.flink.streaming.api.datastream.KeyedStream;…