Spring Buildmaster
1367d57e8c
Next development version
2014-02-13 13:19:12 -08:00
Spring Buildmaster
eaff1677a7
Release version 1.0.0.RC3
2014-02-13 13:18:56 -08:00
Phillip Webb
68293f34af
Upgrade version to 1.0.0.BUILD-SNAPSHOT
...
Fixes fg-243
2014-01-21 00:43:54 -08:00
Dave Syer
559f907b54
Use explicit test dependencies in samples
2014-01-17 09:08:18 +00:00
Phillip Webb
e3b352e0b5
Support 'headless' applications
...
Update SpringApplication to run by default in 'headless' mode. This
prevents the AWT system from creating a Java icon (for example in the
OSX dock).
Also update builds to run tests in 'headless' mode.
2014-01-13 22:43:37 -08:00
Dave Syer
b1db714c23
Allow @EnableGlobalMethodSecurity in a non webapp
...
Fixes gh-202
2014-01-09 17:13:59 +00:00
Dave Syer
6c4ee0b05d
Add PoolConfig to Redis
2013-12-23 12:28:24 +00:00
Dave Syer
6443800038
Add actuator-noweb sample
2013-12-18 20:05:33 -08:00
Dave Syer
997b015d10
Split SecurityAutoConfiguration
...
Spring Security 3.2 has a new annotation @EnableWebMvcSecurity that we
should use if MVC is being used.
2013-12-17 17:17:05 +00:00
Dave Syer
60cb5fd35c
Add log4j starter and some documentation
...
As discussed in gh-162
2013-12-16 17:26:53 +00:00
Dave Syer
a2db6a911f
Add new sample to reactor build
2013-11-02 15:49:36 +00:00
Phillip Webb
1a9ce42da9
Apply source formatting to samples
2013-10-08 20:25:10 -07:00
Eberhard Wolff
1096ed6d1f
Added AMQP starter and sample
2013-10-07 11:02:21 -04:00
Dave Syer
2b5a67ba3c
mongo->mongodb sample
2013-09-13 08:13:24 -07:00
Dave Syer
191894a16a
Add Mongo auto configuration
...
Spring Data Mongo is the only dependency so it doesn't
really need a new starter. Added a sample though.
2013-09-11 09:53:36 -07:00
Dave Syer
d06d202fd0
Add AopAutoConfiguration (also starter and sample)
...
A side effect is that spring-boot-starter-data-jpa needs
to include an aspectjweaver depdendency. Hope that doesn't
hurt anything else.
[Fixes #56780004 ]
2013-09-11 06:18:34 -07:00
Phillip Webb
a33425920b
Rework POMs to support automated CI release
2013-09-05 22:05:29 -07:00
Dave Syer
38e565e920
Back to SNAPSHOT for dev
2013-09-05 17:15:15 -07:00
Dave Syer
b634b3bde6
Update to 0.5.0.M2
2013-09-05 17:15:15 -07:00
Phillip Webb
f7ce153ff0
Fix JSP EL support with Tomcat
...
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
2013-09-05 17:14:13 -07:00
Dave Syer
3c44fda782
Switch off ws sample tests
2013-09-05 17:14:10 -07:00
Dave Syer
5ead60a7e1
Comment out websocket sample (fails in CI)
2013-09-05 17:14:10 -07:00
Dave Syer
6e8cbbde3b
Use reflection hack for error page in Tocmat 8
2013-09-05 17:14:10 -07:00
Phillip Webb
f5bae04714
Ignore websocket sample for now
2013-08-07 23:09:08 -07:00
Dave Syer
c2c8144117
Add websocket sample
2013-08-05 21:40:33 +01:00
Phillip Webb
1db22aca5c
Rework POM structure
...
Rework main build POM to be an aggregator pom that does not inherit
from any parent. Introduce new spring-boot-dependencies module to
act as a parent for both spring-boot-starter-parent and
spring-boot-parent.
2013-08-02 21:58:24 -07:00
Dave Syer
4bb5de02e7
Switch back to SNAPSHOT for dev
2013-08-02 12:00:14 +01:00
Dave Syer
68e5a7e887
Bump version to 0.5.0.M1
2013-08-02 12:00:14 +01:00
Dave Syer
5995b7727a
Ops -> Actuator
2013-07-31 09:46:34 +01:00
Phillip Webb
6fd6d3a73e
Rename maven 'package' goal to 'repackage'
2013-07-29 14:52:30 -07:00
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]
2013-07-29 11:57:44 +01:00
Phillip Webb
3f2bb03fb8
Renamed some projects and polish POMs
...
Issue: #54095231
2013-07-26 12:31:37 -07:00
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
2013-07-26 14:13:41 +01:00