- 02 Aug, 2013 11 commits
-
-
Dave Syer authored
-
Dave Syer authored
-
Dave Syer authored
-
Dave Syer authored
-
Dave Syer authored
-
Dave Syer authored
-
Dave Syer authored
-
Phillip Webb authored
-
Phillip Webb authored
-
Phillip Webb authored
Update ConfigFileApplicationContextInitializer so that the names property defaults to `${spring.config.name},application`. This allows application.properties files to be loaded even when property placeholder expansion is not enabled. Issue: #54462910
-
Phillip Webb authored
-
- 01 Aug, 2013 7 commits
-
-
Phillip Webb authored
Issue: #54462302
-
Phillip Webb authored
Update Javadoc to indicate the sources are used in addition to those specified on construction. Also renamed member variables and fixed log output. Issue: #54185750
-
Dave Syer authored
Now the environment overrides aare **added** to the sources provided in SpringApplication.run(). This avoids some potential surprises where setSources() would have been silently ignored. [#54185750]
-
Phillip Webb authored
-
Phillip Webb authored
-
Phillip Webb authored
-
Phillip Webb authored
Turns out the maven-plugin still causes issues. This reverts commit 1ccdf2f6.
-
- 31 Jul, 2013 15 commits
-
-
Dave Syer authored
-
Phillip Webb authored
Remove no longer required integration tests project. Samples can now be called as part of the build since the maven plugin is no longer an extension.
-
Phillip Webb authored
-
Phillip Webb authored
Issue: #54393078
-
Phillip Webb authored
-
Phillip Webb authored
-
Dave Syer authored
(Might remove this later but getting ready for a release)
-
Dave Syer authored
The problem this change fixes is that spring.main.sources would always be bound to SpringApplication.sources when provided in a properties file even if SpringApplication.run() is called directly with sources. This led to confusion with users saying that their sources were not working where in fact they weren't even being used. There would be more than one way to approach this problem, but we have chosen for now to ignore spring.main.sources completely if the SpringApplication constructor was already called with explicit non-empty sources. It might be preferable, if possible, to only ignore its value in an external properties file (allowing command line or System properties to override). If we want to change the behaviour again, I suggest a new story should be created. [Fixes #54185750] [bs-255]
-
Dave Syer authored
* Added additional search in AbstractEmbeddedServletContainerFactory.getValidDocumentRoot() to detect a /WEB-INF/ directory in the code archive * If the code archive is in /WEB-INF/** then we assume it is safe to serve content from / (exposes the loader classes but nothing sensitive from the app) [Fixes #54345578]
-
Phillip Webb authored
-
Dave Syer authored
-
Dave Syer authored
-
Phillip Webb authored
-
Phillip Webb authored
-
Phillip Webb authored
-
- 30 Jul, 2013 7 commits
-
-
Dave Syer authored
-
Dave Syer authored
-
Phillip Webb authored
Add gradle example builds to spring-boot-sample-tomcat and spring-boot-sample-traditional. Issue: #53129653
-
Phillip Webb authored
Develop gradle plugin that can repackage JAR/WAR archives so that they can be launched using 'java -jar' Issue: #53129653
-
Phillip Webb authored
Issue: #53129653
-
Phillip Webb authored
Issue: #53129653
-
Phillip Webb authored
Fix compression of existing jars to detect nested zip entries and use the STORED method. Also fixed various test errors. Issue: #53129653
-