This reproducer is using embedded Infinispan using Protobuf
mvn clean install
# Clear the folder where infinispan stores the data
rm -rf ~/.infinispan-reproducer
# Insert data
java -jar target/infinispan-list-reproducer-jar-with-dependencies.jar fail insert
# Loading the data from cache and failing
java -jar target/infinispan-list-reproducer-jar-with-dependencies.jar fail
# Clear the folder where infinispan stores the data
rm -rf ~/.infinispan-reproducer
# Insert data
java -jar target/infinispan-list-reproducer-jar-with-dependencies.jar success insert
# Loading the data from cache and succeeding to read the data from cache
java -jar target/infinispan-list-reproducer-jar-with-dependencies.jar success