- 05 Dec, 2014 3 commits
-
-
Phillip Webb authored
-
Stephane Nicoll authored
Previously, specifying a simple target name for a regular project would store the (zip) archive in a file matching the target name. Only adding a slash at the end of the name allows to extract it as a directory. It turns out that such convention is not easy to catch and if a simple name is provided on the command-line, the user probably wants to create a directory with such a name with the content of the project. Note that if a build file is required and the name does not have any extension, we still store a file with the required name as auto-detecting the extension to use is not that easy. Fixes gh-2056
-
Stephane Nicoll authored
-
- 04 Dec, 2014 2 commits
-
-
Stephane Nicoll authored
-
Phillip Webb authored
-
- 03 Dec, 2014 17 commits
-
-
Phillip Webb authored
See gh-2028
-
Phillip Webb authored
Fixes gh-2028
-
Phillip Webb authored
-
Phillip Webb authored
Add a `spring.mvc.set-ignore-default-model-on-redirect` property to allow RequestMappingHandlerAdapter.setIgnoreDefaultModelOnRedirect to be easily customized and change the default value to 'true'. Fixes gh-2018
-
Phillip Webb authored
Drop the setAdditionalProperties method from ShellProperties to ensure that it is not included in the meta-data JSON. The additional properties are usually wired in using @Autowired and it is pretty unlikely that anyone is using the setter directly. Fixes gh-2055
-
Phillip Webb authored
Fix YamlPropertySourceLoader to correctly flatten keys merged from different documents. Closes gh-2022
-
Phillip Webb authored
-
Stephane Nicoll authored
See gh-1996
-
Stephane Nicoll authored
-
Stephane Nicoll authored
Previously, a property holding an array did not have a proper default value in the meta-data even though the related field was initialized properly. An explicit support for arrays has been added. The "defaultValue" now holds the default value for singular properties or an array of values for array-based properties. If the value is initalized with an empty array, the default value is an empty array as well. Closes gh-1996
-
Dave Syer authored
-
Stephane Nicoll authored
-
Stephane Nicoll authored
Fixes gh-1439
-
Stephane Nicoll authored
Previously, any valid property was added to the meta-data of the current group. This can be annoying for types that are not meant to be bound from a simple string value. ClassLoader is one example. A list of well-known types has been added: if the property type matches an element of this list, it is ignored. Fixes gh-2012
-
Phillip Webb authored
Fixes gh-2041
-
Phillip Webb authored
Update YamlPropertySourceLoader to use a MapPropertySource rather than a PropertiesPropertySource to ensure that the underlying order is retained. Fixes gh-2022
-
Phillip Webb authored
Upgrade to the SNAPSHOT so that CI will catch any problems early. See gh-2038
-
- 02 Dec, 2014 14 commits
-
-
Phillip Webb authored
Add ConfigurationWarningsApplicationContextInitializer to report warnings for common configuration mistakes. Currently the initializer will log a warning if @ComponentScan is used on a @Configuration class in the "default" package. Fixes gh-2050
-
Phillip Webb authored
-
Andy Wilkinson authored
Closes gh-2049
-
Graeme Rocher authored
Fixes gh-2048 and fixes gh-2051
-
Stephane Nicoll authored
* spring-jms-pub-sub-fix: Apply pubSubDomain property to ContainerFactory
-
Maciej Walkowiak authored
Previously, tuning the pubSubDomain flag only impacted the created JmsTemplate leaving any default listeners with the default settings. If no default JmsListenerContainerFactory is defined, the created one is using that property as well now.
-
Stephane Nicoll authored
Closes gh-2044
-
Andy Wilkinson authored
-
Andy Wilkinson authored
SecurityAutoConfiguration, via its import of AuthenticationManagerConfiguration, requires spring-security-config to be on the classpath as AuthenticationManagerConfiguration extends GlobalAuthenticationConfigurerAdapter from spring-security-config. This commit makes SecurityAutoConfiguration conditional on the presence of GlobalAuthenticationConfigurerAdapter so that the auto-configuration will be disabled in its absence rather than causing an app to fail to start. Closes gh-2046
-
Dave Syer authored
-
Andy Wilkinson authored
This commit adds support to the CLI for launching a custom SpringApplication implementation. The class that is launched can be configured using the spring.application.class.name System property or the SPRING_APPLICATION_CLASS_NAME environment variable with the former taking priority. Closes gh-2030
-
Andy Wilkinson authored
Closes gh-2043
-
Phillip Webb authored
-
Phillip Webb authored
-
- 01 Dec, 2014 4 commits
-
-
Phillip Webb authored
-
Phillip Webb authored
See gh-1995
-
Phillip Webb authored
Conflicts: spring-boot/src/main/java/org/springframework/boot/logging/LoggingApplicationListener.java
-
Phillip Webb authored
Change the visibility of ErrorPageFilter to public to fix IllegalAccessException errors on certain servlet containers. Fixes gh-2026
-