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

Kubernetes Kit inspected packages during serialization documentation is incorrect #3308

Open
rodolforfq opened this issue Mar 25, 2024 · 0 comments · May be fixed by #3309
Open

Kubernetes Kit inspected packages during serialization documentation is incorrect #3308

rodolforfq opened this issue Mar 25, 2024 · 0 comments · May be fixed by #3309

Comments

@rodolforfq
Copy link
Contributor

The documentation for the Kubernetes Kit package inspection during serialization is wrong. Both properties are missing an additional "transients" part.

Currently, the example looks like this:

vaadin.serialization.include-packages=com.example.application
vaadin.serialization.exclude-packages=com.example.application.service

And the correct properties are:

vaadin.serialization.transients.include-packages=com.example.application
vaadin.serialization.transients.exclude-packages=com.example.application.service

See NestedConfigurationProperty here: https://github.com/vaadin/kubernetes-kit/blob/main/kubernetes-kit-starter/src/main/java/com/vaadin/kubernetes/starter/SerializationProperties.java#L37


If you think this issue is important, add a 👍 reaction to help the community and maintainers prioritize this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant