This is an automated email from the ASF dual-hosted git repository. lprimak pushed a commit to branch 2.x in repository https://gitbox.apache.org/repos/asf/shiro.git
commit 28f0796b6d89ab5c975174dde53470da47b9928f Author: lprimak <[email protected]> AuthorDate: Wed Jun 17 08:43:56 2026 -0500 chore(guice, README): update deployment instructions to remove Heroku examples --- samples/guice/README.md | 4 ---- samples/spring-boot-3-web/README.md | 4 ---- samples/spring-boot-web/README.md | 2 -- samples/spring-hibernate/README.md | 4 ---- samples/web/README.md | 4 ---- 5 files changed, 18 deletions(-) diff --git a/samples/guice/README.md b/samples/guice/README.md index 53681f754..070cb98af 100644 --- a/samples/guice/README.md +++ b/samples/guice/README.md @@ -11,7 +11,3 @@ mvn jetty:run ``` Browse to `http://localhost:9080/` - -Or deploy to Heroku: - -[](https://heroku.com/deploy?template=https://github.com/bdemers/heroku-examples-runner&env\[ARTIFACT_ID\]=samples-guice) diff --git a/samples/spring-boot-3-web/README.md b/samples/spring-boot-3-web/README.md index 7317e6447..cebaf8a7a 100644 --- a/samples/spring-boot-3-web/README.md +++ b/samples/spring-boot-3-web/README.md @@ -12,7 +12,3 @@ mvn spring-boot:run ``` Browse to `http://localhost:8080/` - -Or deploy to Heroku: - -[](https://heroku.com/deploy?template=https://github.com/bdemers/heroku-examples-runner&env\[ARTIFACT_ID\]=samples-spring-boot-web&&env\[RUNNER\]=spring-boot) diff --git a/samples/spring-boot-web/README.md b/samples/spring-boot-web/README.md index 6e91ab180..4b8c62e76 100644 --- a/samples/spring-boot-web/README.md +++ b/samples/spring-boot-web/README.md @@ -13,5 +13,3 @@ mvn spring-boot:run Browse to `http://localhost:8080/` Or deploy to Heroku: - -[](https://heroku.com/deploy?template=https://github.com/bdemers/heroku-examples-runner&env\[ARTIFACT_ID\]=samples-spring-boot-web&&env\[RUNNER\]=spring-boot) diff --git a/samples/spring-hibernate/README.md b/samples/spring-hibernate/README.md index 2fe052ee8..d4466f649 100644 --- a/samples/spring-hibernate/README.md +++ b/samples/spring-hibernate/README.md @@ -11,7 +11,3 @@ mvn jetty:run ``` Browse to `http://localhost:9080/` - -Or deploy to Heroku: - -[](https://heroku.com/deploy?template=https://github.com/bdemers/heroku-examples-runner&env\[ARTIFACT_ID\]=samples-sprhib) diff --git a/samples/web/README.md b/samples/web/README.md index 4f68449b9..9a482d6c7 100644 --- a/samples/web/README.md +++ b/samples/web/README.md @@ -11,7 +11,3 @@ mvn jetty:run ``` Browse to `http://localhost:9080/` - -Or deploy to Heroku: - -[](https://heroku.com/deploy?template=https://github.com/bdemers/heroku-examples-runner&env\[ARTIFACT_ID\]=samples-web)
