Phillip Webb
9cf59050d3
Documentation
11 years ago
Phillip Webb
ec36efd50f
Rename Spring Bootstrap -> Spring Boot
11 years ago
Phillip Webb
3bb79db579
Renamed spring-boot-ups -> spring-boot-starter
11 years ago
Dave Syer
2f0a96c986
Remove unused @ComponentScan
11 years ago
Dave Syer
6d76467a66
Add responsive features to static sample
11 years ago
Phillip Webb
0fee00f0d7
Add gradle example builds
...
Add gradle example builds to spring-boot-sample-tomcat and
spring-boot-sample-traditional.
Issue: #53129653
11 years ago
Phillip Webb
2752177fba
Add spring-boot-gradle-plugin
...
Develop gradle plugin that can repackage JAR/WAR archives so that
they can be launched using 'java -jar'
Issue: #53129653
11 years ago
Phillip Webb
0db6799def
Polish spring-boot-loader-tools
...
Issue: #53129653
11 years ago
Phillip Webb
826f42746a
Fix package name for boot-loader-tools
...
Issue: #53129653
11 years ago
Phillip Webb
d1c31445ec
Fixup various spring-boot-loader-tools issues
...
Fix compression of existing jars to detect nested zip entries and
use the STORED method.
Also fixed various test errors.
Issue: #53129653
11 years ago
Phillip Webb
14062964e0
Remove v[N/A] log output
11 years ago
Phillip Webb
82f16a0430
Ignore eclipse generated markdown files
11 years ago
Phillip Webb
6fd6d3a73e
Rename maven 'package' goal to 'repackage'
11 years ago
Phillip Webb
36c3ceab97
Include servlet support for index.html resources
...
Issue: #54228642
11 years ago
Phillip Webb
772cc851a0
Polish WebMvcAutoConfiguration resource locations
11 years ago
Phillip Webb
728829ba81
Revert welcome file defaults
...
Revert welcome file default that break existing tests.
Issue: #54228642
11 years ago
Phillip Webb
c951989421
Ignore failure to close zip errors
...
Issue: Issue: #53129653
11 years ago
Dave Syer
fe90df3afc
Remove WARN log in Tomcat startup
11 years ago
Dave Syer
4c359e1a4d
Two choices are available to users for welcome page
...
* For a jar deployment add classpath:static/index.html
(works via Spring MVC mapping)
* For a war the same thing works, but so does adding
index.html to src/main/webapp (works via container
default servlet)
[Fixes #54092261 ] [bs-252]
11 years ago
Dave Syer
af798a2741
Use an include for logback
11 years ago
Phillip Webb
5e4238f38a
Create spring-loader-tools project
...
Create spring-loader-tools containing utilities that can be used
with both Maven and Gradle plugings.
Refactored existing Maven plugin to use the new project.
Issue: #53129653
11 years ago
Dave Syer
7ea433dce2
Fix broken logback.xml
11 years ago
Phillip Webb
65a9953c86
Fix a new remaining 'zero' and 'bootstrap' terms
...
Issue: #54095231
11 years ago
Phillip Webb
b665a2bb1d
Renamed packages
...
Issue: #54095231
11 years ago
Phillip Webb
3f2bb03fb8
Renamed some projects and polish POMs
...
Issue: #54095231
11 years ago
Dave Syer
06ddd92438
Fix spelling error in maven plugin name
11 years ago
Dave Syer
2098e23fca
Change package names zero->boot
...
* actuator -> boot-ops
* cli -> boot-cli
* launcher -> boot-load
* autoconfig -> boot-config
* bootstrap -> boot-strap
* starters -> boot-up
[#54095231 ] [bs-253] Refactor Zero->Boot
11 years ago
Dave Syer
b2873fbc2d
Add WebMvcAutoConfigurationTests
...
[Fixes #53027833 ]
11 years ago
Dave Syer
9e14409334
Improve test coverage in RelaxedDataBinder
11 years ago
Dave Syer
b1f4320c17
Added new logic to RelaxedDataBinder to deal with nested stuff
...
* Leverages existing behaviour of BeanWrapperImpl where possible
to autogrow collections and lists
* Logic for scanning and converting bean paths encapsulated in
BeanPath inner class
[Fixes #53947797 ] [bs-249]
@ConfigurationProperties cannot bind to Map<String,List<Thing>>
11 years ago
Dave Syer
2d1f758fd8
Autoconfigure MVC if HandlerMapping already defined
11 years ago
Phillip Webb
e695b4a6ea
Use Registrar to register BeanPostProcessors
...
Use a ImportBeanDefinitionRegistrar to register BeanPostProcessors
rather than using @Bean definitions. Prevents warnings about
beans not having all BeanPostProcessors applied.
11 years ago
Phillip Webb
132722100a
Turn down logging
11 years ago
Phillip Webb
da07cdf41f
Fix TomcatEmbeddedWebappClassLoader for Tomcat 8
...
Rework TomcatEmbeddedWebappClassLoader to deal with the fact that
the 'system' field is final in Tomcat 8.
Issue: #53945989
11 years ago
Dave Syer
1df48e23a2
Change @Conditional for reactor auto config
11 years ago
Dave Syer
683ddbf525
Add Reactor autoconfiguration
...
* Make Rector @Autowirable
* Create a ConsumerBeanPostProcessor so users can add
@On and @Reply to bean methods
* Added groovy auto compiler and script sample
[#53955419 ] [bs-250]
11 years ago
Dave Syer
a365b8c1b6
Added ignored test cases for binding to maps
...
[#53947797 ] [bs-249] @ConfigurationProperties cannot bind to
Map<String,List<Thing>> or Map<String,Thing>
11 years ago
Dave Syer
ca74168936
Exclude JSP classes by default
11 years ago
Dave Syer
abf36c30f9
Add back no-op setLoader to ServerProperties
...
Tomcat starts up with server.loader System property set so
we need to accept that.
[Fixes #50806851 ] [bs-141]
First class escape hatch from jar to war for web applications
11 years ago
Dave Syer
0793e18857
Tests fixed, removing comments
11 years ago
Dave Syer
08137cf4d6
Pin problematic dependency in local repo cache
11 years ago
Dave Syer
672aa71ef5
Add Assume for CI build
11 years ago
Dave Syer
d639763bd7
Another attempt at making the ui sample work
11 years ago
Dave Syer
db27620c6e
Fix interfaces in groovy configuration
11 years ago
Dave Syer
4ecfbf68bf
Allow multi-valued spring.config.name
...
Now accepts CSV list and later values override in the
implied map that is generated.
[Fixes #53785419 ] [bs-245]
11 years ago
Dave Syer
59a409de2a
Ignore failing test
11 years ago
Dave Syer
cd1cba0c95
Add mainClass to starter-parent
11 years ago
Dave Syer
41fa6c25b8
Add some debug logging to samples
11 years ago
Dave Syer
efe3bc1ecd
Add war voodoo to the right file this time
11 years ago
Dave Syer
b1c5b30de8
Add --classpath to CLI
11 years ago