{"id":21674744,"url":"https://github.com/dashaun/openrewrite-spring-boot-upgrade-example","last_synced_at":"2025-04-12T04:24:13.973Z","repository":{"id":124405276,"uuid":"605811817","full_name":"dashaun/openrewrite-spring-boot-upgrade-example","owner":"dashaun","description":null,"archived":false,"fork":false,"pushed_at":"2025-04-08T22:11:33.000Z","size":50,"stargazers_count":12,"open_issues_count":2,"forks_count":13,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-10T15:02:18.670Z","etag":null,"topics":["openrewrite","springboot"],"latest_commit_sha":null,"homepage":"https://www.youtube.com/watch?v=XI_7mpEiPjI","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dashaun.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-02-24T00:21:21.000Z","updated_at":"2025-04-10T14:00:43.000Z","dependencies_parsed_at":null,"dependency_job_id":"d6a6fd94-d5d6-405d-8447-0c0442b453bd","html_url":"https://github.com/dashaun/openrewrite-spring-boot-upgrade-example","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dashaun%2Fopenrewrite-spring-boot-upgrade-example","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dashaun%2Fopenrewrite-spring-boot-upgrade-example/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dashaun%2Fopenrewrite-spring-boot-upgrade-example/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dashaun%2Fopenrewrite-spring-boot-upgrade-example/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dashaun","download_url":"https://codeload.github.com/dashaun/openrewrite-spring-boot-upgrade-example/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248514964,"owners_count":21117081,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["openrewrite","springboot"],"created_at":"2024-11-25T13:49:15.570Z","updated_at":"2025-04-12T04:24:13.949Z","avatar_url":"https://github.com/dashaun.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Forks][forks-shield]][forks-url]\n[![Stargazers][stars-shield]][stars-url]\n[![Issues][issues-shield]][issues-url]\n\n# OpenRewrite Spring Boot Upgrade Example\n\n## The cheat code\n\n```bash\n./mvnw -U org.openrewrite.maven:rewrite-maven-plugin:run \\\n -Drewrite.recipeArtifactCoordinates=org.openrewrite.recipe:rewrite-spring:LATEST \\\n -DactiveRecipes=org.openrewrite.java.spring.boot3.UpgradeSpringBoot_3_3\n```\n\n## Prerequisites\n- [SDKMan](https://sdkman.io/install)\n  \u003e i.e. `curl -s \"https://get.sdkman.io\" | bash`\n- [Httpie](https://httpie.io/) needs to be in the path\n  \u003e i.e. `brew install httpie`\n- bc, pv, zip, unzip, gcc, zlib1g-dev\n  \u003e i.e. `sudo apt install bc, pv, zip, unzip, gcc, zlib1g-dev -y`\n- [Vendir](https://carvel.dev/vendir/)\n  \u003e i.e. `brew tap carvel-dev/carvel \u0026\u0026 brew install vendir`\n\n## Quick Start\n```bash\n./demo.sh\n```\n\n## Attributions\n- [Demo Magic](https://github.com/paxtonhare/demo-magic) is pulled via `vendir sync`\n\n## Related Videos\n\n- https://www.youtube.com/live/qQAXXwkaveM?si=4KunXZaretBrPZs3\n- https://www.youtube.com/live/ck4AP7kRQkc?si=lDl203vbfZysrX5e\n- https://www.youtube.com/live/VWPrYcyjG8Q?si=z7Q2Rm_XOlBwCiei\n\n## Running the Demo in a Docker container\n\n### Build the image\n\n```bash\ndocker build -t openrewritedemo .\n```\n\n### Running the container\n\nThis run command uses Docker volumes to cache the Maven local repository \u0026 the SDKMAN Java versions between runs.\n\n```bash\ndocker run -it --rm \\\n  --name openrewrite-demo \\\n  -v \"$(pwd):/data\" \\\n  -v openrewrite-root-m2:/root/.m2 \\\n  -v openrewrite-root-sdkman-candidates:/root/.sdkman/candidates \\\n  -w /data \\\n  openrewritedemo ./demo.sh\n```\n\n\u003c!-- MARKDOWN LINKS \u0026 IMAGES --\u003e\n\u003c!-- https://www.markdownguide.org/basic-syntax/#reference-style-links --\u003e\n[forks-shield]: https://img.shields.io/github/forks/dashaun/openrewrite-spring-boot-upgrade-example.svg?style=for-the-badge\n[forks-url]: https://github.com/dashaun/openrewrite-spring-boot-upgrade-example/forks\n[stars-shield]: https://img.shields.io/github/stars/dashaun/openrewrite-spring-boot-upgrade-example.svg?style=for-the-badge\n[stars-url]: https://github.com/dashaun/openrewrite-spring-boot-upgrade-example/stargazers\n[issues-shield]: https://img.shields.io/github/issues/dashaun/openrewrite-spring-boot-upgrade-example.svg?style=for-the-badge\n[issues-url]: https://github.com/dashaun/openrewrite-spring-boot-upgrade-example/issues\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdashaun%2Fopenrewrite-spring-boot-upgrade-example","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdashaun%2Fopenrewrite-spring-boot-upgrade-example","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdashaun%2Fopenrewrite-spring-boot-upgrade-example/lists"}