Skip to content

Transaction docs: add Java Config tab for @Transactional#36323

Open
jisub-dev wants to merge 1 commit intospring-projects:mainfrom
jisub-dev:docs/transaction-java-config
Open

Transaction docs: add Java Config tab for @Transactional#36323
jisub-dev wants to merge 1 commit intospring-projects:mainfrom
jisub-dev:docs/transaction-java-config

Conversation

@jisub-dev
Copy link

Description

Adds Java Config example alongside existing XML configuration in the @Transactional
annotations section.

Changes:

  • Added Java Config tab showing @EnableTransactionManagement setup
  • Kept existing XML configuration in a separate tab
  • Updated TIP section to explain both approaches

This allows users to choose between modern Java Config and traditional XML
configuration.

Closes #34093

Closes spring-projectsgh-34093

Signed-off-by: jisub-dev <kimjiseob1209@gmail.com>
@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged or decided on label Feb 13, 2026
@sbrannen sbrannen added the type: documentation A documentation task label Feb 13, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

status: waiting-for-triage An issue we've not yet triaged or decided on type: documentation A documentation task

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Use Java config code snippets in transaction management section

3 participants