- 25 Aug, 2013 11 commits
-
-
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 9 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
-
Biju Kunjummen authored
-
Phillip Webb authored
Remove '/resources/**' mapping since it can cause problems with the '/**' when the developer defines their own 'resources' sub-folder. Also remove default servlet config since the resources mapping renders it redundant. Issue: #55494446
-
Dave Syer authored
-
Dave Syer authored
$ git checkout gh-pages-upstream $ git pull --rebase $ git checkout master $ git merge -s subtree gh-pages-upstream
-
Dave Syer authored
$ git remote add gh-pages-upstream git://... $ git merge -s ours --no-commit gh-pages-upstream $ git read-tree --prefix=src/pages/ -u gh-pages-upstream $ git commit -m "..."
-
Dave Syer authored
-
Phillip Webb authored
Added logging to INFO SpringApplication to log when the application has fully started and how long it took to load.
-
- 22 Aug, 2013 12 commits
-
-
Phillip Webb authored
-
Phillip Webb authored
Create LiquibaseServiceLocatorInitializer to replace the standard liquibase classpath scanning logic with SpringPackageScanClassResolver which will work correctly in Spring Boot packaged executable JARs. Issue: #55580628
-
Phillip Webb authored
-
Phillip Webb authored
-
Dave Syer authored
-
Dave Syer authored
Might need to revisit later.
-
Chris Beams authored
-
Chris Beams authored
-
Chris Beams authored
-
Chris Beams authored
-
Chris Beams authored
-
Dave Syer authored
The management endpoints were still all mixed up with the user endpoints. Fixed that and extracted user endpoints in to conditional block so not protected if path explicitly set to empty string. [#53029715]
-