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
…eries in a custom DataSourceTransactionManager.prepareTransactionalConnection (#937)
* #669 remove aspectj, now we execute the row level security related queries in a custom DataSourceTransactionManager.prepareTransactionalConnection
* bail out faster
Currently, we are using the
@Around
advice aspect in https://github.com/alfio-event/alf.io/blob/master/src/main/java/alfio/config/RowLevelSecurity.java . But in fact, as the code is structured, we only need a "execute before" behaviour which, as far as I know, is supported by spring aop.So, check if it's possible :)
Goal: drop the org.aspectj:aspectjweaver:1.9.4 deps.
The text was updated successfully, but these errors were encountered: