Ondrej Cervinka
Ondrej Cervinka
I'm afraid this hasn't been fixed in 1.2.5. Just tried with bumped up version of Maven dependency and the issue persists: `WARNING: Illegal reflective access by org.eclipse.paho.client.mqttv3.internal.FileLock (.../1.2.5/1546cfc794449c39ad569853843a930104fdc297/org.eclipse.paho.client.mqttv3-1.2.5.jar) to method...
Hello, is there any estimate when full support for record class serialisation is added to ActiveJ? The mentioned workaround works but it goes against the simplicity of records which was...
To be fair, the workaround is still much better (less code written) than using traditional classes. However, while Java 17 LTS is gaining usage, a full support of records would...
Thanks for the reply. I'm looking forward to try it. What about a record with a field which requires custom serializer? I assume `@SerializeClass` annotation can be used? ``` @SerializeRecord...
Also, I was wondering what kind of schema updates are allowed to maintain compatibility with previous version for both serialization and deserialization. I couldn't find this in docs. I don't...
Thanks. This seems really handy. I'll get familiar with it and run some tests. We can use this for internal Kafka state stores or RPC calls as replicas can be...