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
Dave Syer
1c6cbad345
Add some useful imports to Mvc scripts
11 years ago
Dave Syer
a817e7b969
Add failOnMissingWebXml to starter parent
11 years ago
Dave Syer
0effd7f58e
Use security starter in CLI autocompile
...
[Fixes #53777677 ] [bs-244]
11 years ago
Dave Syer
01ebd6da08
Fix CLI script
11 years ago
Dave Syer
5d4f075011
Fix markdown rendering of bullets on homepage
11 years ago
Dave Syer
944fd4f4b8
Enhance some docs and add content to READMEs
11 years ago
Dave Syer
90c942387f
Add basic READMEs
11 years ago
Phillip Webb
8fdfe245ca
Add tests for session timeouts
...
Add unit tests for session timeouts and also added a convenience method
to set the time with a TimeUnit.
Issue: #53667353
11 years ago
Phillip Webb
100edf9a4b
Remove getters from ConfEmbServletContainerFactory
...
Only provide setters on the ConfigurableEmbeddedServletContainerFactory
interface.
11 years ago
Phillip Webb
adbbc35944
Reduce logging level for non-critical warning
11 years ago
Phillip Webb
b824d6309a
Hide hibernate validator version INFO logging
11 years ago