Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • E eclipsefdn-api-common
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 14
    • Issues 14
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 2
    • Merge requests 2
  • Deployments
    • Deployments
    • Releases
  • Monitor
    • Monitor
    • Metrics
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • Eclipse FoundationEclipse Foundation
  • IT
  • APIs
  • eclipsefdn-api-common
  • Merge requests
  • !34

Fix issue with multi source persist, transactions not starting

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Martin Lowe requested to merge malowe/master/fix-msst into master Jun 22, 2022
  • Overview 0
  • Commits 1
  • Changes 6

Issue was likely caused by the change to load the DAO at runtime instead of static_init. This meant that the wrapping transactions code was never applied, and would not allow proper updates.

These changes moved the code from being a runtime provider to being a static_init augmentation, where more of Quarkus' magic could be applied. This also plays better with Quarkus' philosophy of starting things in the build phase rather than the runtime.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: malowe/master/fix-msst

Copyright © Eclipse Foundation, Inc. All Rights Reserved.     Privacy Policy | Terms of Use | Copyright Agent