zhfeng commented on issue #4084: URL: https://github.com/apache/camel-quarkus/issues/4084#issuecomment-1322902863
We have to revert the current fix due to https://github.com/apache/camel-quarkus/issues/4279. It is because we introduce a fake `PlatformTransactionManager` to make graal native building happy. But it is incompatiable with the other extensions such as `camel-quarkus-jms` which depends on `spring-tx`. Possible changes with came-jpa: - Deprecated PlatformTransactionManger on camel-jpa component level in 3.x and remove it in camel 4.x - All related set/get method should be moved to DefaultTransactionStrategy which depends on spring-tx to do the transaction operations (commit / rollback) - Discuss these changes with the upstream community at first -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org