- 29 Aug, 2014 3 commits
-
-
Stephane Nicoll authored
This commit avoids a script duplication: the integration test runs the sample instead of a copy of it in the repro directory. Also switched the sample from ActiveMQ to HornetQ as #323 revealed some locking on CI. Hopefully that should fix it as HornetQ is non persistent and can be embedded several times in the same VM. Fixes gh-1456
-
Phillip Webb authored
-
Phillip Webb authored
-
- 28 Aug, 2014 19 commits
-
-
Phillip Webb authored
-
Phillip Webb authored
* spring-boot-1379: Add database property to RedisProperties
-
David Liu authored
Add database property to RedisProperties and use it in RedisAutoConfiguration. Fixes gh-1379
-
Phillip Webb authored
-
Phillip Webb authored
Convert any session timeout values from seconds to minutes when configuring Tomcat. Fixes gh-1422
-
Phillip Webb authored
-
Phillip Webb authored
-
Phillip Webb authored
-
Mattias Severson authored
Fixes gh-1463
-
Phillip Webb authored
Extract the hairy logic from getServletContextInitializerBeans() to a new class and refactor things a little.
-
Stephane Nicoll authored
Fixes gh-1431
-
Stephane Nicoll authored
This commit binds RepositoryRestConfiguration to the spring.data.rest prefix so that any of its property can be customized through the environment. If a RepositoryRestMvcConfiguration is defined in the context, those customization do not apply, as it was the case before. Fixes gh-1171
-
Stephane Nicoll authored
* typo-correction: Fix typo
-
Mattias Severson authored
Fixes gh-1463
-
Stephane Nicoll authored
This commit deprecates the proprietary EnableJmsMessaging annotation in favour of the standard @EnableJms introduced as of Spring 4.1. This commit also updates the sample and adds an integration test as the feature was actually broken. Fixes gh-1456
-
Andy Wilkinson authored
Closes #1462
-
Stephane Nicoll authored
Fixes gh-1445
-
Dave Syer authored
-
Dave Syer authored
Tomcat in particular sets an environment variable in it's shell scripts that people commonly use to start the container. So if people deploy a war file to a stock Tomcat server they can't override the logging config, even with the default location. With this change at least that should work (for logback and log4j anyway). Tested with logback. See gh-1432
-
- 27 Aug, 2014 18 commits
-
-
Phillip Webb authored
- Search for ConnectionFactories in java:/JmsXA and java:/XAConnectionFactory - Remove javax.transaction:jta managed dependency - Removed unused JtaProperties argument Fixes gh-947
-
Phillip Webb authored
-
David Liu authored
Closes #1339
-
Dave Syer authored
-
Dave Syer authored
Users could be surpised if they register a Filter with an @Order and it isn't apparently respected. This change accumulates all Filters and FilterRegistrations (for instance) before sorting them. Fixes gh-1455
-
Dave Syer authored
-
Dave Syer authored
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Closes #1419
-
Andy Wilkinson authored
-
Andy Wilkinson authored
See changes made in revision 1602507 [1] [1] https://svn.apache.org/viewvc?view=revision&revision=1602507
-
Andy Wilkinson authored
Rather than hard-coding assumptions about the line endings, use a PrintWriter to produce the multi-line expected output
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Fixes #1446
-
Andy Wilkinson authored
-
Andy Wilkinson authored
-
Phillip Webb authored
Fixes gh-947
-
Phillip Webb authored
See gh-947
-