Files
spring-boot-demo/multi-datasource/output/10-chained-transaction-manager-jar.txt
Claude e59ff029a1 Add multi-datasource module: two databases with per-database DataSource, Flyway, EntityManagerFactory and transaction manager on Boot 4.1
Working setup plus one small application per way of getting it wrong (no @Primary, @Primary only, url vs jdbc-url, wrong repository package, Flyway auto-configuration), plain vs named @Transactional, and ChainedTransactionManager with a failing commit. Transcripts are written by the tests.

Co-Authored-By: Claude Sonnet 5 <[email protected]>
Claude-Session: https://claude.ai/code/session_01Uu7q8vPeREyT4218EJPzz1
2026-09-24 09:38:27 +00:00

12 lines
388 B
Plaintext

# Is org.springframework.data.transaction.ChainedTransactionManager still shipped, and is it deprecated?
jar: spring-data-commons-4.1.1.jar
class: org/springframework/data/transaction/ChainedTransactionManager.class
--- javap -v: class-level annotations ---
RuntimeVisibleAnnotations:
0: #245()
java.lang.Deprecated
--- javap -v: Deprecated attribute ---
Deprecated: true