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

[3.0] Oracle Database platform fixes #2356

Open
wants to merge 3 commits into
base: 3.0
Choose a base branch
from

Conversation

rfelcman
Copy link
Contributor

This PR contains following fixes related with tests against Oracle DB:

  • java.util.Date to java.time.LocalDate conversion fix - from Activation dependency update. #1255
  • Correctly handle times after noon - from Correctly handle times after noon #1733
  • Initialize platform specific identity sequences for remote entity manager - new fix for a bug which happens with Oracle platform and remote EntityManager only. Discovered by org.eclipse.persistence.testing.tests.jpa.remote.RemoteEntityManagerTest.

rfelcman and others added 3 commits January 28, 2025 13:30
Calendar.HOUR should only be used in conjunction with Calendar.AM_PM, in
all other cases Calendar.HOUR_OF_DAY must be used.

(cherry picked from commit 81e79a1)
Signed-off-by: Radek Felcman <[email protected]>
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