1. 07 Jan, 2015 1 commit
  2. 06 Jan, 2015 10 commits
  3. 05 Jan, 2015 4 commits
  4. 04 Jan, 2015 1 commit
  5. 03 Jan, 2015 5 commits
  6. 02 Jan, 2015 5 commits
    • Phillip Webb's avatar
      Merge branch '1.1.x' · 6333d4c6
      Phillip Webb authored
      Conflicts:
      	spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/jmx/JmxAutoConfiguration.java
      	spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/jmx/ParentAwareNamingStrategy.java
      	spring-boot-autoconfigure/src/test/java/org/springframework/boot/autoconfigure/jmx/JmxAutoConfigurationTests.java
      6333d4c6
    • Phillip Webb's avatar
      Fix ParentAwareNamingStrategy and JMX auto-config · 7e771bb6
      Phillip Webb authored
      Fix ParentAwareNamingStrategy to set ObjectName properties for the
      'identity' and 'context' attributes. Also update JmxAutoConfiguration
      to ensure that the ParentAwareNamingStrategy is created in each context
      and that the `mbeanExporter` bean is created. Prior to this commit the
      nested @EnableMBeanExport class always meant that the mbeanExporter
      condition never matched.
      
      Fixes gh-2243
      7e771bb6
    • Phillip Webb's avatar
      Merge branch '1.1.x' · 4616be9e
      Phillip Webb authored
      Conflicts:
      	spring-boot-autoconfigure/src/test/java/org/springframework/boot/autoconfigure/web/WebMvcAutoConfigurationTests.java
      4616be9e
    • Phillip Webb's avatar
      Guard for multiple ContentNegotiatingViewResolvers · c46478f9
      Phillip Webb authored
      Update WebMvcAutoConfiguration to ensure than the viewResolver bean
      is not created if a user defined ContentNegotiatingViewResolver bean
      is defined.
      
      Fixes gh-2269
      c46478f9
    • Phillip Webb's avatar
      Remove "fully leaded" colloquialism · 302ce170
      Phillip Webb authored
      Update IntegrationTest Javadoc to remove the "fully leaded"
      colloquialism.
      
      See gh-2272
      302ce170
  7. 01 Jan, 2015 6 commits
  8. 30 Dec, 2014 8 commits