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
Upgrading my example https://github.com/hantsy/micronaut-sandbox/tree/master/data-r2dbc to Micronaut 4.0.0-M4, the startApplication=false on the Repository tests should not invoke ServerStartUpEvent.
ServerStartUpEvent
It seems this bug is introduced in the new 4.0.0x version.
https://github.com/hantsy/micronaut-sandbox/actions/runs/5295521879/jobs/9585938247
Windows 10 Pro, Java 17
https://github.com/hantsy/micronaut-sandbox/tree/master/data-r2dbc
4.0.0-M4
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Expected Behavior
Upgrading my example https://github.com/hantsy/micronaut-sandbox/tree/master/data-r2dbc to Micronaut 4.0.0-M4, the startApplication=false on the Repository tests should not invoke
ServerStartUpEvent
.It seems this bug is introduced in the new 4.0.0x version.
Actual Behaviour
https://github.com/hantsy/micronaut-sandbox/actions/runs/5295521879/jobs/9585938247
Steps To Reproduce
Environment Information
Windows 10 Pro, Java 17
Example Application
https://github.com/hantsy/micronaut-sandbox/tree/master/data-r2dbc
Version
4.0.0-M4
The text was updated successfully, but these errors were encountered: