Closed Sabst closed 5 years ago
Two things to note:
What does it mean it's fixed and belongs to Milestone 1.1.5? Because it seems this fix isn't included in recently released 1.2.0. What is the relation between 1.1.5 and 1.2.0, then?
@l0co It means the earliest release (by number) that this issue is resolved in is 1.1.5. As Graeme said the Mongo library will need compiled with 1.1.5 or greater. The fix is included in 1.2.0. All changes are merged up
I confirm the fix is ok with 1.2.0 after recompiling micronaut mongo-reactive 1.1.1.BUILD-SNAPSHOT with this micronaut version.
Thanks for reporting an issue for Micronaut, please review the task list below before submitting the issue. Your issue report will be closed if the issue is incomplete and the below tasks not completed.
NOTE: If you are unsure about something and the issue is more of a question a better place to ask questions is on Stack Overflow (http://stackoverflow.com/tags/micronaut) or Gitter (https://gitter.im/micronautfw/). DO NOT use the issue tracker to ask questions.
Task List
Steps to Reproduce
Expected Behaviour
The beans are correctly injected and can be used by the application
Actual Behaviour
See below
Environment Information
Example Application
Create a new project using the appropriate version (ok with 1.1.3, fails with 1.1.4, 1.2.0.RC1/RC2):
Add this controller:
And in application.yml, replace the existing mongodb entry by:
Navigate to the home page and using 1.1.4 for example you get the error:
Using 1.1.3, the page contains "ok" as expected