- 07 Nov, 2014 7 commits
-
-
Phillip Webb authored
Update the relevant samples to use the new @SpringBootApplication annotation. Closes gh-1842
-
Phillip Webb authored
Add a section to the reference guide about @SpringBootApplication. See gh-1842
-
Phillip Webb authored
Add a new @SpringBootApplication which is equivalent to @Configuration, @EnableAutoConfiguration and @ComponentScan. See gh-1842
-
Phillip Webb authored
-
Phillip Webb authored
Change the default value of spring.datasource.jmx-enabled to false to prevent InstanceAlreadyExistsException problems when using the Spring Test Framework. Fixes gh-1590
-
Phillip Webb authored
Update the base.xml logback configuration file so that it behaves in the same way as Spring Boot 1.1. Fixes gh-1845
-
Phillip Webb authored
Update the auto-configured PersistenceExceptionTranslationPostProcessor to proxy target classes as well as interfaces. Also provide a config property to disable registration all together. Fixes gh-1844
-
- 06 Nov, 2014 14 commits
-
-
Phillip Webb authored
* pull1840: Provide Liquibase -> Commons Logging adapter
-
Michael Cramer authored
Add `CommonsLoggingLiquibaseLogger` implementation to adapt Liquibase's `Logger` to Apache Commons Logging. The `LiquibaseAutoConfiguration` class has also been updated to automatically use the adapter Fixes gh-1840
-
Nathan Voxland authored
This commit updates Spring Boot to Liquibase 3.3.0 and makes the necessary changes to Boot's PackageScanClassResolver. Previously, when a class found by the scan could not be loaded a warning message was logged. This commit lowers these to debug level, bringing them into line with logging that the standard Liquibase implementation does. It also avoids a warning always being logged at startup due to Liquibase's WatchCommand$DynamicContentHandler which depends on Jetty (an optional dependency of Liquibase). Closes gh-1382
-
Stephane Nicoll authored
-
Stephane Nicoll authored
Fixes gh-1837
-
Phillip Webb authored
This reverts commit 6e041464. Fixes gh-1830
-
Phillip Webb authored
Update ConfigurationMetadataAnnotationProcessor to ensure that only local `additional-spring-configuration-metadata.json` files are merged with the final output. See gh-1830
-
Phillip Webb authored
Update ConfigurationMetadataAnnotationProcessor so that it gets called even if the source code doesn't include any @ConfigurationProperties items. See gh-1830
-
Phillip Webb authored
Rename AbstractTemplateViewResolverProperties.setCharSet/getCharSet to setCharset/getCharset, deprecating the old method. Fixes gh-1835
-
Phillip Webb authored
Additional items added since 1.1.x Fixes gh-1834
-
Phillip Webb authored
Conflicts: spring-boot-docs/src/main/asciidoc/appendix-application-properties.adoc
-
Phillip Webb authored
Fixes gh-1834
-
Phillip Webb authored
Switch the Tomcat 8 and Jetty 9 samples to Tomcat 7 and Jetty 8. Since Tomcat 8 and Jetty 9 are now the default versions the previous samples are no longer relevant, however, we do need integration tests to check that we remain compatible with Tomcat 7 and Jetty 8. See gh-1832
-
Phillip Webb authored
Upgrade to latest versions of Tomcat and Jetty and to the latest Servlet API whilst will remaining compatible with Tomcat 7 and Jetty 8. Fixes gh-1832, gh-369
-
- 05 Nov, 2014 10 commits
-
-
Phillip Webb authored
-
Phillip Webb authored
See gh-369
-
Phillip Webb authored
Change the pidfile property from `spring.application.pidfile` to `spring.pidfile` (to save confusion with SpringApplication properties). Also added documentation and meta-data information. See gh-1579
-
Phillip Webb authored
-
Phillip Webb authored
Fix an issue where debug logging never occurred because it was guarded incorrectly using isWarnEnabled(). Fixes gh-1780
-
Phillip Webb authored
-
Phillip Webb authored
Some were missing, some were named incorrectly. See gh-1827
-
Phillip Webb authored
Rename 'additional-spring-configuration-metadata.json' to 'spring-configuration-metadata.json' and drop the annotation processor. The project has no @ConfigurationProperties defined so the annotation processor didn't kick in. Fixes gh-1830
-
Phillip Webb authored
See gh-1831
-
Stephane Nicoll authored
-
- 04 Nov, 2014 9 commits
-
-
Phillip Webb authored
* spring-boot-1412: Add fork option for mvn spring-boot:run Closes gh-1483
-
David Liu authored
Update RunMojo to include a `fork` option and change the default to only fork if agent or jvmArguments are specified. Fixes gh-1412
-
Phillip Webb authored
Update ApplicationPidFileWriter to support the Spring Environment, picking up the `spring.application.pidfile` property if specified. Fixes gh-1579
-
Phillip Webb authored
* gh-1777: Add PropertiesPropertySourceLoader test Add XML support to PropertiesPropertySourceLoader
-
Phillip Webb authored
-
Phillip Wirth authored
Fixes gh-1777 Closes 1783
-
Phillip Webb authored
Create a PropertyNamePatternsMatcher strategy interface that PropertySourcesPropertyValues can use to determine when a property can be used. PropertiesConfigurationFactory uses DefaultPropertyNamePatternsMatcher which is heavily optimized for frequent calls. Fixes gh-1823
-
Phillip Webb authored
Update ConfigurationPropertiesBindingPostProcessor to ensure that the defaultConversionService is only created once. Fixes gh-1822
-
Phillip Webb authored
-