Skip to content
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

Switch to use oracle-free instead of oracle-xe #2422

Merged
merged 2 commits into from
Mar 27, 2024
Merged

Switch to use oracle-free instead of oracle-xe #2422

merged 2 commits into from
Mar 27, 2024

Conversation

timyates
Copy link
Contributor

@timyates timyates commented Mar 26, 2024

In 2.4.0 of TestResources a new Oracle provider was added and the old one deprecated.

For some reason, the old one is failing in our tests for 4.4.0 with

Test resources doesn't support resolving expression 'datasources.default.password'

https://ge.micronaut.io/s/igklqice44n7w/tests/overview?outcome=FAILED

The fix seems to be to switch to use KnownModules.JDBC_ORACLE_FREE instead...

Will people start seeing this failure if they don't change the module in their build when they upgrade?

In 2.4.0 of TestResources a new Oracle provider was added and the old one deprecated.

For some reason, the old one is failing in our tests for 4.4.0 with

```
Test resources doesn't support resolving expression 'datasources.default.password'
```

The fix seems to be to switch to use `KnownModules.JDBC_ORACLE_FREE` instead
@timyates timyates self-assigned this Mar 26, 2024
@timyates timyates added this to the 4.4.0 milestone Mar 26, 2024
@timyates timyates marked this pull request as ready for review March 27, 2024 08:58
Copy link
Contributor

@melix melix left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The new version changes the inference module to use Oracle Free instead of Oracle XE. However it is indeed curious that the upgrade would break existing builds, as if the old module wasn't used?

@sdelamo sdelamo merged commit ff997fa into 4.4.x Mar 27, 2024
13 checks passed
@sdelamo sdelamo deleted the fix-oracle branch March 27, 2024 10:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

3 participants