- 07 Jan, 2015 1 commit
-
-
Phillip Webb authored
Include more details in the message including the class being bound and the prefix from the annotation. Fixes gh-2246
-
- 06 Jan, 2015 10 commits
-
-
Phillip Webb authored
Update ConfigFileApplicationListener to make some of the static final constants public. Fixes gh-2253
-
Phillip Webb authored
* gh-2287: Don't fail build on merge failure
-
Kris De Volder authored
Be more lenient when processing additional metadata json files. Fixes gh-2287 Closes gh-2288
-
Phillip Webb authored
Update ConfigurationMetadataAnnotationProcessor to find the additional metadata json file using createResource rather than getResource. Prior to this commit the file could be skipped when multiple files were contained on the classpath. Fixes gh-2271
-
Phillip Webb authored
-
Phillip Webb authored
Update InMemoryAuditEventRepository to consider the date when searching for events. Also switch to a circular buffer implementation and update the capacity to limit the total number of items rather than limiting per principal. Fixes gh-2291
-
Phillip Webb authored
Update EmbeddedWebApplicationContext to store then restore any existing web scopes that may have been registered. This allows custom web scopes to be registered in an ApplicationContextInitializer. Fixes gh-2082
-
Phillip Webb authored
-
Phillip Webb authored
Closes gh-2232
-
Phillip Webb authored
-
- 05 Jan, 2015 4 commits
-
-
Phillip Webb authored
Closes gh-2232
-
Phillip Webb authored
Update CONTRIBUTING to include the project lead names that can be used.
-
Phillip Webb authored
-
Phillip Webb authored
The "Customizing ConfigurableEmbeddedServletContainer directly" section should use `HttpStatus.NOT_FOUND` and not `HttpStatus.404` in the sample code. Fixes gh-2258
-
- 04 Jan, 2015 1 commit
-
-
Phillip Webb authored
Replace various for loops which add items to collections with calls to Collections.addAll(...). Fixes gh-2277
-
- 03 Jan, 2015 5 commits
-
-
Phillip Webb authored
Change the LoggingSystem load order so that Log4J2 has a higher priority than Log4J. Also add system property support to allow a specific system to be used. Fixes gh-2274
-
Phillip Webb authored
-
Phillip Webb authored
See gh-2180
-
Phillip Webb authored
Conflicts: spring-boot-dependencies/pom.xml
-
Phillip Webb authored
Update spring-boot-dependencies to include all Jetty modules. The helps to prevent issues when modules are pulled in transitively (for example via solr). Fixes gh-2180
-
- 02 Jan, 2015 5 commits
-
-
Phillip Webb authored
Conflicts: spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/jmx/JmxAutoConfiguration.java spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/jmx/ParentAwareNamingStrategy.java spring-boot-autoconfigure/src/test/java/org/springframework/boot/autoconfigure/jmx/JmxAutoConfigurationTests.java
-
Phillip Webb authored
Fix ParentAwareNamingStrategy to set ObjectName properties for the 'identity' and 'context' attributes. Also update JmxAutoConfiguration to ensure that the ParentAwareNamingStrategy is created in each context and that the `mbeanExporter` bean is created. Prior to this commit the nested @EnableMBeanExport class always meant that the mbeanExporter condition never matched. Fixes gh-2243
-
Phillip Webb authored
Conflicts: spring-boot-autoconfigure/src/test/java/org/springframework/boot/autoconfigure/web/WebMvcAutoConfigurationTests.java
-
Phillip Webb authored
Update WebMvcAutoConfiguration to ensure than the viewResolver bean is not created if a user defined ContentNegotiatingViewResolver bean is defined. Fixes gh-2269
-
Phillip Webb authored
Update IntegrationTest Javadoc to remove the "fully leaded" colloquialism. See gh-2272
-
- 01 Jan, 2015 6 commits
-
-
Phillip Webb authored
* pull2265: Fix global `endpoints.enabled` property support
-
Mathieu Bernatet authored
Update AbstractEndpoint to correctly support the `endpoints.enabled` property. Also fix EnvironmentEnpoint which would previously prevent the Environment from being set. Fixes gh-2264 Closes gh-2265
-
Phillip Webb authored
* pull2266: Add application version info to JAR manifest
-
Matthias Friedrich authored
Update maven-jar-plugin configuration in spring-boot-starter-parent with `addDefaultImplementationEntries` so that implementation versions are included by default. Fixes gh-2266
-
Phillip Webb authored
* docs-health-builder: Update custom HealthIndicator documentation
-
Eric Dahl authored
Update the custom HealthIndicator documentation to use the build() method rather than the old mechanism. Fixes gh-2270
-
- 30 Dec, 2014 8 commits
-
-
Phillip Webb authored
-
Phillip Webb authored
-
Russell Allen authored
Closes gh-2262
-
Stephane Nicoll authored
Conflicts: spring-boot-dependencies/pom.xml
-
Stephane Nicoll authored
Closes gh-2259
-
Stephane Nicoll authored
Closes gh-2249
-