arconia update spring-ai

The arconia update spring-ai command upgrades your project to a newer version of Spring AI. It uses the Spring AI recipes from the Arconia Migrations project.

Usage

Basic usage:

arconia update spring-ai
shell

Options

The following options are available:

Option Default Description

--dry-run

false

Update in dry-run mode. Shows what changes would be made without actually making them.

--to-version

1.0

Spring AI target version to upgrade to.

--debug or -d

false

Include debug output.

--verbose or -v

false

Include more verbose output about the execution.

--stacktrace or -s

false

Include more details about errors.

--params or -p

Additional build parameters passed directly to the build tool.

--help or -h

Display help information for the command.

Build Tool Integration

The command runs the appropriate OpenRewrite task based on your build tool, following the same approach used by the arconia rewrite command.