oracle / coherence

Oracle Coherence Community Edition
https://coherence.community
Universal Permissive License v1.0
427 stars 70 forks source link

Provide a Graddle alternative for Coherence POF Maven plugin #74

Closed jfialli closed 1 year ago

jfialli commented 2 years ago

Followed description of using POF annotations to leverage generation of Portable Object code for application in ce22.06 guide for key association.

Excerpt from Key Associator guide:

Bothof the model classes are annotated with the @PortableType. This annotation is used by the Coherence POF Maven plugin to generate Portable Object code for the classes. Using the Coherence POF generator in this way avoids having to manually write serialization code and ensures that the serialization code generated is supports evolvability betweenversions.

I am using Graddle and would like to have an equivalent for the POF Maven plugin to generate Portable Object code for the classes.

For now, I am just falling back to specifying user pof-config file and specifying PofSerializers.

rlubke commented 1 year ago

The POF plugin for Gradle is available in 23.03.