spring-boot/spring-boot-parent/src/checkstyle
Phillip Webb 2e51b48cd9 Refactor actuator package locations
Restructure actuator packages to improve structure. The following
changes have been made:

 - Separate actuator and actuator auto-configuration into different
   modules.
 - Move endpoint code into `spring-boot-actuator`.
 - Move `Endpoint` implementations from a single package into
   technology specific packages.
 - Move `HealthIndicator` implementations from a single package into
   technology specific packages.
 - As much as possible attempt to mirror the `spring-boot` package
   structure and class naming in `spring-boot-actuator` and
   `spring-boot-actuator-autoconfigure`.
 - Move `DataSourceBuilder` and DataSource meta-data support from
   `spring-boot-actuator` to `spring-boot`.

Fixes gh-10261
2017-09-12 00:11:20 -07:00
..
checkstyle-header.txt Correct copyright dates and enforce that starting year is 2012 2017-01-13 15:36:06 -05:00
checkstyle-suppressions.xml Fix remote DevTools' support for adding and removing classes 2016-11-17 19:19:54 +00:00
checkstyle.xml Add rule to prevent imports on Guava 2017-08-28 10:31:20 +02:00
import-control.xml Refactor actuator package locations 2017-09-12 00:11:20 -07:00