spring-boot/spring-boot-project
Andy Wilkinson fb33610027 Automatically create developmentOnly configuration
Previously, the developmentOnly configuration, typically used for
Devtools, had to be declared manually. The BootJar and BootWar tasks
then had a property, excludeDevtools, that could be used to control
whether or not Devtools would be excluded from the executable archive.

This commit updates the reaction to the Java plugin being applied to
automatically create the developmentOnly configuration. The classpaths
of bootJar and bootWar are then configured not to include the contents
of the developmentOnly configuration. As a result of this, the
excludeDevtools property is no longer needed and has been deprecated.
Its default has also been changed from true to false to make it easy
to opt in to Devtools, when configured as a development-only
dependency, being included in executable jars and wars by adding
developmentOnly to the classpath of the archive task.

Closes gh-16599
2020-04-27 13:38:14 +01:00
..
spring-boot Polish contribution 2020-04-27 10:41:02 +02:00
spring-boot-actuator Polish 2020-04-25 08:54:47 +02:00
spring-boot-actuator-autoconfigure Revert "Add support for Reactor Netty Micrometer metrics" 2020-04-27 12:06:26 +02:00
spring-boot-autoconfigure Add ReactorNettyHttpClientMapper 2020-04-26 22:10:39 +02:00
spring-boot-cli Polish 2020-04-25 08:54:47 +02:00
spring-boot-dependencies Upgrade to Reactor Bom Dysprosium-SR7 2020-04-27 14:33:14 +02:00
spring-boot-devtools Update copyright year of changed files 2020-04-25 08:50:51 +02:00
spring-boot-docs Automatically create developmentOnly configuration 2020-04-27 13:38:14 +01:00
spring-boot-parent
spring-boot-properties-migrator Fix PropertiesMigrationListenerTests 2020-04-23 14:53:03 -07:00
spring-boot-starters Deprecate support for Bitronix 2020-04-24 11:37:44 +01:00
spring-boot-test Remove empty test rule package 2020-04-27 10:32:44 +02:00
spring-boot-test-autoconfigure
spring-boot-tools Automatically create developmentOnly configuration 2020-04-27 13:38:14 +01:00