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

Make supported naming strategies available at runtime for native image #2395

Merged
merged 5 commits into from
Jul 21, 2023

Conversation

radovanradic
Copy link
Contributor

No description provided.

public class User {
@GeneratedValue
@Id
private Long id;
private String name;
private boolean enabled = true; // <2>
private String userName;
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Change fields to verify Raw strategy is used in runtime

@radovanradic radovanradic added the type: bug Something isn't working label Jul 21, 2023
@radovanradic radovanradic linked an issue Jul 21, 2023 that may be closed by this pull request
@radovanradic radovanradic added this to the 4.0.2 milestone Jul 21, 2023
@sonarcloud
Copy link

sonarcloud bot commented Jul 21, 2023

SonarCloud Quality Gate failed.    Quality Gate failed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

55.6% 55.6% Coverage
0.0% 0.0% Duplication

idea Catch issues before they fail your Quality Gate with our IDE extension sonarlint SonarLint

@radovanradic radovanradic merged commit 7aa7ac6 into master Jul 21, 2023
22 of 23 checks passed
@radovanradic radovanradic deleted the issue-2391 branch July 21, 2023 12:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

NamingStrategy doesn't work on Micronaut 4.0.0 and Native Image
2 participants