You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The FHIRPersistenceTransaction API has changed. To support backward compatibility, the commit() and rollback() methods have been kept, but are now flagged as deprecated. They should be removed in a future release. This will require consumers of the JDBC persistence component to update their transaction handling code to use the new (simplified) pattern.
This change is designed to promote greater consistency in how transactions and related errors are handled.
Expected behavior
FHIRPersistenceTransaction should support only begin(), end() and setRollbackOnly()
The text was updated successfully, but these errors were encountered:
Describe the bug
The FHIRPersistenceTransaction API has changed. To support backward compatibility, the commit() and rollback() methods have been kept, but are now flagged as deprecated. They should be removed in a future release. This will require consumers of the JDBC persistence component to update their transaction handling code to use the new (simplified) pattern.
This change is designed to promote greater consistency in how transactions and related errors are handled.
Expected behavior
FHIRPersistenceTransaction should support only begin(), end() and setRollbackOnly()
The text was updated successfully, but these errors were encountered: