1. 30 Dec, 2016 2 commits
    • Kazuki Shimizu's avatar
      Remove a nested TransactionProperties · a7b77e6f
      Kazuki Shimizu authored
      Remove a few nested `TransactionProperties` that should have been
      deleted in commit f22744c7.
      
      See gh-7561
      Closes gh-7786
      a7b77e6f
    • Phillip Webb's avatar
      Refine 'No log4j2 configuration file found' hiding · 8854526c
      Phillip Webb authored
      Refine commit 1e9e1b04 since it unfortunately had the side-effect of
      disabling logging when a valid `log4j2.xml` file was found.
      
      The updated code uses a similar technique but instead of accepting
      '*' as a file type it now looks for `.springboot` (which it finds
      because we ship a `log4j2.springboot` file in out JAR.
      
      Rather than exiting Log4J2's `ConfigurationFactory.Factory`
      `getConfiguration` method early, our `SpringBootConfigurationFactory`
      is now only triggered on the last call to `getConfiguration`.
      
      Closes gh-4809
      8854526c
  2. 29 Dec, 2016 8 commits
  3. 28 Dec, 2016 13 commits
  4. 27 Dec, 2016 17 commits