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

Transaction manager-related backports and fixes #35242

Merged
merged 5 commits into from
Aug 9, 2023

Commits on Aug 7, 2023

  1. Prohibit using Narayana JDBC object store with Agroal XA

    (cherry picked from commit fd02a43)
    michalvavrik authored and gsmet committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    001ddb7 View commit details
    Browse the repository at this point in the history
  2. Use the source of truth to publish JdbcDataSourceBuildItem

    Until now, we were using some transformed data, which wasn't very
    practical when we needed more information.
    
    (cherry picked from commit 6e44d77)
    gsmet committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    e5cf29d View commit details
    Browse the repository at this point in the history
  3. Simplify resolution of the config by pushing the info to the build item

    (cherry picked from commit c3ae13e)
    gsmet committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    f94dfe8 View commit details
    Browse the repository at this point in the history
  4. Ensure the narayana-jta extension fully shuts down the recovery manager

    (cherry picked from commit d99f0b5)
    mmusgrov authored and gsmet committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    9f7a935 View commit details
    Browse the repository at this point in the history
  5. Stop the recovery service while ArC is still around

    This is a band aid, really and I think we will need to take a step back
    and rethink how all this is started and shut down.
    gsmet committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    acaf610 View commit details
    Browse the repository at this point in the history