We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If we have a primitive type bean (e.g. int), the BeansControlPanel should still open
It thows an exception in the IS_MICRONAUT_PACKAGE filter, since the getPackage() of int returns null
Create a bean of type int
java 17
No response
4.0.3
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Expected Behavior
If we have a primitive type bean (e.g. int), the BeansControlPanel should still open
Actual Behaviour
It thows an exception in the IS_MICRONAUT_PACKAGE filter, since the getPackage() of int returns null
Steps To Reproduce
Create a bean of type int
Environment Information
java 17
Example Application
No response
Version
4.0.3
The text was updated successfully, but these errors were encountered: