-
Notifications
You must be signed in to change notification settings - Fork 43
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 to Core 4.8.x #1545
base: 6.1.x
Are you sure you want to change the base?
Sql to Core 4.8.x #1545
Conversation
Looks like these tests are failing because of https://github.com/micronaut-projects/micronaut-sql/blob/6.1.x/jdbc/src/main/java/io/micronaut/jdbc/JdbcDataSourceEnabled.java added recently to support disabling datasources. Don't know if there was some improvement work in core 4.8.x, but looks like this condition is cached and only executed for one data source configuration although we have it declared here for each
Do we need different approach for requires condition now? |
There is a compilation issue |
This test fails
@dstepanov can you check it? |
@radovanradic Where is it cached? |
I just asked if there were some changes in core, when I debugged this test I noticed |
|
This was fixed using core 4.8.5 |
No description provided.