- 10 Jun, 2014 14 commits
-
-
Spring Buildmaster authored
-
Andy Wilkinson authored
Remove superfluous dependencies from spring-boot-starter-tomcat and spring-boot-starter-jetty which caused gradle based builds to put too many libraries in `/lib-provided` when building a war. Fixes gh-1064
-
Phillip Webb authored
Fixes gh-1069
-
Dave Syer authored
See gh-1065
-
Phillip Webb authored
-
Dave Syer authored
When there are parent contexts we already had a strategy for registering the actuator endpoints, but not the regular JMX or Integration MBeans. This chnage makes the autoconfigs for JMX aware of the parent context. Also adds a sample with a parent context. See gh-847
-
Phillip Webb authored
-
Spring Buildmaster authored
-
Phillip Webb authored
-
Phillip Webb authored
Require for the initial build of a new version.
-
Phillip Webb authored
-
Phillip Webb authored
-
Phillip Webb authored
Fixes gh-1053
-
Phillip Webb authored
Fixes gh-823
-
- 09 Jun, 2014 26 commits
-
-
Phillip Webb authored
Add a section with a link to the project wiki. See gh-731
-
Phillip Webb authored
-
Phillip Webb authored
-
Phillip Webb authored
-
Phillip Webb authored
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Fixes #1061
-
Andy Wilkinson authored
Closes #1055
-
Andy Wilkinson authored
-
Maciej Walkowiak authored
-
Maciej Walkowiak authored
- upgraded Spring WS to 2.2.0.RELEASE - replaced default MVC DispatcherServlet with MessageDispatcherServlet - migrated XML based config with nww Spring WS Java config Fixes: gh-412
-
Marten Deinum authored
Fixes gh-412
-
Phillip Webb authored
-
Phillip Webb authored
* pull1060: Improve Jetty third-party integration support
-
Andrey Hihlovskiy authored
Make JettyEmbeddedServletContainerFactory more useful for third-parties by providing protected configureWebAppContext, addDefaultServlet and addJspServlet methods that sub-classes can call. Fixes gh-1056
-
Phillip Webb authored
-
Phillip Webb authored
-
Dave Syer authored
Fixes gh-1059
-
Dave Syer authored
-
Andy Wilkinson authored
-
Andy Wilkinson authored
-
Christian Dupuis authored
Add "key" to default keys that will be sanitized. fixes #1027
-
Roy Clarkson authored
- Log to the correct class - Set Auto-configure after Thymeleaf hint on main class instead of internal static class - Use 'thymeleafViewResolver' bean name instead of class for conditional bean checks - Fix class name in properties documentation Fixes gh-1052
-
Javier Gayoso authored
Also added additional test to verify behaviour. Fixes gh-1039
-
Dave Syer authored
Anywhere that an MBeanServer is needed it should be created @Conditionally, so that user can exclude the JmxAutoConfiguration and still get the other JMX behaviours automatically.
-
Dave Syer authored
-