micronaut-core icon indicating copy to clipboard operation
micronaut-core copied to clipboard

Properties annotated with JPA transient should not be excluded from introspections by default

Open lcavadas opened this issue 2 years ago • 2 comments

…ronaut-core/discussions/8052

Don't remove the fields marked as @Transient from the introspection.

The PR micronaut-data to ignore these properties since they will now be part of the introspection:https://github.com/micronaut-projects/micronaut-data/pull/1758

lcavadas avatar Sep 22 '22 14:09 lcavadas

CLA assistant check
All committers have signed the CLA.

CLAassistant avatar Sep 22 '22 14:09 CLAassistant

@dstepanov I'll add the PR for micronaut-data shortly :slightly_smiling_face:

lcavadas avatar Sep 22 '22 15:09 lcavadas

The only check failure seems to be, if I am intepreting it correctly, down to GH config:

* What went wrong:
Execution failed for task ':sonarqube'.
> Project not found. Please check the 'sonar.projectKey' and 'sonar.organization' properties, the 'SONAR_TOKEN' environment variable, or contact the project administrator

lcavadas avatar Sep 28 '22 08:09 lcavadas

@graemerocher, @dstepanov

It seems you're getting ready to release version 4.0. Can we please get a resolution on this?

Thanks!

lcavadas avatar Jun 02 '23 14:06 lcavadas