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

micronaut-oracle-autonomous-db fixes #1411

Merged
merged 10 commits into from
Jan 9, 2024
Merged

micronaut-oracle-autonomous-db fixes #1411

merged 10 commits into from
Jan 9, 2024

Conversation

burtbeckwith
Copy link
Member

An Oracle employee contacted me about issues with the guide. One was the missing @Serdeable annotation on the domain class, and the other was due to the http-client dependency being in test scope. I fixed those and did more updates.

The testing section of the guide was also broken because the test referenced the Oracle class but it wasn't included in the guide, only the zips. I ended up removing testresources since the users will be creating an autonomous database, so it makes sense to just use that for the tests.

I disabled running the tests because they now need an existing autonomous database, and they weren't doing much good anyway since they didn't catch the @Serdeable bug or the Maven/http-client bug.

@burtbeckwith burtbeckwith requested a review from sdelamo January 8, 2024 19:48
@sdelamo sdelamo merged commit 9f2d722 into master Jan 9, 2024
2 checks passed
@sdelamo sdelamo deleted the atp_fixes branch January 9, 2024 11:00
AndreaLaGrotteria pushed a commit to AndreaLaGrotteria/micronaut-guides that referenced this pull request Oct 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants