1. 15 Jun, 2015 3 commits
  2. 14 Jun, 2015 2 commits
  3. 10 Jun, 2015 5 commits
    • Andy Wilkinson's avatar
      Reinstate support for spring.groovy.template.configuration.* · defceec9
      Andy Wilkinson authored
      Previously, spring.groovy.template.configuration.* was mapped onto both
      GroovyTemplateProperties.configuration and GroovyMarkupConfigurer. The
      former being a Map and the latter being specific type with getters and
      setters. This clash caused problems with the IDE support.
      
      GroovyTemplateProperties.configuration appeared to be dead code so it
      was removed in 326bdf29. Unfortunately this broke the use of
      spring.groovy.template.configuration.* properties as
      GroovyTemplateProperties uses a prefix of spring.groovy.template and it
      no longer had a configuration property.
      
      This commit addresses the problem by updating GroovyTemplateProperties
      to ignore unknown fields. This allows
      spring.groovy.template.configuration.* properties to be used and bound
      to GroovyMarkupConfigurer without reintroducing the clash which prompted
      the initial change.
      
      Closes gh-3198
      
      defceec9
    • Andy Wilkinson's avatar
      Upgrade to Spring Integration 4.1.5.RELEASE · ad7a1d9a
      Andy Wilkinson authored
      Closes gh-3176
      ad7a1d9a
    • Andy Wilkinson's avatar
      Upgrade to Jetty 9.2.11.v20150529 · 4b02896b
      Andy Wilkinson authored
      Closes gh-3191
      4b02896b
    • Andy Wilkinson's avatar
      Update to AspectJ 1.8.6 · 0ad93c77
      Andy Wilkinson authored
      Closes gh-3190
      0ad93c77
    • Lugi Cardito's avatar
      Create output directory if necessary · a37e9832
      Lugi Cardito authored
      If the `repackage` goal defines an output directory that does not exist,
      the maven plugin now creates it.
      
      Closes gh-3136
      a37e9832
  4. 09 Jun, 2015 3 commits
  5. 08 Jun, 2015 5 commits
  6. 07 Jun, 2015 1 commit
    • izeye's avatar
      Add missing slash · c7103bf2
      izeye authored
      `endpoints.jolokia.path` requires the path to start with a slash.
      
      Closes gh-2864
      c7103bf2
  7. 04 Jun, 2015 2 commits
  8. 02 Jun, 2015 7 commits
  9. 28 May, 2015 2 commits
  10. 26 May, 2015 3 commits
    • Stephane Nicoll's avatar
      Fix artifact extension retrieval · f25ce8a3
      Stephane Nicoll authored
      Do not rely on the packaging type to figure out what the extension of the
      main artifact will be. So far, using `jar` and `war` packaging for `.jar`
      and `.war` files worked by chance.
      
      We know retrieve the actual extension as provided by Maven's
      `ArtifactHandler`.
      
      Fixes gh-2762
      f25ce8a3
    • Stephane Nicoll's avatar
      Fix Gzip filter properties · 160f2d34
      Stephane Nicoll authored
      Fix `excludeAgentPatterns`, `excludePaths` and `excludePathPatterns`
      properties. Introduce `excludedMimeTypes` property.
      
      Fixes gh-3042
      160f2d34
    • Stephane Nicoll's avatar
      Refine log message · 676b7d71
      Stephane Nicoll authored
      Rework c03e14be to avoid an extra empty space in log message
      
      See gh-3033
      676b7d71
  11. 25 May, 2015 1 commit
  12. 20 May, 2015 3 commits
  13. 18 May, 2015 3 commits