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: Forward ports all 3.x JDBC/JPA/JTA work #7437

Merged

Commits on Aug 23, 2023

  1. Improves integrations/jdbc/jdbc to better support future JPA improvem…

    …ents; initial work (helidon-io#5654)
    
    Signed-off-by: Laird Nelson <laird.nelson@oracle.com>
    ljnelson committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    f3af812 View commit details
    Browse the repository at this point in the history
  2. Squashable commit; initial work (helidon-io#5716)

    Lays some groundwork with deprecation and cleanup and isolated improvements to support ongoing JPA improvements.
    
    Signed-off-by: Laird Nelson <laird.nelson@oracle.com>
    ljnelson committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    8e662e7 View commit details
    Browse the repository at this point in the history
  3. Introduces LocalXAResource and a few support classes in jta/jdbc. (he…

    …lidon-io#5733)
    
    Signed-off-by: Laird Nelson <laird.nelson@oracle.com>
    ljnelson committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    a13442b View commit details
    Browse the repository at this point in the history
  4. Adds connection unwrapping abilities to CDISEPlatform.java (helidon-i…

    …o#5790)
    
    Signed-off-by: Laird Nelson <laird.nelson@oracle.com>
    ljnelson committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    6aed97b View commit details
    Browse the repository at this point in the history
  5. Introduces JtaConnection.java (helidon-io#5905)

    Signed-off-by: Laird Nelson <laird.nelson@oracle.com>
    ljnelson committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    08c42d7 View commit details
    Browse the repository at this point in the history
  6. Fixes erroneous closing behavior in JtaConnection.java (helidon-io#6321)

    * Fixes erroneous closing behavior in JtaConnection.java
    
    Signed-off-by: Laird Nelson <laird.nelson@oracle.com>
    ljnelson committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    33eb2b8 View commit details
    Browse the repository at this point in the history
  7. Minor JPA cleanups; part of overall refactoring effort (helidon-io#6435)

    Signed-off-by: Laird Nelson <laird.nelson@oracle.com>
    ljnelson committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    a0426d7 View commit details
    Browse the repository at this point in the history
  8. Improving JPA pom.xml as part of overall JPA refactoring (helidon-io#…

    …6508)
    
    Signed-off-by: Laird Nelson <laird.nelson@oracle.com>
    ljnelson committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    bb5e389 View commit details
    Browse the repository at this point in the history
  9. Fixes merge conflicts etc. from cherry-pick of c9a849e

    Signed-off-by: Laird Nelson <laird.nelson@oracle.com>
    ljnelson committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    f51f6cc View commit details
    Browse the repository at this point in the history
  10. Adds an enabled flag to JpaExtension to permit subsequent refactoring…

    … and replacement (helidon-io#6512)
    
    Adds an enabled flag to JpaExtension to permit subsequent refactoring and replacement
    
    Signed-off-by: Laird Nelson <laird.nelson@oracle.com>
    ljnelson committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    1ff8e0f View commit details
    Browse the repository at this point in the history
  11. Adds more classes as part of overall JPA refactoring effort (helidon-…

    …io#6584)
    
    Signed-off-by: Laird Nelson <laird.nelson@oracle.com>
    ljnelson committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    d8b656b View commit details
    Browse the repository at this point in the history
  12. Lets unit tests validating JpaExtension and unit tests validating Per…

    …sistenceExtension run side-by-side; continuation of overall fix for nested transaction problems (helidon-io#7118)
    
    * Lets unit tests validating JpaExtension and unit tests validating PersistenceExtension run side-by-side; continuation of overall fix for nested transaction problems
    
    Signed-off-by: Laird Nelson <laird.nelson@oracle.com>
    ljnelson committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    a50953e View commit details
    Browse the repository at this point in the history
  13. Resolves issue 7316, which features some intermittent database-relate…

    …d tests (helidon-io#7317)
    
    Signed-off-by: Laird Nelson <laird.nelson@oracle.com>
    ljnelson committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    e8cbd81 View commit details
    Browse the repository at this point in the history
  14. Addresses copyright plugin complaints after lots of cherry-picking fr…

    …om old 3.x commits
    
    Signed-off-by: Laird Nelson <laird.nelson@oracle.com>
    ljnelson committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    34d969c View commit details
    Browse the repository at this point in the history