This looks like an issue in migrating to @AutoConfiguration as it used to be after.
I also wonder why it should run before our TransactionAutoConfiguration. This looks strange to me, especially considering that the transaction manager uses TransactionManagerCustomizers which is defined by that auto-configuration.