https://github.com/dashaun/openrewrite-upgradespringboot_3_3-cloudfoundry
https://github.com/dashaun/openrewrite-upgradespringboot_3_3-cloudfoundry
buildpacks cloudfoundry openrewrite spring-boot
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/dashaun/openrewrite-upgradespringboot_3_3-cloudfoundry
- Owner: dashaun
- License: mit
- Created: 2023-12-04T17:54:54.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-25T22:01:30.000Z (10 months ago)
- Last Synced: 2025-03-15T04:09:00.467Z (about 1 month ago)
- Topics: buildpacks, cloudfoundry, openrewrite, spring-boot
- Language: Shell
- Homepage: https://www.youtube.com/watch?v=vMaCLBalwz8
- Size: 26.5 MB
- Stars: 0
- 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.2.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
```## Notes
This demo can take over 7-minutes to complete on my computer, I recommend doing the cleanup steps ahead of time.
## 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_2-cloudfoundry.svg?style=for-the-badge
[forks-url]: https://github.com/dashaun/openrewrite-upgradespringboot_3_2-cloudfoundry/forks
[stars-shield]: https://img.shields.io/github/stars/dashaun/openrewrite-upgradespringboot_3_2-cloudfoundry.svg?style=for-the-badge
[stars-url]: https://github.com/dashaun/openrewrite-upgradespringboot_3_2-cloudfoundry/stargazers
[issues-shield]: https://img.shields.io/github/issues/dashaun/openrewrite-upgradespringboot_3_2-cloudfoundry.svg?style=for-the-badge
[issues-url]: https://github.com/dashaun/openrewrite-upgradespringboot_3_2-cloudfoundry/issues