- 02 Sep, 2013 1 commit
-
-
Dave Syer authored
-
- 30 Aug, 2013 3 commits
- 29 Aug, 2013 6 commits
-
-
Phillip Webb authored
Update CLI SpringMvcCompilerAutoConfiguration to recognize Spring's new @RestController annotation.
-
Phillip Webb authored
Add version properties to dependencies POM so that users can easily override. Also use consistent naming for all property keys.
-
Dave Syer authored
-
Dave Syer authored
-
Dave Syer authored
-
Dave Syer authored
-
- 28 Aug, 2013 1 commit
-
-
Phillip Webb authored
-
- 27 Aug, 2013 4 commits
-
-
Phillip Webb authored
-
Phillip Webb authored
Move JPA @Condition annotations from JpaBaseConfiguration to HibernateJpaAutoConfiguration since they are not inherited.
-
Phillip Webb authored
Provide accurate InputStream.available() results by using the size attribute of the ZipEntry. This helps improve performance with CGLib and also fixes issues where libraries expect that a non-zero result from available() indicates that read() will not return -1.
-
Phillip Webb authored
-
- 26 Aug, 2013 3 commits
-
-
Phillip Webb authored
-
Phillip Webb authored
-
Phillip Webb authored
Add maven-compler-plugin to starter POM in an attempt to fix drone.io errors downstream.
-
- 25 Aug, 2013 12 commits
-
-
Phillip Webb authored
-
Phillip Webb authored
# By Biju Kunjummen * mvnpluginphase: Added an @Execute annotation to RunMojo
-
Biju Kunjummen authored
Update RunMojo to include an @Execute annotation. Allows the use of `mvn spring-boot:run` without having to compile/package first. Now a command like `mvn clean spring-boot:run` works. The phase for @Execute annotation is along the lines of what is used for the `jetty:run` plugin.
-
Phillip Webb authored
-
Phillip Webb authored
Update SpringIntegrationCompilerAutoConfiguration to use the managed version of spring-integration-groovy-dsl.
-
Phillip Webb authored
Fix classloader issues by excluding spring JARs from test classpath and also include spring-integration-groovy-dsl as a managed dependency.
-
Phillip Webb authored
-
Phillip Webb authored
-
Phillip Webb authored
-
Phillip Webb authored
-
Phillip Webb authored
-
Phillip Webb authored
# By Daniel L. Buchko * pull35: Prevent test failures under Windows Fixed handling of spaces in file paths
-
- 24 Aug, 2013 8 commits
-
-
Daniel L. Buchko authored
Cleaned up file separators to prevent tests failing on Windows.
-
Daniel L. Buchko authored
Update Launcher to correctly handle spaced in file paths.
-
Phillip Webb authored
Refactor JavaLoggerSystemTests to make use of OutputCapture and ensure that captured output never includes ANSI symbols.
-
Phillip Webb authored
# By Adrian Pillinger * pull37: Fixing typo in the documentation that incorrectly named a property.
-
Adrian Pillinger authored
The spring property should have been spring.profiles.active instead of spring.active.profiles.
-
Phillip Webb authored
Fix TomcatEmbeddedServletContainerFactory to set a MERGED_WEB_XML attribute when JSPs are used. This is required for EL support with JSPs since Jasper checks the version number in the web.xml. Without any web.xml Jasper default to disabling EL. Issue: #55752948
-
Phillip Webb authored
Use standard class loading delegation with Tomcat.
-
Phillip Webb authored
Include resource mapping for web-jar resources. Issue: #55752928
-
- 23 Aug, 2013 2 commits
-
-
Phillip Webb authored
Change ConfigFileApplicationContextInitializer to add config file property sources after existing sources. This allows environment variables and system properties to override file properties. Issue: #55739594
-
Phillip Webb authored
# By Biju Kunjummen * jodatimedep: Added Joda-time managed dependency
-