-
Bug
-
Resolution: Done
-
Major
-
14.0.4.Final
-
None
Backward compatibility was broken with OpenTelemetry integration in a way that the new Hot Rod java clients are unable to connect to Infinispan server 13 or older.
The cache operations are working fine but the following operations are broken:
- Any counter operation
- Any multimap operation
- Transaction commit/rollback
The problem is those operations are using the Codec configured and not the one that is negotiated.
- is related to
-
ISPN-14090 Counters client 14 are incompatible with Server 13
- Resolved