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

doc: dont consider bean-introspection experimental #10463

Merged
merged 1 commit into from
Feb 9, 2024

Conversation

sdelamo
Copy link
Contributor

@sdelamo sdelamo commented Feb 7, 2024

Today, I was doing a supporting company that wanted to upgrade to Micronaut Framework 4. They disabled bean-introspection-module in Micronaut Framework 3. When upgrading to 4 while keeping bean-introspection-module disabled, they hit an issue in security.

I told them we encourage people to move to Micronaut Serialization or at least to Micronaut Jackson Databind with bean-introspection-module enabled and annotate any serializable POJO with @Introspected.

They pointed to the fact that our documentation still considers bean-introspection-module as experimental, making them hesitate to enable it.

The bean-introspection-module has been around for a while, and I think we should consider it no longer experimental. Thoughts?

Copy link

sonarqubecloud bot commented Feb 7, 2024

Quality Gate Passed Quality Gate passed

Kudos, no new issues were introduced!

0 New issues
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

@sdelamo sdelamo requested a review from yawkat February 9, 2024 11:06
@sdelamo sdelamo merged commit be73633 into 4.3.x Feb 9, 2024
15 checks passed
@sdelamo sdelamo deleted the bean-introspection-module-not-experimental branch February 9, 2024 14:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants