1. 20 Nov, 2014 3 commits
    • Brian Clozel's avatar
      Minor fixes in howto documentation re:SSL config · 404153a7
      Brian Clozel authored
      Fixes a couple of typos in the documentation:
      * `x-forwarded-protocol` is not the standard name for this header
      * `require_https` is not an existing property, but rather `require_ssl`
      404153a7
    • Dave Syer's avatar
      Ensure java.io.tmpdir is available before using it · 23e7028a
      Dave Syer authored
      Some environments do not have a tmpdir so it can be null.
      23e7028a
    • Andy Wilkinson's avatar
      When Logback is the logging system, ensure that JBoss logging uses it · 59ebc3b3
      Andy Wilkinson authored
      Previously, if Logback was being used as Boot's logging system, but
      Log4J was also on the classpath before SLF4J and Logback, JBoss
      Logging would use Log4J for its logging. This lead to warning messages
      being produced as Log4J was not configured:
      
      log4j:WARN No appenders could be found for logger (org.jboss.logging).
      log4j:WARN Please initialize the log4j system properly.
      
      This commit updates LogbackLoggingSystem to set the
      org.jboss.logging.provider to "slf4j". This ensure that JBoss Logging
      will use SLF4J and Logback as intended even when Log4J is also on the
      classpath.
      
      Closes gh-1928
      59ebc3b3
  2. 19 Nov, 2014 1 commit
    • Phillip Webb's avatar
      Update license details · 9059c757
      Phillip Webb authored
      Add LICENSE.txt file and make it clear in the README file that we
      are Apache 2.0
      
      Fixes gh-1952
      9059c757
  3. 18 Nov, 2014 12 commits
  4. 14 Nov, 2014 2 commits
  5. 12 Nov, 2014 2 commits
  6. 11 Nov, 2014 17 commits
  7. 10 Nov, 2014 3 commits