Skip to content

docs: improve SwingBridge guide with prerequisites, debugging, and Maven Wrapper#5350

Merged
eftunv merged 7 commits intomainfrom
docs/swing-bridge-improvements
Mar 12, 2026
Merged

docs: improve SwingBridge guide with prerequisites, debugging, and Maven Wrapper#5350
eftunv merged 7 commits intomainfrom
docs/swing-bridge-improvements

Conversation

@taefi
Copy link
Copy Markdown
Contributor

@taefi taefi commented Mar 12, 2026

Summary

  • Add a Prerequisites section documenting Java 21+ requirement and optional Maven installation
  • Update skeleton starter section to use Maven Wrapper (./mvnw / mvnw.cmd) instead of mvn, with OS-specific tabs
  • Fix skeleton starter port from 8080 to 8888 and add port note for from-scratch setup
  • Add cross-links between skeleton starter and from-scratch subsections, recommend skeleton starter for first-time users
  • Add Running and Debugging section covering IDE run limitations, Eclipse support, and remote debug setup for IntelliJ IDEA and VS Code

Test plan

  • Verify the page renders correctly by browsing the Preview Deployment's provided link, or in case deployment had a problem clone the branch locally and run with npm run dspublisher:start.
  • Confirm cross-reference links (<<using-the-skeleton-starter>>, <<setting-up-from-scratch>>) resolve correctly
  • Confirm OS-specific tabs render for Maven Wrapper commands
  • Run Vale to check for style issues

🤖 Generated with Claude Code

…ven Wrapper

Add prerequisites section (Java 21+, optional Maven), update skeleton starter
to use Maven Wrapper commands, fix port to 8888, add cross-links between setup
approaches, recommend skeleton starter for first-time users, and add Running
and Debugging section with remote debug setup for IntelliJ IDEA and VS Code.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@github-actions
Copy link
Copy Markdown

github-actions bot commented Mar 12, 2026

Preview Deployment

This PR has been deployed for preview.

URL: https://docs-preview-pr-5350.fly.dev

Built from c9133aa

taefi and others added 6 commits March 12, 2026 12:11
…bles

Move IntelliJ IDEA and VS Code remote debug setup instructions to a new
section at the end of the document with collapsible panes, and add
cross-reference links from the Remote Debugging section.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…ridge guide

Add a note that Hotswap Agent and Spring Boot DevTools automatic restart
are not fully supported yet. Apply collapsible-list class to the IDE
Remote Debug Configuration section for consistent styling with the FAQ.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…ools dependency

Add a note that Hotswap Agent and Spring Boot DevTools automatic restart
are not fully supported yet. Apply collapsible-list class to the IDE
Remote Debug Configuration section for consistent styling with the FAQ.
Remove spring-boot-devtools dependency from the from-scratch pom.xml example.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…ge guide

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Copy link
Copy Markdown
Contributor

@eftunv eftunv left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good

@eftunv eftunv merged commit b49e898 into main Mar 12, 2026
7 checks passed
@eftunv eftunv deleted the docs/swing-bridge-improvements branch March 12, 2026 13:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants