[spring-tx] Unable to override prepareSynchronization of AbstractPlatformTransactionManager from v6.1.0 #32000
Labels
in: data
Issues in data modules (jdbc, orm, oxm, tx)
type: regression
A bug that is also a regression
Milestone
From spring-framework v6.1.0, prepareTransactionStatus() has been changed from protected to private in AbstractPlatformTransactionManager.
With this we are unable to extend JpaTransactionManager to override prepareSynchronization() to set
SESSION encrypt.key
for new transactions.Is this intended ? If yes, how to set for latest versions?
Reference doc links: 6.0.9 vs 6.1.0
Thanks in advance.
The text was updated successfully, but these errors were encountered: