https://github.com/dashaun/openrewrite-upgradespringboot_3_1-cloudfoundry
Upgrade Spring Boot to 3.1.x and compare on Cloud Foundry
https://github.com/dashaun/openrewrite-upgradespringboot_3_1-cloudfoundry
Last synced: 11 months ago
JSON representation
Upgrade Spring Boot to 3.1.x and compare on Cloud Foundry
- Host: GitHub
- URL: https://github.com/dashaun/openrewrite-upgradespringboot_3_1-cloudfoundry
- Owner: dashaun
- License: mit
- Created: 2023-11-10T22:28:04.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-28T19:12:04.000Z (over 2 years ago)
- Last Synced: 2023-11-28T19:41:59.886Z (over 2 years ago)
- Language: Shell
- Size: 26.5 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
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]
# Upgrade Spring Boot to 3.1.x and compare on Cloud Foundry
## 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
- https://www.youtube.com/live/qQAXXwkaveM?si=4KunXZaretBrPZs3
- https://www.youtube.com/live/ck4AP7kRQkc?si=lDl203vbfZysrX5e
- https://www.youtube.com/live/VWPrYcyjG8Q?si=z7Q2Rm_XOlBwCiei
[forks-shield]: https://img.shields.io/github/forks/dashaun/openrewrite-upgradespringboot_3_1-cloudfoundry.svg?style=for-the-badge
[forks-url]: https://github.com/dashaun/openrewrite-upgradespringboot_3_1-cloudfoundry/forks
[stars-shield]: https://img.shields.io/github/stars/dashaun/openrewrite-upgradespringboot_3_1-cloudfoundry.svg?style=for-the-badge
[stars-url]: https://github.com/dashaun/openrewrite-upgradespringboot_3_1-cloudfoundry/stargazers
[issues-shield]: https://img.shields.io/github/issues/dashaun/openrewrite-upgradespringboot_3_1-cloudfoundry.svg?style=for-the-badge
[issues-url]: https://github.com/dashaun/openrewrite-upgradespringboot_3_1-cloudfoundry/issues