1. 07 Jan, 2015 3 commits
    • Phillip Webb's avatar
      Add TestNG sample application · f9c3baed
      Phillip Webb authored
      Add a TestNG sample that also demonstrates @WebIntegrationTest.
      
      See gh-2135
      f9c3baed
    • Phillip Webb's avatar
      Add @WebIntegrationTest annotation · be30385e
      Phillip Webb authored
      Add `@WebIntegrationTest` which is similar to `@IntegrationTest` and
      `@WebAppConfiguration`. The annotation using Spring's `@BootstrapWith`
      annotation rather than `@TestExecutionListeners` which allows it to
      work when `@TestExecutionListeners` (even ServletTestExecutionListener)
      are declared on the test class.
      
      This annotation is particularly useful for TestNG users that extend
      Spring's `AbstractTestNGSpringContextTests` class.
      
      Fixes gh-2299
      See gh-1956
      See gh-2135
      be30385e
    • Phillip Webb's avatar
      Improve @ConfigurationProperty binding exception · 165b85dd
      Phillip Webb authored
      Include more details in the message including the class being bound
      and the prefix from the annotation.
      
      Fixes gh-2246
      165b85dd
  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 6 commits