1. 26 Aug, 2015 10 commits
    • Dave Syer's avatar
      Fix launch.script to not exit prematurely · ff681adc
      Dave Syer authored
      Use "return" instead of "exit" where possible, especially in
      function definitions.
      
      Also fixed the exit codes to match the LSB spec for some specific
      conditions (fixes gh-3521).
      
      Fixes gh-3199, fixes gh-3535
      ff681adc
    • Dave Syer's avatar
      Only use Converters which are @ConfigurationPropertiesBinder qualified · 67483bb7
      Dave Syer authored
      Users sometimes create beans of type Converter and don't expect that to
      automatically trigger a cascade of early initialization. This change adds
      a qualifier to the Converters that are used by @ConfigurationProperties,
      so they can be isolated (and simple).
      
      Fixes gh-2669
      67483bb7
    • Dave Syer's avatar
      Make some methods in BasicErrorController protected · 538afc4a
      Dave Syer authored
      Spring MVC requires all handlers for the same path to be on the same handler
      so if anyone wants to add new handlers for different content types they
      have to copy a lot of code from BasicErrorController. This change increases
      the visibility of the basic utility methods in BasicErrorController so that
      custom handlers can be added easily.
      
      Fixes gh-3828
      538afc4a
    • Andy Wilkinson's avatar
      Ignore binding failures for env vars and system properties · a0870c1c
      Andy Wilkinson authored
      1.3.0.M4 tightened up the configuration property binding such that
      ignoreUnknownFields = false now works as intended. Unfortunately, this
      has led to some complaints as applications that worked with 1.2.x have
      stopped working. For example, a SERVER_HOME environment variable does
      not cause a failure in 1.2.x despite there being no home property on
      ServerProperties but will now fail in 1.3.0.M4.
      
      This commit updates RelaxedDataBinder to ignore binding failures for
      properties that come from a source outside of the application’s control,
      namely environment variables and system properties.
      
      Closes gh-3775
      a0870c1c
    • Stephane Nicoll's avatar
      Polish · d74d6573
      Stephane Nicoll authored
      d74d6573
    • Andy Wilkinson's avatar
      Polishing · 2373e0fe
      Andy Wilkinson authored
      Remove stale test class
      2373e0fe
    • Andy Wilkinson's avatar
      Add support for @WebFilter, @WebListener, @WebServlet · 003268fb
      Andy Wilkinson authored
      This commit adds a new annotation, @ServletComponentScan, that can be
      used to enable scanning for @WebFilter, @WebListener, and @WebServlet
      annotated classes. Registration beans will be automatically created for
      any classes that are found, with the configuration derived from the
      annotation.
      003268fb
    • Andy Wilkinson's avatar
      Merge branch '1.2.x' · 07ec9bb8
      Andy Wilkinson authored
      07ec9bb8
    • Andy Wilkinson's avatar
      Upgrade to Tomcat 8.0.26 · f143bd2c
      Andy Wilkinson authored
      Closes gh-3406
      Closes gh-3526
      f143bd2c
    • Andy Wilkinson's avatar
      Upgrade to Spring Integration 4.2.0.RC1 · 3b5dcc52
      Andy Wilkinson authored
      Closes gh-3827
      3b5dcc52
  2. 25 Aug, 2015 5 commits
  3. 24 Aug, 2015 2 commits
  4. 23 Aug, 2015 4 commits
  5. 22 Aug, 2015 3 commits
  6. 21 Aug, 2015 7 commits
  7. 20 Aug, 2015 9 commits