Commit Graph

6233 Commits (36fb5e4aded287b776069cac4a0dc987b7878807)
 

Author SHA1 Message Date
Phillip Webb dcd120c477 Merge branch 'zero-restructure'
* zero-restructure:
  Package restructure
  Further maven module restructure
  Polish and fix sonar warnings
  Minor pom tweaks
  Add structure 101 project
  Remove servet/filter class tangle
  Restructure autoconfigure project
  Remove tangles from core + minor polish
  Restructure packages
  Minor change to code formatting
  Move @AssertMissingBean to tests
  Polish Javadoc
  Restructure 'bootstrap' to use 'zero'
  Source formatting and clean-up
  Restructure projects layout
12 years ago
Phillip Webb 0b863611d9 Package restructure 12 years ago
Phillip Webb cd51f357a3 Further maven module restructure 12 years ago
Phillip Webb 9fde0a3715 Polish and fix sonar warnings 12 years ago
Phillip Webb 346a0bace7 Minor pom tweaks
Fix warnings and include sonar support.
12 years ago
Phillip Webb f4cab8aaf7 Add structure 101 project 12 years ago
Phillip Webb 4e15d705aa Remove servet/filter class tangle
Remove class tangle between ServletRegistrationBean and
FilterRegistrationBean.
12 years ago
Phillip Webb beef5ab177 Restructure autoconfigure project 12 years ago
Phillip Webb b838dc5422 Remove tangles from core + minor polish 12 years ago
Phillip Webb 2c05e9f150 Restructure packages 12 years ago
Phillip Webb 764a0a9af8 Minor change to code formatting 12 years ago
Phillip Webb a6341dc0af Move @AssertMissingBean to tests
Use @AssertMissingBean only for tests.
12 years ago
Phillip Webb d91e802139 Polish Javadoc 12 years ago
Phillip Webb 261955c50b Restructure 'bootstrap' to use 'zero' 12 years ago
Phillip Webb d039822064 Source formatting and clean-up 12 years ago
Phillip Webb 40bf334871 Restructure projects layout 12 years ago
Dave Syer 3996353e35 Make logging config come after config file
...otherwise you can't control the log configuration from
application.properties.
12 years ago
Phillip Webb 618358287a Read artifact descriptor before resolve
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
12 years ago
Dave Syer 7e579d3652 Revert strange looking DataSource chamge 12 years ago
Phillip Webb 510e16a809 Don't consider system ClassLoader in Tomcat
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.
12 years ago
Phillip Webb 1dbafae748 Support reading entries without trailing '/'
Update RandomAccessJarFile entries when the name is specified without
a trailing '/'
12 years ago
Phillip Webb f00eed4b07 Add specific plexus-utils dependency
Add specific plexus-utils dependency in an attempt to fix a
NoSuchMethodError that occurs with some builds.
12 years ago
Dave Syer d9cc7575c3 Fixes for Security snapshot changes 12 years ago
Dave Syer f3cb6d46ce Add test for Spring integration tests 12 years ago
Phillip Webb 56bfa30b2c Add setup profile
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
12 years ago
Phillip Webb 51f312f77d Merge pull request #6 from gregturn/BS-157
# By Greg Turnquist
* BS-157:
  Add MultipartAutoConfigure to spring.factories
12 years ago
Greg Turnquist db05637e06 Add MultipartAutoConfigure to spring.factories
Update META-INF/spring.factories to include MultipartAutoConfigure.
Also tweaked the class @Conditionals and Javadoc.

Issue: BS-157
12 years ago
Phillip Webb 665d07ad74 Migrate to bootstrap maven plugin
Migrate certain samples to make use of the new bootstrap maven plugin

Issue: #52091115
12 years ago
Phillip Webb 19b392bb3d Develop bootstrap maven plugin
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
12 years ago
Phillip Webb 898bfe82bb Minor tweaks to code formatting 12 years ago
Phillip Webb 13d2422f19 Merge pull request #5 from gregturn/BS-162
# By Greg Turnquist
* BS-162:
  Tune expected exceptions to support more platforms
12 years ago
Greg Turnquist 9ab2f98df0 Tune expected exceptions to support more platforms
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]
12 years ago
Phillip Webb 19c2a076c2 Merge pull request #4 from gregturn/BS-157
# By Greg Turnquist
* BS-157:
  [BS-157] Fix misnamed method
12 years ago
Greg Turnquist f8c20919f9 [BS-157] Fix misnamed method
Fix typo in EmbeddedServletContainerFactory.
e enter the commit message for your changes. Lines starting
12 years ago
Phillip Webb 018231d20a Polish 12 years ago
Dave Syer 7bf3e35249 Remove some try/catch blocks from test methods 12 years ago
Greg Turnquist 4b1c58d736 [BS-157] Add MultipartConfig support
Use Servlet 3.0 features to autodetect a MultipartConfigElement and
hence autowire multipart support in the servlet container.
12 years ago
Dave Syer 1f17ac3e34 Add some security managed dependencies 12 years ago
Gonçalo Silva and Scott Andrews ed513ee846 Fix compile dependency on commons-logging 12 years ago
Dave Syer 697c210155 Add cacheable switch to Thymeleaf template resolver
User can set spring.template.cache=false to change the behaviour
12 years ago
Dave Syer e1bac589fb Use available Converters for @ConfigurationProperties binding 12 years ago
Phillip Webb 002c4e0ff4 Add security starter pom 12 years ago
Phillip Webb 5ce220b51c Add Jackson 2 to web starter 12 years ago
Phillip Webb 9782747027 Use SpringZero Banner 12 years ago
Phillip Webb 8c347fc99b Numerous changes to actuator
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
12 years ago
Phillip Webb dd69d0f660 Polish and Fixup
Polish and fixup:
- Ordered auto-configuration
- @ConditionalOnBean default on @Bean methods
- Improved separation of auto-configure classes
- Consistent naming
- Javadoc, code formatting and tests
12 years ago
Phillip Webb 2f84df66b6 Always store @ComponentScan details
Refactor JpaComponentScanDetector to a more general use utility and
ensure that details are always stored.
12 years ago
Phillip Webb b572d98cbf Support ordering of auto-configuration classes
Update EnableAutoConfigurationImportSelector to sort auto-configuration
classes based on @Order and @AutoConfigureAfter annotations.
12 years ago
Phillip Webb 3536fc68f5 Update On(Missing)Bean Condition logic
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.
12 years ago
Phillip Webb 7d7dc5107d Use Spring 4.0 snapshot 12 years ago