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

Consolidate Oracle Platforms #1141

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

lukasj
Copy link
Member

@lukasj lukasj commented May 14, 2021

  • drop specific support for Oracle DB 9 and older

Signed-off-by: Lukas Jungmann lukas.jungmann@oracle.com

* drop specific support for Oracle DB 9 and older

Signed-off-by: Lukas Jungmann <lukas.jungmann@oracle.com>
@lukasj lukasj requested a review from rfelcman May 14, 2021 16:14
Signed-off-by: Lukas Jungmann <lukas.jungmann@oracle.com>
@dazey3
Copy link
Contributor

dazey3 commented May 14, 2021

@lukasj Is there a reason for dropping support for Oracle 9 and older? Is it getting in the way of something?
Also, it looks like you are removing Oracle10 too.

@lukasj
Copy link
Member Author

lukasj commented May 15, 2021

Is there a reason for dropping support for Oracle 9 and older? Is it getting in the way of something?

see https://www.oracle.com/us/support/library/lsp-tech-chart-069290.pdf

Oracle DB 8 - EOL Dec 2006
Oracle DB 9 - EOL Jul 2010
Oracle DB 10 - EOL Jul 2013
Oracle DB 11 - EOL Dec 2020

Also DB release schedule shows that it can be reasonable to - in master/3.0 - support only version 11 and newer

Also, it looks like you are removing Oracle10 too.

No, Oracle10 is now the base class - OraclePlatform (which used to be sth like Oracle7Platform or even older). Only 9, 8 and anything older is being removed.

@rfelcman
Copy link
Contributor

Sorry, but there are some JPA Test issues. See attached output from failsafe-reports.
failsafe-reports.tar.gz

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.

None yet

3 participants