Add programmatic configuration tabs in the transactional refdoc by jisub-dev · Pull Request #36323 · spring-projects/spring-framework

sdeleuze

@sdeleuze sdeleuze changed the title Transaction docs: add Java Config tab for @Transactional Add programmatic configuration tabs in the transactional refdoc

Feb 15, 2026

@jisub-dev

- Extract code examples to separate Java, Kotlin, and XML files
- Add Kotlin configuration sample alongside Java
- Change "Java Config" terminology to "Programmatic Configuration"
- Use include-code directive for better maintainability

Addresses review feedback in spring-projectsgh-36323

Signed-off-by: jisub-dev <kimjiseob1209@gmail.com>

sdeleuze pushed a commit to sdeleuze/spring-framework that referenced this pull request

Mar 9, 2026
- Extract code examples to separate Java, Kotlin, and XML files
- Add Kotlin configuration sample alongside Java
- Change "Java Config" terminology to "Programmatic Configuration"
- Use include-code directive for better maintainability

See spring-projectsgh-36323
Signed-off-by: jisub-dev <kimjiseob1209@gmail.com>

sbrannen added a commit that referenced this pull request

Mar 9, 2026

@sbrannen