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

BUGFIX: Use dedicated connection for EventStore #5005

Draft
wants to merge 4 commits into
base: 9.0
Choose a base branch
from

Commits on Apr 22, 2024

  1. Configuration menu
    Copy the full SHA
    358cf1c View commit details
    Browse the repository at this point in the history

Commits on May 1, 2024

  1. Configuration menu
    Copy the full SHA
    e08a614 View commit details
    Browse the repository at this point in the history
  2. Use dedicated connection for EventStore

    in order to prevent nested transactions potentially leading to RuntimeException of
    
        A transaction is active already, can't commit events!
    bwaidelich committed May 1, 2024
    Configuration menu
    Copy the full SHA
    dbbd091 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0ad3616 View commit details
    Browse the repository at this point in the history