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>>
13 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]
13 years ago
Dave Syer
0793e18857
Tests fixed, removing comments
13 years ago
Dave Syer
08137cf4d6
Pin problematic dependency in local repo cache
13 years ago
Dave Syer
672aa71ef5
Add Assume for CI build
13 years ago
Dave Syer
d639763bd7
Another attempt at making the ui sample work
13 years ago
Dave Syer
db27620c6e
Fix interfaces in groovy configuration
13 years ago
Dave Syer
59a409de2a
Ignore failing test
13 years ago
Dave Syer
41fa6c25b8
Add some debug logging to samples
13 years ago
Dave Syer
efe3bc1ecd
Add war voodoo to the right file this time
13 years ago
Dave Syer
b1c5b30de8
Add --classpath to CLI
13 years ago
Dave Syer
1c6cbad345
Add some useful imports to Mvc scripts
13 years ago
Dave Syer
0effd7f58e
Use security starter in CLI autocompile
...
[Fixes #53777677 ] [bs-244]
13 years ago
Dave Syer
01ebd6da08
Fix CLI script
13 years ago
Dave Syer
fff2a804bc
Add springcli.properties for version labels
...
[Fixes #53030591 ] [bs-191] Use filtering in maven build
13 years ago
Dave Syer
d75c1e4956
Speed up CLI tests if jar is cached locally
13 years ago
Phillip Webb
14aa163731
Start to breakup README.md documentation
13 years ago
Phillip Webb
d46dbca115
Use starter for CLI apps
...
Update SpringCompilerAutoConfiguration to used the spring starter
rather than explicit bootstrap dependencies.
13 years ago
Phillip Webb
95373af374
Use logback as default logging implementation
...
Issue: #53278727
13 years ago
Phillip Webb
0ec0851a4f
Update CLI SLF4J version
13 years ago
Phillip Webb
d4b9014b64
Log useful information on startup
...
Include the bootstrap version number in the banner and log information
such as the host name when starting.
Issue: #53030523
13 years ago
Phillip Webb
d8d8b7643b
Upgrade various dependency versions
13 years ago
Phillip Webb
7932456c5f
Remove --help command
13 years ago
Phillip Webb
68f42a7c48
Fix null in help output
13 years ago
Phillip Webb
2d2ce0d3c3
Clean grapes before tests
13 years ago
Phillip Webb
b81dff9214
Increase integration test timeout
...
Increase time for CLI integration tests to account for @Grab downloads.
13 years ago
Phillip Webb
0b863611d9
Package restructure
13 years ago
Phillip Webb
cd51f357a3
Further maven module restructure
13 years ago