- 08 Jul, 2013 7 commits
-
-
Phillip Webb authored
-
Phillip Webb authored
Use @AssertMissingBean only for tests.
-
Phillip Webb authored
-
Phillip Webb authored
-
Phillip Webb authored
-
Phillip Webb authored
-
Dave Syer authored
...otherwise you can't control the log configuration from application.properties.
-
- 05 Jul, 2013 4 commits
-
-
Phillip Webb authored
Call repositorySystem.readArtifactDescriptor before resolving launcher dependencies. This change allows remote snapshot dependencies that are not in the local repo to be downloaded. Issue: #52901751
-
Dave Syer authored
-
Phillip Webb authored
Modify TomcatEmbeddedServletContainerFactory to ensure that the system ClassLoader is not considered when loading classes. This is required to fix issues when working with executable JARs created with the maven plugin.
-
Phillip Webb authored
Update RandomAccessJarFile entries when the name is specified without a trailing '/'
-
- 01 Jul, 2013 3 commits
-
-
Phillip Webb authored
Add specific plexus-utils dependency in an attempt to fix a NoSuchMethodError that occurs with some builds.
-
Dave Syer authored
-
Dave Syer authored
-
- 21 Jun, 2013 1 commit
-
-
Phillip Webb authored
Add a setup profile allowing the maven plugin to be build alone. Required to prevent 'unresolveable build extension' errors on a fresh checkout. Issue: #52091115
-
- 20 Jun, 2013 4 commits
-
-
Phillip Webb authored
# By Greg Turnquist * BS-157: Add MultipartAutoConfigure to spring.factories
-
Greg Turnquist authored
Update META-INF/spring.factories to include MultipartAutoConfigure. Also tweaked the class @Conditionals and Javadoc. Issue: BS-157
-
Phillip Webb authored
Migrate certain samples to make use of the new bootstrap maven plugin Issue: #52091115
-
Phillip Webb authored
Develop a maven plugin that can be used to package executable jar/war archives. The plugin is intended to be used as a drop-in replacement for the standard maven-jar-plugin. To use the plugin declare it with <extensions>true</extensions> then set the project type to 'executable-jar' or 'executable-war'. Configuration options for 'executable-war' generation are intentionally much more limited then the standard maven-war-plugin (for example overlays are not supported). It is anticipated that builds requiring complex configuration will continue to use the standard plugin in combination with a custom assembly. Issue: #52091115
-
- 18 Jun, 2013 3 commits
-
-
Phillip Webb authored
-
Phillip Webb authored
# By Greg Turnquist * BS-162: Tune expected exceptions to support more platforms
-
Greg Turnquist authored
It appears that some machines break when looking for ConnectionException, but not SocketException, both of which are IOExceptions. This seems to make tests pass on more machines without compromising the intentions of the API. [BS-162]
-
- 17 Jun, 2013 3 commits
-
-
Phillip Webb authored
# By Greg Turnquist * BS-157: [BS-157] Fix misnamed method
-
Greg Turnquist authored
Fix typo in EmbeddedServletContainerFactory. e enter the commit message for your changes. Lines starting
-
Phillip Webb authored
-
- 15 Jun, 2013 2 commits
-
-
Dave Syer authored
-
Greg Turnquist authored
Use Servlet 3.0 features to autodetect a MultipartConfigElement and hence autowire multipart support in the servlet container.
-
- 14 Jun, 2013 2 commits
-
-
Dave Syer authored
-
Gonçalo Silva and Scott Andrews authored
-
- 13 Jun, 2013 3 commits
-
-
Dave Syer authored
User can set spring.template.cache=false to change the behaviour
-
Dave Syer authored
-
Phillip Webb authored
-
- 12 Jun, 2013 8 commits
-
-
Phillip Webb authored
-
Phillip Webb authored
-
Phillip Webb authored
Numerous changes to the actuator project, including: - Specific Endpoint interface - Spring MVC/Enpoint adapter - Management server context changes - Consistent auto-configuration class naming - Auto-configuration ordering - Javadoc, code formatting and tests
-
Phillip Webb authored
Polish and fixup: - Ordered auto-configuration - @ConditionalOnBean default on @Bean methods - Improved separation of auto-configure classes - Consistent naming - Javadoc, code formatting and tests
-
Phillip Webb authored
Refactor JpaComponentScanDetector to a more general use utility and ensure that details are always stored.
-
Phillip Webb authored
Update EnableAutoConfigurationImportSelector to sort auto-configuration classes based on @Order and @AutoConfigureAfter annotations.
-
Phillip Webb authored
Update OnBeanCondition and OnMissingBeanCondition to work better with @Configuration classes and to support an optional considerHierarchy annotation value. The class value for conditions can now also be inferred when used on @Bean methods.
-
Phillip Webb authored
-