]> git.aero2k.de Git - tmp/jakarta-migration.git/commit
DRYD-947: Refactored connection and transaction handling for password-reset workflow...
authorRichard Millet <remillet@yahoo.com>
Fri, 26 Feb 2021 19:28:19 +0000 (11:28 -0800)
committerRichard Millet <remillet@yahoo.com>
Fri, 26 Feb 2021 19:28:19 +0000 (11:28 -0800)
commitc7f5e492b0e50c6a1cf44a80e5424b3c97e5c03d
tree28e479da4c89bcaba7fd52eac3f9c1354b0d3975
parent32487eda7b859db765604d1541e76a051fd14c77
DRYD-947: Refactored connection and transaction handling for password-reset workflow to prevent intermitten user account corruption.
services/account/service/src/main/java/org/collectionspace/services/account/AccountResource.java
services/account/service/src/main/java/org/collectionspace/services/account/storage/AccountDocumentHandler.java
services/account/service/src/main/java/org/collectionspace/services/account/storage/AccountStorageClient.java
services/common/src/main/java/org/collectionspace/services/common/SecurityResourceBase.java
services/common/src/main/java/org/collectionspace/services/common/context/RemoteServiceContextImpl.java
services/common/src/main/java/org/collectionspace/services/common/storage/jpa/JpaStorageClientImpl.java