Louis Bourdages
Louis Bourdages
I have the same exact problem as mjustin. If deserialize a string with two properties from two different implementations, it will deserialize as one of them. I would expect it...
How do you create the Producer? There's a setting about aggregation that is set to true by default. You can disable it like so: ``` KinesisProducerConfiguration config = new KinesisProducerConfiguration().setAggregationEnabled(false);...
@avahuang0429 is this going to be fixed in a not-too-distant future?
I am running into the same issue. Using the `adoptopenjdk/openjdk11:alpine-jre` image with mininal changes.
Reviving this issue. There is a long thread on the xstream github page where it appears very evident that the maintainers do not want to make any effort to fix...