-
Notifications
You must be signed in to change notification settings - Fork 31
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
SQL + Hibernate Guide don't depend on Micronaut Data Hibernate #1369
Conversation
See: #1356 properties properties
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.
I sometimes wonder if we should just move micronaut-sql into micronaut-data as you can't seem to use one without the other 🤔
Yes, there is a weird cycle I reported an issue: |
…aReplacement.java
* 4.2.0-SNAPSHOT * don’t specify all-open version * oracle autonomous db * Replace MySQL feature to use old dependency Without this, the Maven/TestResources integration doesn't work as it's using an old version that doesn't know about connector-j * Delete buildSrc/src/main/java/io/micronaut/guides/feature/FlywayReplacement.java * Delete buildSrc/src/main/java/io/micronaut/guides/feature/database/MySQLReplacement.java --------- Co-authored-by: Tim Yates <[email protected]>
Something weird is going on here... Adding
fixes this... I suspect micronaut-projects/micronaut-starter#2173 may be wrong 🤔 |
See: #1356