- 20 Dec, 2014 2 commits
-
-
Stephane Nicoll authored
Actually collection types are not harmonized to their interface counterpart; this was implemented in the first proposal but wasn't applied in the final review. See gh-2206
-
Phillip Webb authored
-
- 19 Dec, 2014 10 commits
-
-
Phillip Webb authored
-
Phillip Webb authored
See gh-2193
-
Phillip Webb authored
Align Tomcat logging with the recent Jetty and Undertow updates.
-
Phillip Webb authored
Fixes gh-2194
-
Phillip Webb authored
Fixes gh-2195
-
Phillip Webb authored
Update MongoAutoConfiguration so that a TypeNotPresentExceptionProxy error is not thrown when Spring Data Mongo is not used. Fixes gh-2196
-
Phillip Webb authored
Update PersistenceExceptionTranslationAutoConfiguration so that the PersistenceExceptionTranslation @Bean method is static. Fixes gh-2210
-
Phillip Webb authored
Fixes gh-2207
-
Stephane Nicoll authored
* pull2203: Fix typo in howto.adoc
-
pauldub authored
-
- 18 Dec, 2014 13 commits
-
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Closes gh-2199
-
Andy Wilkinson authored
-
Andy Wilkinson authored
The various servlet containers that we support vary in the quality of their diagnostics when ServletContext.addListener fails. To make problem diagnosis easier, this commit ensures that the toString of the the listener that was being added is included in the exception that's thrown when a failure occurs. Closes gh-2197
-
Stephane Nicoll authored
-
Phillip Webb authored
Update template auto configurations to search for template folders in the entire classpath rather than just the root jar. Fixes gh-2184
-
Phillip Webb authored
Update GroovyTemplateAutoConfiguration so that the `/template` folder check only occurs when the groovy-all jar is not being used. Fixes gh-2190 See gh-1915
-
Phillip Webb authored
* thymleaf-conditional-comments: Auto-configure for Thymeleaf conditionalcomments
-
Michael Cramer authored
Add auto-configuration for thymeleaf-extras-conditionalcomments which allows parsing of conditional comments for IE. Example: <!--[if lt IE 8]> <link rel="stylesheet" th:href="@{/styleIE.css}" type="text/css"/> <![endif]--> Without this dialect all Thymeleaf attributes are ignored inside the comment. Fixes gh-2113
-
Phillip Webb authored
* patch-1: Clarify SSL "How-to" documentation
-
Hendy Irawan authored
Update the SSL "How-to" documentation to make it clearer that SSL configuration replaces the usual connector. Closes gh-2172 See gh-2167
-
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 3 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
-