1. 19 Oct, 2015 4 commits
    • Stephane Nicoll's avatar
      Notify the use of logback specific system property · 32b32b71
      Stephane Nicoll authored
      Logback documentation explains how to initialize the logging system and
      namely how the `logback.configurationFile` system property can be used to
      specify the configuration file to use.
      
      Spring Boot has an abstraction on top of that. A user can define the
      `logging.path` property regardless of the logging infrastructure it is
      using.
      
      Users following the logback documentation can be confused at first so
      we're not logging a warning when we found out that the logback specific
      property has been specified.
      
      Closes gh-2382
      32b32b71
    • Tommy Ludwig's avatar
      Make the name of the log file produced by launch script configurable · e4230e61
      Tommy Ludwig authored
      Previously, the launch script would always use a file named
      <appname>.log to capture the application's console output. This commit
      adds a variable, LOG_FILENAME, for specifying the file name defaulting
      to <appname>.log.
      
      Fixes gh-4194
      e4230e61
    • Stephane Nicoll's avatar
      Improve HornetQ/Artemis embedded tests · fd525077
      Stephane Nicoll authored
      Previously, HornetQ and Artemis tests were using a test configuration
      class listing the configuration classes to use explicitly in the purpose
      of disabling the XA support.
      
      This had a very unfortunate side effect for Artemis as we forgot to add
      an import on the "real" configuration and this got unnoticed because of
      this duplication.
      
      It turns out that this special configuration class is no longer necessary
      as XA backs off automatically anyway now. The tests have been updated
      to use the regular auto-configuration and were failing with Artemis. The
      import has now be added.
      
      Closes gh-4226
      fd525077
    • Huang YunKun's avatar
      Upgrade to ActiveMQ 5.12.1 · e72b14cb
      Huang YunKun authored
      Closes gh-4219
      e72b14cb
  2. 18 Oct, 2015 4 commits
  3. 16 Oct, 2015 17 commits
  4. 15 Oct, 2015 15 commits