-
Notifications
You must be signed in to change notification settings - Fork 1
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
fix(deps): update dependency io.micronaut.data:micronaut-data-bom to v4.0.0-m9 #134
Conversation
910eec9
to
70fedf7
Compare
70fedf7
to
169f16a
Compare
This is failing as everything was moved around in micronaut-projects/micronaut-data#2189 |
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. ⚠ Warning: custom changes will be lost. |
def rows = new Sql(dataSource).rows("select 1") | ||
def rows = new Sql(hikariDataSource).rows("select 1") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Without this change we got:
io.micronaut.data.connection.exceptions.NoConnectionException: No current connection present. Consider declaring @Connectable or @Transactional on the surrounding method
I think it's right... @dstepanov does this look right? Not sure why it started failing with M9
@dstepanov is this c4322d3 the correct fix for the changes to class locations in Data M9? |
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
Yes |
This PR contains the following updates:
4.0.0-M7
->4.0.0-M9
Release Notes
micronaut-projects/micronaut-data
v4.0.0-M8
: Micronaut Data 4.0.0-M8What's Changed
Improvements ⭐
Dependency updates 🚀
Other Changes 💡
EmptyResultException
from async and reactive repositories by @dstepanov in https://github.com/micronaut-projects/micronaut-data/pull/2250data-jpa
by @dstepanov in https://github.com/micronaut-projects/micronaut-data/pull/2251New Contributors
Full Changelog: micronaut-projects/micronaut-data@v4.0.0-M7...v4.0.0-M8
Configuration
📅 Schedule: Branch creation - "after 10pm" in timezone Europe/Prague, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.