AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified Apache-2.0 Self-run

Spring Boot Upgrade

skill-arconia-io-agent-skills-spring-boot-upgrade · by arconia-io

>

No reviews yet
0 installs
29 views
0.0% view→install

Install

$ agentstack add skill-arconia-io-agent-skills-spring-boot-upgrade

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-arconia-io-agent-skills-spring-boot-upgrade)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
2mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Spring Boot Upgrade? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Upgrade Frameworks and Build Tools

Use arconia update to upgrade frameworks and build tool wrappers. Each command runs a tested OpenRewrite migration recipe that handles dependency bumps, deprecated API replacements, configuration renames, and more.

Always commit your project to version control before running any upgrade so you can review the changes and revert if needed.

Available upgrade commands

| Command | What it upgrades | --to-version default | |---|---|---| | arconia update spring-boot | Spring Boot | 4.0 | | arconia update spring-ai | Spring AI | 2.0 | | arconia update framework | Arconia Framework | 0.25 | | arconia update gradle | Gradle wrapper | (latest) | | arconia update maven | Maven wrapper | (latest) |

Recommended workflow

Step 1: Preview changes with dry-run

Always preview before applying:

arconia update spring-boot --to-version=4.0 --dry-run

Review the output to understand what files will be modified.

Step 2: Apply the upgrade

arconia update spring-boot --to-version=4.0

Step 3: Verify the upgrade

arconia build
arconia test

If tests fail, review the changes in version control and fix any issues the automated migration could not handle.

Upgrade to a specific version

Use --to-version to target a specific release:

arconia update spring-boot --to-version=3.4
arconia update spring-ai --to-version=1.1
arconia update framework --to-version=0.24

Update build tool wrappers

Gradle and Maven wrapper updates do not take a --to-version flag — they update to the latest version automatically:

arconia update gradle
arconia update maven

These update gradle/wrapper/gradle-wrapper.properties or .mvn/wrapper/maven-wrapper.properties respectively.

Pass extra arguments to the build tool

arconia update spring-boot --to-version=4.0 -- --stacktrace

Gotchas

  • OpenRewrite modifies files in place. Always commit before upgrading so you can

git diff the changes and revert with git checkout . if needed.

  • The --dry-run flag previews changes without modifying files. Always use it

first, especially for major version upgrades.

  • Migration recipes handle most changes automatically (dependency versions,

renamed APIs, configuration properties) but some manual adjustments may be needed after major upgrades. Always run tests after applying.

  • The --to-version flag is not available for arconia update gradle and

arconia update maven — they always update to the latest version.

  • All upgrade commands use recipes from the Arconia Migrations project. For

custom or additional recipes, use arconia rewrite run instead.

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.