Andy Wilkinson
168d05d4dd
Upgrade to mongo-java-driver 2.13.2
...
Closes gh-3195
2015-06-10 14:26:09 +01:00
Andy Wilkinson
f73d86e700
Upgrade to Elasticsearch 1.5.2
...
Closes gh-3194
2015-06-10 14:26:09 +01:00
Andy Wilkinson
ae64d84b15
Upgrade to Jolokia 1.3.1
2015-06-10 14:26:08 +01:00
Andy Wilkinson
c7544094f7
Upgrade to Jersey 2.18
...
Closes gh-3192
2015-06-10 14:26:08 +01:00
Andy Wilkinson
ba90ab1f42
Upgrade to HttpClient 4.5
...
Closes gh-3189
2015-06-10 14:26:08 +01:00
Andy Wilkinson
4434bccbb8
Upgrade to org.apache.httpcomponents:httpasyncclient 4.1
...
Closes gh-3188
2015-06-10 14:26:08 +01:00
Andy Wilkinson
f55128892b
Upgrade to commons-pool2 2.4.1
...
Closes gh-3187
2015-06-10 14:26:08 +01:00
Andy Wilkinson
d819cdd24f
Upgrade to Joda Time 2.8
...
Closes gh-3186
2015-06-10 14:26:08 +01:00
Andy Wilkinson
b919e4a6b4
Upgrade to Undertow 1.2.7.Final
...
Closes gh-3185
2015-06-10 14:26:08 +01:00
Andy Wilkinson
e391591883
Upgrade to Reactor and Reactor Spring 2.0.3.RELEASE
...
Closes gh-3184
2015-06-10 14:26:07 +01:00
Andy Wilkinson
6d108436c0
Upgrade to HikariCP 2.3.8
...
Closes gh-3183
2015-06-10 14:26:07 +01:00
Andy Wilkinson
9943f28f0d
Upgrade to sendgrid-java 2.2.2
...
Closes gh-3182
2015-06-10 14:26:07 +01:00
Andy Wilkinson
312169804b
Update to Jackson 2.5.4
...
Closes gh-3180
2015-06-10 14:26:07 +01:00
Andy Wilkinson
bfc0a3f154
Merge branch '1.2.x'
2015-06-10 12:27:07 +01:00
Andy Wilkinson
ad7a1d9a69
Upgrade to Spring Integration 4.1.5.RELEASE
...
Closes gh-3176
2015-06-10 11:36:49 +01:00
Andy Wilkinson
4b02896b1d
Upgrade to Jetty 9.2.11.v20150529
...
Closes gh-3191
2015-06-10 11:35:37 +01:00
Andy Wilkinson
0ad93c77d3
Update to AspectJ 1.8.6
...
Closes gh-3190
2015-06-10 11:34:34 +01:00
Andy Wilkinson
da5ed8f545
Provide dependency management for all of Spring Security OAuth
...
Closes gh-3159
2015-06-09 15:34:10 +01:00
Andy Wilkinson
bdfe5d19a5
Merge branch '1.2.x'
2015-06-09 11:28:41 +01:00
Eddú Meléndez
827c84169b
Upgrade to Liquibase 3.3.5
...
Closes gh-3122
2015-06-09 11:27:18 +01:00
Phillip Webb
983484f429
Rename spring-boot-developer-tools -> devtools
...
Fixes gh-3099
2015-06-04 13:50:56 -07:00
Stephane Nicoll
b847b6fa4b
Fixup version numbers following release
2015-06-04 10:34:44 +02:00
Spring Buildmaster
5d81c87b43
Next Development Version
2015-06-04 00:49:11 -07:00
Stephane Nicoll
fca192fa41
Add spring-boot-starter-cache
...
Closes gh-3098
2015-06-03 17:29:57 +02:00
Phillip Webb
49c4710f63
Merge branch '1.2.x'
2015-06-02 12:32:46 -07:00
Phillip Webb
61bc876ae8
Upgrade to H2 v1.4.187
...
Fixes gh-2730
2015-06-02 11:19:31 -07:00
Stephane Nicoll
2af2c4df0e
Upgrade to Spring Data Gosling M1
...
Closes gh-3020
2015-06-02 15:46:17 +02:00
Phillip Webb
9ffd8622f6
Fix malformed Javadoc
...
See gh-3082
2015-06-02 00:50:33 -07:00
Phillip Webb
a8bf0d942b
Add a spring-boot-developer-tools
module
...
Add a new `spring-boot-developer-tools` module which will contain
auto-configuration to help during application development.
See gh-3082
2015-06-01 21:08:17 -07:00
Mario A. Alvarez Garcia
3b82be59d6
Uprade to Spring Integration 4.2.0.M1
...
Closes gh-2498, gh-3068
2015-05-31 09:58:42 +02:00
Eddú Meléndez
b036c87372
Upgrade Infinispan to 7.2.2.Final
...
Closes gh-3070
2015-05-30 11:37:27 +02:00
Stephane Nicoll
845f620c5a
Merge branch '1.2.x'
...
Conflicts:
spring-boot-dependencies/pom.xml
2015-05-28 13:37:57 +02:00
Stephane Nicoll
4b825163a2
Upgrade to Tomcat 8.0.23
...
Closes gh-3058
2015-05-28 13:34:10 +02:00
Andreas Ahlenstorf
9805643e41
Fix spring-security versions
...
Closes gh-3050
2015-05-27 16:57:56 +02:00
Stephane Nicoll
b838513fda
Upgrade to Spring Framework 4.2.0.RC1
...
Closes gh-2947
2015-05-27 15:31:10 +02:00
Dave Syer
af320b49bf
Rationalize some features and merge in customizers from Spring Cloud
2015-05-26 06:34:43 +01:00
Greg Turnquist
53f67a448f
Auto-configure Spring Security OAuth2 when detected on the classpath
...
* Automatically spin up Authorization Server and Resource Server
* Automatically configures method level security included OAuth2Expression handler
* Wrote extensive unit tests verifying default behavior as well as the auto-configuration backing off when custom Authorization/Resource servers are included
* Created org.springframework.boot.security.oauth2 subpackage to contain it
* Can also disable either resource of authorization server completely with a single property for each
* Print out the auto-generated secrets and other settings
* Added spring-boot-sample-secure-oauth2 to provide a sample that can be run and poked with curl as well as some automated tests.
* Make users ask for which servers to install by adding @Enable*
* User has to @EnableGlobalMethodSecurity instead of using properties files
Add Spring Security OAuth2 support to Spring Boot CLI
* Triggered from either @EnableAuthorizationServer or @EnableResourceServer
* Needs to have @EnableGlobalMethodSecurity to allow picking the annotation model.
* By default, comes with import support for @PreAuthorize, @PreFilter, @PostAuthorize, and @PostFilter via a single start import
* Also need import support for the enable annotations mentioned above.
* Added extra test case and sample (oauth2.groovy)
2015-05-26 06:34:43 +01:00
Andy Wilkinson
f046a9a705
Merge branch '1.2.x'
2015-05-20 09:55:42 +01:00
Andy Wilkinson
bb877ed579
Upgrade to Spring Batch 3.0.4.RELEASE
...
Closes gh-2950
2015-05-20 09:54:35 +01:00
Andy Wilkinson
6ad6cf0356
Upgrade to Spring Social 1.1.2.RELEASE
...
Closes gh-3015
2015-05-20 09:54:00 +01:00
Andy Wilkinson
50af2b144b
Add dependency management for hibernate-validator-annotation-processor
...
Closes gh-3006
2015-05-19 13:48:35 +01:00
Andy Wilkinson
af7aae51d0
Add dependency management for hibernate-core
...
Closes gh-3005
2015-05-19 13:48:35 +01:00
Andy Wilkinson
d3806df88a
Remove hibernate-entitymanager.version property
...
Users that wish to override the version of Hibernate need to override
the hibernate.version property, as it’s the one used when declaring the
dependency management for Hibernate’s modules, so the
hibernate-entitymanager.version property is of little value.
Closes gh-3004
2015-05-19 13:48:35 +01:00
Andy Wilkinson
a334e93cb9
Upgrade to Surefire 2.18.1
...
Closes gh-2963
2015-05-18 16:48:19 +01:00
Andy Wilkinson
d8af7980ed
Upgrade to Jedis 2.6.3
...
Closes gh-2996
2015-05-18 16:26:28 +01:00
Andy Wilkinson
23a6a5300b
Upgrade to SnakeYAML 1.15
...
Closes gh-2995
2015-05-18 16:26:28 +01:00
Andy Wilkinson
1d6a9b18ee
Upgrade to Spring HATEOAS 0.17.0.RELEASE
...
Closes gh-2994
2015-05-18 16:26:28 +01:00
Andy Wilkinson
4cfdecf677
Upgrade to mongo-java-driver 2.13.1
...
Closes gh-2993
2015-05-18 16:26:15 +01:00
Andy Wilkinson
baefb47899
Upgrade to Jolokia 1.3.0
...
Closes gh-2992
2015-05-18 16:26:15 +01:00
Andy Wilkinson
da3dd533a1
Upgrade to Jersey 2.17
...
Closes gh-2991
2015-05-18 16:26:15 +01:00