Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provide a Graddle alternative for Coherence POF Maven plugin #74

Closed
jfialli opened this issue Jul 21, 2022 · 1 comment
Closed

Provide a Graddle alternative for Coherence POF Maven plugin #74

jfialli opened this issue Jul 21, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@jfialli
Copy link
Member

jfialli commented Jul 21, 2022

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.

@jfialli jfialli added the enhancement New feature or request label Jul 21, 2022
@rlubke
Copy link
Member

rlubke commented Jun 16, 2023

The POF plugin for Gradle is available in 23.03.

@rlubke rlubke closed this as completed Jun 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants