José Augusto Bolina

Results 145 comments of José Augusto Bolina

Updated the approach. It will install the REST endpoint and delay the others until the CM has started. Since the Netty bootstrap is already defined, I had to make the...

With the last update, I believe it has a more friendly behavior. We continue and install all the endpoints and start the transport. Caches like RESP and Memcached have a...

+1. I'll add the label to make sure.

I've rebased with main. Let's see how CI goes. We should integrate #14919 before this one.

One of the failures was related (RESP script). I've pushed a fix.

Directly wrapping objects with the WrappedMessage leads to: ```json // new WrappedMessage(new WrappedMessage(UUID.randomUUID())) { "_type":"org.infinispan.protostream.WrappedMessage", "_value":{ "_type":"org.infinispan.protostream.WrappedMessage", "_value":{ "_type":"org.infinispan.protostream.commons.UUID", "mostSigBitsFixed":15461222357418722979, "leastSigBitsFixed":13070220576097665502 } } } ``` Using with collections: ```json //...

I'll revert this to a draft. There are some corner cases with more nested objects, collections, and adapters that don't create exact same byte array for the conversion of JSON...

Some containers were completely ignored by the JSON serialization (ArrayList, HashSet). I'll work to add those as well.

Some time later, more than I would like. I've refactored the old code. Instead of doing (parse, write, prettify, etc.) spread all around, I've created specialized classes for each type...