1. 19 Jun, 2015 1 commit
  2. 18 Jun, 2015 6 commits
    • Phillip Webb's avatar
      Polish · 1e40bff1
      Phillip Webb authored
      1e40bff1
    • Andy Wilkinson's avatar
      Update tests so that they also work on Windows · 7d80f0ef
      Andy Wilkinson authored
      See gh-3274
      7d80f0ef
    • Andy Wilkinson's avatar
      Start building against Spring 4.1.7 snapshots · 4d0996b1
      Andy Wilkinson authored
      See gh-3276
      4d0996b1
    • Andy Wilkinson's avatar
      Add files that were accidentally omitted from 5e743fb2 · af067ae2
      Andy Wilkinson authored
      See gh-3274
      af067ae2
    • Andy Wilkinson's avatar
      Fully honour local repository location configured in settings.xml · 5e743fb2
      Andy Wilkinson authored
      Previously, DefaultRepositorySystemSessionAutoConfiguration would
      read the local repository configuration from settings.xml, but did
      not perform any property interpolation. This would leave placeholders
      such as ${user.home} as-is and result in the use of the wrong
      location. To address this, the code that reads settings.xml has been
      updated to provide the current System properties as a property
      interpolation source.
      
      RepositoryConfigurationFactory configures the local repository as a
      "remote" repository when the local repository location has been
      overridden. This allows spring grab to copy dependencies from the
      local repository into the grab output location (configured via the
      grape.root system property) rather than having to download them again.
      This logic did not consider the customization of the local repository
      location via settings.xml so the dependencies would be downloaded again.
      To address this, RepositoryConfigurationFactory has been updated to
      attempt to use the location configured in settings.xml, before falling
      back to the default location.
      
      The logic that reads settings.xml has deliberately been duplicated. It
      could have been extracted into a separate class, but this is only a
      temporary measure until gh-3275 is tackled. Duplication was deemed
      preferable to adding a new public class in 1.2.x that we’d then want to
      remove in 1.3.
      
      Closes gh-3274
      5e743fb2
    • Stephane Nicoll's avatar
      Allow equal or colon in property value · bbb0b7a8
      Stephane Nicoll authored
      Closes gh-3273
      bbb0b7a8
  3. 16 Jun, 2015 1 commit
    • Phillip Webb's avatar
      Support Velocity toolbox configurations from jar · cca0b76a
      Phillip Webb authored
      Create an EmbeddedVelocityToolboxView which supports loading toolbox.xml
      files from the application classpath as well as the ServletContext. The
      VelocityAutoConfiguration class has been updated to use the new view.
      
      This change allows the `spring.velocity.toolbox-config-location`
      property to work with embedded servlet containers.
      
      Fixes gh-2912
      cca0b76a
  4. 15 Jun, 2015 9 commits
  5. 14 Jun, 2015 2 commits
  6. 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
  7. 09 Jun, 2015 3 commits
  8. 08 Jun, 2015 5 commits
  9. 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
  10. 04 Jun, 2015 2 commits
  11. 02 Jun, 2015 5 commits