- 20 Nov, 2014 20 commits
-
-
Phillip Webb authored
Rename mongo to mongodb. Fixes gh-1966
-
Phillip Webb authored
Update MongoDataAutoConfiguration to provide easier configuration of CustomConversions, the MappingMongoConverter, MongoMappingContext and an authentication database. Fixes gh-1619 Fixes gh-1730
-
Phillip Webb authored
Update @IntegrationTest to include SqlScriptsTestExecutionListener. Fixes gh-1965
-
Phillip Webb authored
-
Phillip Webb authored
Update the configuration meta-data appendix to clarify a few things.
-
Phillip Webb authored
-
Michael Freedman authored
(cherry picked from commit d4bf221f)
-
Dave Syer authored
-
Dave Syer authored
-
Stephane Nicoll authored
-
Stephane Nicoll authored
* pull1963: fix copy in README Disable check of Groovy template location by default for CLI apps
-
Michael Freedman authored
-
Andy Wilkinson authored
In 1.1, the Groovy template support did not check that its configured template location exists. A check was added in 1.2, however this breaks CLI web applications that don't have the expected templates location. Rather than reintroducing 1.1's behaviour by removing the check, this commit updates the CLI to set spring.groovy.template.check-template-location to false by default. This allows flow-blown applications to benefit from the check, while allowing CLI apps to behave as they did in 1.1. Closes gh-1959
-
Stephane Nicoll authored
Fixes gh-1961
-
Dave Syer authored
-
Dave Syer authored
Fixes gh-1960
-
Brian Clozel authored
Fixes a couple of typos in the documentation: * `x-forwarded-protocol` is not the standard name for this header * `require_https` is not an existing property, but rather `require_ssl`
-
Dave Syer authored
Some environments do not have a tmpdir so it can be null.
-
Andy Wilkinson authored
Conflicts: spring-boot/src/main/java/org/springframework/boot/logging/logback/LogbackLoggingSystem.java spring-boot/src/test/java/org/springframework/boot/logging/logback/LogbackLoggingSystemTests.java
-
Andy Wilkinson authored
Previously, if Logback was being used as Boot's logging system, but Log4J was also on the classpath before SLF4J and Logback, JBoss Logging would use Log4J for its logging. This lead to warning messages being produced as Log4J was not configured: log4j:WARN No appenders could be found for logger (org.jboss.logging). log4j:WARN Please initialize the log4j system properly. This commit updates LogbackLoggingSystem to set the org.jboss.logging.provider to "slf4j". This ensure that JBoss Logging will use SLF4J and Logback as intended even when Log4J is also on the classpath. Closes gh-1928
-
- 19 Nov, 2014 18 commits
-
-
Phillip Webb authored
Update the ConfigurationMetadataAnnotationProcessor to detect the @Deprecated annotation on getters or setters. Fixes gh-1846
-
Phillip Webb authored
* pull1931: Fixed potential ClassCastException getting error
-
juzer authored
Update DefaultErrorAttributes to expect a `Throwable` ERROR_ATTRIBUTE rather than an `Exception`. Fixes gh-1931
-
Phillip Webb authored
-
Phillip Webb authored
-
Phillip Webb authored
Update BeanTypeRegistry to gracefully ignore LoadBeanClassException and BeanDefinitionStoreException exceptions in the same way as DefaultListableBeanFactory.doGetBeanNamesForType() does. Fixes gh-1955
-
Dave Syer authored
Fixes gh-1756
-
Dave Syer authored
-
Stephane Nicoll authored
Spring initializr now declares an improved metadata format (v2). InitializrServiceMetadata has been updated to parse this format. Note that the client could be further improved by using HAL generated links. Closes gh-1953
-
Dave Syer authored
Uses raw class instead of Java Type API (which has a default method in 1.8, unavailble in 1.7).
-
Dave Syer authored
Users can add @Beans of this type to customize the EndpointHandlerMapping (e.g. add interceptors) even if it is in a child context. Fixes gh-1933
-
Dave Syer authored
Eclipse (by default) does not create the JSON metadata when it compiles the @ConfigurationProperties beans. So running on the command lilne gets scarily different than in an IDE. Fixed by externalizing the metadata location and setting it to something empty in the tests.
-
Andy Wilkinson authored
Closes gh-1269
-
Dave Syer authored
-
Dave Syer authored
Including maps and lists. Beans with no metadata (in /META-INF/*spring-configuration-metadata.json) are just serialized as they come (so might have problems like cycles). Serialization errors are caught and rendered as an "error" for that bean. Any problems can be fixed by preparing metadata and specifying which properties are to be rendered that way. Fixes gh-1746, fixes gh-1921
-
Phillip Webb authored
-
Phillip Webb authored
-
Phillip Webb authored
Add LICENSE.txt file and make it clear in the README file that we are Apache 2.0 Fixes gh-1952
-
- 18 Nov, 2014 2 commits
-
-
Phillip Webb authored
-
Phillip Webb authored
-