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

BeansControlPanel fails to initialize if we have a primitive type bean #39

Open
richardwilko opened this issue Aug 7, 2023 · 0 comments
Labels
type: bug Something isn't working

Comments

@richardwilko
Copy link

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

@alvarosanchez alvarosanchez added bug Something isn't working type: bug Something isn't working and removed bug Something isn't working labels Aug 23, 2023
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

No branches or pull requests

2 participants