1. 04 Jun, 2015 1 commit
  2. 02 Jun, 2015 7 commits
  3. 28 May, 2015 2 commits
  4. 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
  5. 25 May, 2015 1 commit
  6. 20 May, 2015 3 commits
  7. 18 May, 2015 10 commits
  8. 15 May, 2015 3 commits
  9. 11 May, 2015 7 commits
    • Andy Wilkinson's avatar
      Rely soley on underlying logger for isEnabled in Liquibase logger · fc311156
      Andy Wilkinson authored
      Previously, CommonsLoggingLiquibaseLogger referred to its
      configured level and the underlying Commons Logging log when
      determining if logging was enabled for a particular level. This did
      not work as intended as setLogLevel was never called leaving the
      configured level stuck at its default value of INFO. As a result of
      this any logging at levels below INFO would not be output,
      irrespective of the configuration of the underlying logging framework.
      
      This commit updates CommonsLoggingLiquibaseLogger to rely purely on
      the Commons Logging log when determining whether or not logging for
      a particular level is enabled. This brings the implementation into
      line with liquibase-slf4j [1] which provides similar functionality,
      albeit using SLF4J rather than Commons Logging
      
      Closes gh-2916
      
      [1] https://github.com/mattbertolini/liquibase-slf4j/blob/master/src/main/java/liquibase/ext/logging/slf4j/Slf4jLogger.java
      fc311156
    • Andy Wilkinson's avatar
      Don’t rely on deduction of main application class when running tests · 4977e48e
      Andy Wilkinson authored
      Previously, when SpringApplicationContextLoader created a
      SpringApplication and used it to load the test’s application context,
      it relied upon SpringApplication correctly deducing the application’s
      main class. This would result in the wrong class being deduced as the
      application’s main method is not called so the test runner’s main method
      would be found instead.
      
      This commit updates SpringApplicationContextLoader to explicitly set
      SpringApplication’s main class to be the current test’s class. While
      not strictly the application’s main class, it is the next best thing
      available in this situation and prevents misleading log messages and
      application versions from being logged.
      
      Fixes gh-2930
      4977e48e
    • Andy Wilkinson's avatar
      Clear JAVA_OPTS in CLI tests; avoid permsize config error with Java 8 · 2053f4b2
      Andy Wilkinson authored
      When a Java 8 JVM is launched with -XX:MaxPermSize a warning message
      is output indicating that the option will be ignored. This causes the
      CLI tests that assert that no error output has been produced to fail.
      
      This commit updates the CLI's integration test harness to remove
      JAVA_OPTS from the environment of the CLI process. This prevents any
      unwanted max perm size configuration from leaking into that
      environment and breaking the build.
      2053f4b2
    • Mario A. Alvarez Garcia's avatar
      Upgrade to Hibernate 4.3.9.Final · ca94bd4b
      Mario A. Alvarez Garcia authored
      Closes gh-2928
      ca94bd4b
    • Davide Angelocola's avatar
      Upgrade to SLF4J 1.7.12 · 3179d278
      Davide Angelocola authored
      Closes gh-2931
      3179d278
    • Andy Wilkinson's avatar
      Upgrade to Spring AMQP 1.4.5.RELEASE · d3d5b211
      Andy Wilkinson authored
      Closes gh-2932
      d3d5b211
    • Andy Wilkinson's avatar
      Upgrade to Undertow 1.1.4.Final · 66be012e
      Andy Wilkinson authored
      Closes gh-2754
      66be012e
  10. 06 May, 2015 2 commits
    • Craig Walls's avatar
      Upgrade to Spring Social Facebook 2.0.1.RELEASE · 88d72e05
      Craig Walls authored
      While this is a breaking change, continuing with Spring Social
      Facebook 1.1.x is also broken as it is no longer compatible with
      Facebook's API. Upgrading to 2.0.1.RELEASE may require some changes
      to be made to users' applications, but it will allow their
      applications to use the Facebook API once again.
      
      Closes gh-2837
      88d72e05
    • pasali's avatar
      Upgrade to Dropwizard Metrics 3.1.2 · 1cc0b19f
      pasali authored
      Closes gh-2920
      1cc0b19f
  11. 05 May, 2015 1 commit