- 10 Jun, 2015 3 commits
-
-
Stephane Nicoll authored
-
Lugi Cardito authored
If the `repackage` goal defines an output directory that does not exist, the maven plugin now creates it. Closes gh-3136
-
Phillip Webb authored
Fixes gh-3168
-
- 09 Jun, 2015 17 commits
-
-
Phillip Webb authored
Remove explicit TestFailedException catch in CommandRunner and instead rely on the fact that TestFailedException extends CommandException. Fixes gh-3167
-
Phillip Webb authored
Rename SpringApplicationLifecycle JMX beans to SpringApplicationAdmin and relocate to a dedicated package. Fixes gh-3124
-
Phillip Webb authored
-
Phillip Webb authored
Fixes gh-3162
-
Andy Wilkinson authored
Closes gh-3159
-
Andy Wilkinson authored
-
Andy Wilkinson authored
The build currently fails intermittently when an external container, usually TomEE or Wildfly, fails to start within the default timeout period of two minutes. This commit updates the timeout to 5 minutes for all containers (Tomcat, TomEE and Wildfly) in the hope that it will help to stabilise the CI build.
-
Andy Wilkinson authored
-
Andy Wilkinson authored
-
Stephane Nicoll authored
See gh-3086
-
Andy Wilkinson authored
-
Eddú Meléndez authored
Closes gh-3122
-
Phillip Webb authored
-
Phillip Webb authored
Support loading a `.spring-boot-devtools.properties` file from the users home folder. The property file can be used to customize settings that make sense on a per-user basis, but might not want to be checked into the project. Fixes gh-3151
-
Phillip Webb authored
Allow the pollInterval and the quietPeriod of the filewatcher to be configured. Fixes gh-3139
-
Phillip Webb authored
Update `FileSystemWatcher` to support the concept of a "trigger file" which could be written by an IDE when a reload needs to occur. Fixes gh-3157
-
Phillip Webb authored
-
- 08 Jun, 2015 11 commits
-
-
Stephane Nicoll authored
-
Stephane Nicoll authored
Closes gh-3060
-
Stephane Nicoll authored
Conflicts: spring-boot-docs/src/main/asciidoc/appendix-application-properties.adoc
-
Stephane Nicoll authored
-
Stephane Nicoll authored
Closes gh-3121
-
Stephane Nicoll authored
-
Stephane Nicoll authored
The JMS MessageListenerContainer supports the PlatformTransactionManager abstraction with either a `JmsTransactionManager` for local transactions or `JtaTransactionManager` for distributed transactions. The former is kind of deprecated (`setTransacted` should be used instead). In any case, any other `PlatformTransactionManager` implementation is not supported. Update JmsAnnotationDrivenConfiguration to only associated a JTA transaction manager, if any. Closes gh-3150
-
Dave Syer authored
-
Dave Syer authored
-
Stephane Nicoll authored
hibernate.ejb.naming_strategy_delegator and hibernate.ejb.naming_strategy cannot be used at the same time but Boot sets the latter automatically. We now only set the naming strategy if no delegator has been specified via configuration Closes gh-3149
-
Dave Syer authored
Only affects the default AuthenticationManagerBuilder (so when users are not overriding the default global user details). Makes the UserDetailsService effectively available as it would be if we used AuthenticationManagerBuilder.inMemoryAuthentication() as a shared object in the HttpSecurity. Fixes gh-3152
-
- 07 Jun, 2015 2 commits
-
-
Stephane Nicoll authored
-
izeye authored
`endpoints.jolokia.path` requires the path to start with a slash. Closes gh-2864
-
- 06 Jun, 2015 5 commits
-
-
Stephane Nicoll authored
* patch-1: Fix typo
-
John Tims authored
Closes gh-3140
-
Stephane Nicoll authored
* gh-3142: Polish redis connection timeout support Add connection timeout property for redis
-
Stephane Nicoll authored
Closes gh-3142
-
Eddú Meléndez authored
See gh-3142
-
- 05 Jun, 2015 2 commits
-
-
Phillip Webb authored
-
Phillip Webb authored
-