- 18 Dec, 2014 2 commits
-
-
Phillip Webb authored
Closes gh-2166
-
Phillip Webb authored
* pull2179: Rename SecurityPrequisite -> SecurityPrerequisite
-
- 17 Dec, 2014 12 commits
-
-
izeye authored
Closes gh-2179
-
Stephane Nicoll authored
Mixing Hibernate and a JTA provider may lead to duplicate JTA dependencies as the API is published with different coordinates. The following has been applied: * We now use `javax.transaction:javax.transaction-api` everywhere. * The `data-jpa` starter has been updated to replace the JBoss JTA dependency with the standard one. * The `jta-bitronix` starter has been updated to use JTA 1.2 instead of JTA 1.1 (unfortunately, JTA 1.1 is published with different coordinates). * The `jta-atomikos` starter has been updated to define a dependency on JTA as the current version does not do it at all. * The HornetQ JMS server is also relying on JTA but that dependency should have been optional. It has been excluded for the time being as it was using (yet) another set of coordinates. Fixes gh-2092
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Fixes gh-2187
-
Andy Wilkinson authored
Fixes gh-2187
-
Phillip Webb authored
Update LoggingSystems so that they can reinitialize themselves before logging begins. This allows reset of the root logger (which may have been set to OFF in beforeInitialize) and also re-evaluation of systems properties such as PID which may not have been set when logging configuration was first loaded. This commit may possibly reintroduce gh-1091, but it seems like reloading is our only option. Fixes gh-2125
-
Phillip Webb authored
-
Phillip Webb authored
-
Dave Syer authored
-
Stephane Nicoll authored
Closes gh-2126
-
Stephane Nicoll authored
* pull2181: Remove duplicate "should" word from README
-
Alex Panchenko authored
-
- 16 Dec, 2014 8 commits
-
-
Phillip Webb authored
Ensure that the system temp directory is passed to the Jetty WebAppContext. This prevents `jsp` folders from appearing in the current directory. Fixes gh-2169
-
Phillip Webb authored
Update DispatcherServletAutoConfiguration to alias a MultipartResolver that is not named correctly. This allows the DispatcherServlet to pick up any MultipartResolver bean, regardless of its name. See gh-2162
-
Phillip Webb authored
The `joda-time-jsptags.jar` jar file cannot be skipped. Fixes gh-2168
-
Phillip Webb authored
-
Stephane Nicoll authored
-
Stephane Nicoll authored
Previously, no configuration properties were discovered on a class using lombok instead of regular getters/setters. This commit adds a support for some of the lombok annotations, specifically that is @Data, @Getter and @Setter. Provides the same semantic as what lombok is generating. Closes gh-2114
-
Stephane Nicoll authored
* pull2165: Fix typo in tests
-
izeye authored
-
- 15 Dec, 2014 8 commits
-
-
Phillip Webb authored
Ensure that the Maven plugin RunMojo attempts to detect the Spring Loaded agent before deciding if the JVM should be forked. Fixes gh-2140
-
Phillip Webb authored
Fix numerous copy-paste errors in EmbeddedServerPortFileWriter where PID concepts are referenced. Fixes gh-2161
-
Phillip Webb authored
Update HttpEncodingAutoConfiguration to ensure that the CharacterEncodingFilter is ordered above any HiddenHttpMethodFilter. Fixes gh-2148
-
Michael Cramer authored
Closes gh-2155
-
Michael Cramer authored
Closes gh-2154
-
Michael Cramer authored
Closes gh-2152
-
Andy Wilkinson authored
Conflicts: spring-boot-dependencies/pom.xml
-
Michael Cramer authored
Closes gh-2151
-
- 14 Dec, 2014 5 commits
-
-
Phillip Webb authored
Update ResourceBanner to protect against a null application package. Fixes gh-2143
-
Phillip Webb authored
Conflicts: spring-boot/src/main/java/org/springframework/boot/StartupInfoLogger.java spring-boot/src/main/java/org/springframework/boot/logging/logback/LogbackLoggingSystem.java
-
Phillip Webb authored
Update LogbackLoggingSystem to protect against a potential null CodeSource result. Fixes gh-2149
-
Phillip Webb authored
-
Stephane Nicoll authored
Closes gh-2145
-
- 13 Dec, 2014 4 commits
-
-
Phillip Webb authored
Update the file log pattern to write the thread name after the `---` separator. The allows both file and console logs to be parsed in the same way. Fixes gh-2136
-
Phillip Webb authored
Update DefaultLogbackConfiguration to include OptionHelper.substVars when setting the encoder pattern so that ${PID} is correctly expanded. Fixes gh-2119
-
Phillip Webb authored
Refactor LoggingApplicationListener and LoggingSystem to restore Spring Boot 1.1 logging behavior. The LOG_FILE and LOG_PATH system properties are now set before configuring the logger. The `logging.path` property is now once again optional and will not be used when `logging.file` is specified. The documentation has also been updated to reflect the changes. Fixes gh-2121 Fixes gh-2117
-
Phillip Webb authored
-
- 12 Dec, 2014 1 commit
-
-
Stephane Nicoll authored
-