Problemunvalidated
Spring Boot 3 and using Java 21. Tension: the objects new UserTransactionImp() and new UserTransactionManager() are using the old way, with `javax.transaction.UserTransaction` and `javax.transaction.TransactionManager`. Outcome: How can I make `new UserTransactionImp()` and `new UserTransa.
ed569cc3-e714-4197-852b-b66bca452b18
Spring Boot 3 and using Java 21. Tension: the objects new UserTransactionImp() and new UserTransactionManager() are using the old way, with javax.transaction.UserTransaction and javax.transaction.TransactionManager. Outcome: How can I make new UserTransactionImp() and `new UserTransa.