Skip to content

dashaun/openrewrite-upgradespringboot_3_2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Forks Stargazers Issues

OpenRewrite Upgrade Spring Boot 3.2 Demo

The cheat code

/mvnw -U org.openrewrite.maven:rewrite-maven-plugin:run \
 -Drewrite.recipeArtifactCoordinates=org.openrewrite.recipe:rewrite-spring:LATEST \
 -Drewrite.activeRecipes=org.openrewrite.java.spring.boot3.UpgradeSpringBoot_3_2

Prerequisites

  • SDKMan

    i.e. curl -s "https://get.sdkman.io" | bash

  • Httpie needs to be in the path

    i.e. brew install httpie

  • bc, pv, zip, unzip, gcc, zlib1g-dev

    i.e. sudo apt install bc, pv, zip, unzip, gcc, zlib1g-dev -y

  • Vendir

    i.e. brew tap carvel-dev/carvel && brew install vendir

Quick Start

./demo.sh

Attributions

Related Videos