https://github.com/dashaun/openrewrite-upgradespringboot_3_2
Reduce your CISO's heartburn!
https://github.com/dashaun/openrewrite-upgradespringboot_3_2
Last synced: about 1 month ago
JSON representation
Reduce your CISO's heartburn!
- Host: GitHub
- URL: https://github.com/dashaun/openrewrite-upgradespringboot_3_2
- Owner: dashaun
- License: mit
- Created: 2023-11-29T15:02:44.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-24T14:56:44.000Z (about 2 years ago)
- Last Synced: 2025-03-15T04:09:00.498Z (about 1 year ago)
- Language: Shell
- Homepage: https://youtu.be/XI_7mpEiPjI?si=XJYLcLxwbTE1qBdJ
- Size: 13.7 KB
- Stars: 3
- Watchers: 1
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Forks][forks-shield]][forks-url]
[![Stargazers][stars-shield]][stars-url]
[![Issues][issues-shield]][issues-url]
# OpenRewrite Upgrade Spring Boot 3.2 Demo
## The cheat code
```bash
/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](https://sdkman.io/install)
> i.e. `curl -s "https://get.sdkman.io" | bash`
- [Httpie](https://httpie.io/) 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](https://carvel.dev/vendir/)
> i.e. `brew tap carvel-dev/carvel && brew install vendir`
## Quick Start
```bash
./demo.sh
```
## Attributions
- [Demo Magic](https://github.com/paxtonhare/demo-magic) is pulled via `vendir sync`
## Related Videos
[forks-shield]: https://img.shields.io/github/forks/dashaun/openrewrite-upgradespringboot_3_1.svg?style=for-the-badge
[forks-url]: https://github.com/dashaun/openrewrite-upgradespringboot_3_1/forks
[stars-shield]: https://img.shields.io/github/stars/dashaun/openrewrite-upgradespringboot_3_1.svg?style=for-the-badge
[stars-url]: https://github.com/dashaun/openrewrite-upgradespringboot_3_1/stargazers
[issues-shield]: https://img.shields.io/github/issues/dashaun/openrewrite-upgradespringboot_3_1.svg?style=for-the-badge
[issues-url]: https://github.com/dashaun/openrewrite-upgradespringboot_3_1/issues