Skip to content

Commit 5f164f1

Browse files
Restore removed transactional annotation
1 parent 6b8dcf7 commit 5f164f1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

openid-connect-server/src/main/java/org/mitre/oauth2/service/impl/DefaultOAuth2ProviderTokenService.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,7 @@ private OAuth2RefreshTokenEntity clearExpiredRefreshToken(OAuth2RefreshTokenEnti
162162
}
163163

164164
@Override
165+
@Transactional(value = "defaultTransactionManager")
165166
public OAuth2AccessTokenEntity createAccessToken(OAuth2Authentication authentication)
166167
throws AuthenticationException {
167168

0 commit comments

Comments
 (0)