1. 06 Dec, 2014 3 commits
    • Phillip Webb's avatar
      Add deployment integration tests · 44dde9fc
      Phillip Webb authored
      Add deployment tests for Tomcat, TomEE and WildFly to ensure that
      a basic Spring Boot application can be deployed to a traditional
      Application server.
      
      Since the deployment tests can be quite slow, they currently only
      run in the "full" build profile.
      
      Fixes gh-1736
      44dde9fc
    • Phillip Webb's avatar
      Detect SpringBootServletInitializer @Configuration · 379857a1
      Phillip Webb authored
      Update SpringBootServletInitializer to automatically add itself as a
      SpringApplication source if it is annotated with @Configuration.
      
      Also throw a more meaningful exception if no sources have been
      configured.
      
      Fixes gh-2073
      379857a1
    • Phillip Webb's avatar
      Fix JmsProperties bean not found exception · 1f66277f
      Phillip Webb authored
      Update JndiConnectionFactoryAutoConfiguration to ensure that the
      JmsProperties bean is created. Prior to this commit deployment to
      a WildFly would fail with a NoSuchBeanDefinitionException.
      
      Fixes gh-2072
      1f66277f
  2. 05 Dec, 2014 12 commits
  3. 04 Dec, 2014 2 commits
  4. 03 Dec, 2014 17 commits
  5. 02 Dec, 2014 6 commits