- 10 Jun, 2014 2 commits
-
-
Phillip Webb authored
Fixes gh-1053
-
Phillip Webb authored
Fixes gh-823
-
- 09 Jun, 2014 37 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
-
Dave Syer authored
I decided to go with both approaches (make the autoconfig for repositories @ConditionalOnMissingBean(RepositoryFactoryBeanSupport), so the first one wins; and also make them conditional on spring.data.*.repositories.enabled=true. The ordering problem is still there really (it's not defined which repositories will be created by the autoconfig), so if a user is going to have 2 repository implementations on the classpath, he is going to have to either choose one to disable, or manualy @Enable* the other one. Fixes gh-1042
-
Phillip Webb authored
See gh-1047
-
Phillip Webb authored
-
Phillip Webb authored
-
Phillip Webb authored
Update all starter POMs to remove commons-logging dependencies that are not longer required when using the Spring Boot Gradle plugin. Mainly reverts code from 196f92bd See gh-1047
-
Phillip Webb authored
Update the Spring Boot Gradle plugin to automatically apply exclude rules to dependencies. See gh-1047
-
Phillip Webb authored
Update spring-boot-dependency-tools to support transitive excludes. Transitive excludes are useful with Gradle which considers each dependency independently (see GRADLE-3061). Transitive excludes are supported by parsing the dependency-tree file from spring-boot-versions. See gh-1047
-
Phillip Webb authored
Update spring-boot-versions to generate a dependency-tree file and attach it as an artifact. The file is generated by creating a temporary POM and calling the invoker plugin. The spring-boot-versions POM now depends on all spring-boot-starter-* POMs to ensure that they have been installed before the dependency tree is processes. See gh-1047
-
Phillip Webb authored
Refactor dependency-tools to restore API compatibility with Spring Boot 1.0. This should reduce reflection hacks that tools such as Gretty would otherwise have to make. See gh-1035
-
Phillip Webb authored
-
Phillip Webb authored
Update Spring Mobile support with the following changes: - Apply source formatting - User lowercase property prefixes - Use dashed notation when accessing properties - Inline some constants See gh-1049
-
- 07 Jun, 2014 1 commit
-
-
Dave Syer authored
-