-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
chore(databases): add oracle 23ai #4522
Conversation
6cb7ae4
to
8a5e1ed
Compare
related to #4001
8a5e1ed
to
318966d
Compare
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.
👍 Nice findings. I left some questions.
Re: old-engine
and Oracle 23. I agree we should not run these tests with Oracle23. How is the best way to achieve that, not sure. 🤔
...rc/test/java/org/camunda/bpm/engine/test/persistence/ConnectionPersistenceExceptionTest.java
Show resolved
Hide resolved
engine/src/main/java/org/camunda/bpm/engine/impl/db/sql/DbSqlSession.java
Outdated
Show resolved
Hide resolved
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.
Review done, please proceed with skipping old-engine for Oracle 23.
I also managed to run some tests against Oracle 23 and portainer.
...rc/test/java/org/camunda/bpm/engine/test/persistence/ConnectionPersistenceExceptionTest.java
Show resolved
Hide resolved
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.
👍 Looks good to me.
related to #4001