Fabio Massimo Ercoli
Fabio Massimo Ercoli
Sorry @tristantarrant I only noticed running this patch on current Infinispan main, that there are some cases where the annotations field is filled and `processedAnnotations` not. This probably could be...
Hi @poschi3 and @seravat. Are you using the `ColorEnumAdapter` to generate the schema with an `@AutoProtoSchemaBuilder`? E.g.: ``` java @AutoProtoSchemaBuilder(includeClasses = { Developer.class, ColorAdapter.class }, schemaFileName = "developer.proto", schemaFilePath =...
going to check the case thank you
you definitely right, I opened the issue https://issues.redhat.com/browse/IPROTO-261
> @fax4ever this needs manual work I'm addressing it...
@tristantarrant pushed the fix
Thank you @tristantarrant
Thank you @tristantarrant for the review. I added this commit to make the no index field provider caches as static instance again: https://github.com/infinispan/infinispan/pull/12281/commits/86eaed5a3ea3781037da025ce966afcdd9670a5c. If you have different implementation ideas, of...
> @fax4ever please also include documentation about this feature I tried to write it
Thanks @tristantarrant. I applied the changes to the doc.