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

[4.x] Switches default JPA CDI portable extension to PersistenceExtension from JpaExtension #7719

Merged

Commits on Oct 4, 2023

  1. Switches default JPA CDI portable extension to PersistenceExtension f…

    …rom JpaExtension
    
    Signed-off-by: Laird Nelson <laird.nelson@oracle.com>
    ljnelson committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    7032570 View commit details
    Browse the repository at this point in the history
  2. Squashable commit; adds more deprecation notices

    Signed-off-by: Laird Nelson <laird.nelson@oracle.com>
    ljnelson committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    647f8a5 View commit details
    Browse the repository at this point in the history
  3. Squashable commit; introduces ability to customize a PersistenceUnitI…

    …nfoBean before it is placed into service; adjusts Hibernate integration to make use of this facility
    
    Signed-off-by: Laird Nelson <laird.nelson@oracle.com>
    ljnelson committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    209a5fc View commit details
    Browse the repository at this point in the history
  4. Squashable commit; adds logging and cleans up module-info.java in hib…

    …ernate-cdi
    
    Signed-off-by: Laird Nelson <laird.nelson@oracle.com>
    ljnelson committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    c7ad01a View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2023

  1. Squashable commit; fixes an arcane case where a connection leaving a …

    …JTA association would have its autoCommit status set to false in certain situations
    
    Signed-off-by: Laird Nelson <laird.nelson@oracle.com>
    ljnelson committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    932c25d View commit details
    Browse the repository at this point in the history
  2. Squashable commit; fixes dormant typo

    Signed-off-by: Laird Nelson <laird.nelson@oracle.com>
    ljnelson committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    8d5e952 View commit details
    Browse the repository at this point in the history