Skip to content

Commit a0c88fb

Browse files
committed
Auto-Reconfiguration 2.0
This change updates auto-reconfiguration to 2.+. This change enables auto- reconfiguration of Spring Boot 2 applications, and vastly simplifies how auto- reconfiguration is performed. This change also removes support for auto- reconfiguring Play applications. [resolves cloudfoundry#485]
1 parent dad1000 commit a0c88fb

12 files changed

Lines changed: 2 additions & 372 deletions

.idea/.rakeTasks

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,6 @@ The buildpack supports extension through the use of Git repository forking. The
9393
* [Multiple Buildpack](docs/framework-multi_buildpack.md)
9494
* [Metric Writer](docs/framework-metric_writer.md) ([Configuration](docs/framework-metric_writer.md#configuration))
9595
* [New Relic Agent](docs/framework-new_relic_agent.md) ([Configuration](docs/framework-new_relic_agent.md#configuration))
96-
* [Play Framework Auto Reconfiguration](docs/framework-play_framework_auto_reconfiguration.md) ([Configuration](docs/framework-play_framework_auto_reconfiguration.md#configuration))
97-
* [Play Framework JPA Plugin](docs/framework-play_framework_jpa_plugin.md) ([Configuration](docs/framework-play_framework_jpa_plugin.md#configuration))
9896
* [PostgreSQL JDBC](docs/framework-postgresql_jdbc.md) ([Configuration](docs/framework-postgresql_jdbc.md#configuration))
9997
* [ProtectApp Security Provider](docs/framework-protect_app_security_provider.md) ([Configuration](docs/framework-protect_app_security_provider.md#configuration))
10098
* [Spring Auto Reconfiguration](docs/framework-spring_auto_reconfiguration.md) ([Configuration](docs/framework-spring_auto_reconfiguration.md#configuration))

config/components.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,6 @@ frameworks:
5858
- "JavaBuildpack::Framework::MariaDbJDBC"
5959
- "JavaBuildpack::Framework::MetricWriter"
6060
- "JavaBuildpack::Framework::NewRelicAgent"
61-
- "JavaBuildpack::Framework::PlayFrameworkAutoReconfiguration"
62-
- "JavaBuildpack::Framework::PlayFrameworkJPAPlugin"
6361
- "JavaBuildpack::Framework::PostgresqlJDBC"
6462
- "JavaBuildpack::Framework::ProtectAppSecurityProvider"
6563
- "JavaBuildpack::Framework::SpringAutoReconfiguration"

config/play_framework_auto_reconfiguration.yml

Lines changed: 0 additions & 22 deletions
This file was deleted.

config/play_framework_jpa_plugin.yml

Lines changed: 0 additions & 20 deletions
This file was deleted.

config/spring_auto_reconfiguration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
1717
# Note that the repository is shared with the Play Auto Reconfiguration framework and should be kept in step to
1818
# avoid conflicts.
1919
---
20-
version: 1.+
20+
version: 2.+
2121
repository_root: "{default.repository.root}/auto-reconfiguration"
2222
enabled: true

docs/framework-play_framework_auto_reconfiguration.md

Lines changed: 0 additions & 32 deletions
This file was deleted.

docs/framework-play_framework_jpa_plugin.md

Lines changed: 0 additions & 36 deletions
This file was deleted.

lib/java_buildpack/framework/play_framework_auto_reconfiguration.rb

Lines changed: 0 additions & 49 deletions
This file was deleted.

lib/java_buildpack/framework/play_framework_jpa_plugin.rb

Lines changed: 0 additions & 65 deletions
This file was deleted.

0 commit comments

Comments
 (0)