- 11 Jun, 2014 6 commits
-
-
Spring Buildmaster authored
-
Phillip Webb authored
-
Dave Syer authored
See gh-1075
-
Dave Syer authored
If the Hibernate autoconfig is not used to create an EntityManager then I suppose it's possible that the JpaProperties might be null when everything else is ready for the event to be published. There's no test case because I think it's a corner case. Fxies gh-1075
-
Dave Syer authored
-
Andy Wilkinson authored
Previously, the versionManagement configuration was resolved as part of the Boot Gradle plugin being applied. This meant that no dependencies could be added to it and attempting to do so would result in a failure: “You can't change a configuration which is not in unresolved state”. This commit updates ApplyExcludeRules to wrap its processing in a before resolve action. This defers the resolution of the versionManagement configuration until one of the project’s other configurations is being resolved. Fixes #1077 In addition to the above, the transitive exclusions that the Gradle plugin provides were being lost if custom version management provided a version for the same dependency. This commit updates AbstractDependencies to preserve the exclusions from an existing dependency declaration while using the version from the newer dependency. This ensures that the exclusions remain while allowing versions to be overridden. Fixes #1079
-
- 10 Jun, 2014 15 commits
-
-
Phillip Webb authored
-
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 19 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
-