Phillip Webb
983484f429
Rename spring-boot-developer-tools -> devtools
...
Fixes gh-3099
2015-06-04 13:50:56 -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
Andy Wilkinson
6c6cf56e2d
Upgrade to Elasticsearch 1.4.5
...
Closes gh-2990
2015-05-18 16:26:14 +01:00
Andy Wilkinson
0f72eab429
Upgrade to Janino 2.7.8
...
Closes gh-2989
2015-05-18 16:26:14 +01:00
Andy Wilkinson
f00b33bbb3
Upgrade to solr-solrj 4.10.4
...
Closes gh-2988
2015-05-18 16:26:06 +01:00
Andy Wilkinson
a67fd2d9a1
Upgrade to log4j2 2.3
...
Closes gh-2987
2015-05-18 16:25:48 +01:00
Andy Wilkinson
dfe4c24f29
Upgrade to Apache Derby 10.11.1.1
...
Closes gh-2986
2015-05-18 16:25:47 +01:00
Andy Wilkinson
15ea23b2fa
Upgrade to commons-pool2 2.3
...
Closes gh-2985
2015-05-18 16:25:47 +01:00
Andy Wilkinson
933b9069ad
Upgrade to commons-dbcp2 2.1
...
Closes gh-2984
2015-05-18 16:25:47 +01:00
Andy Wilkinson
6ffb7953fc
Upgrade to nekohtml 1.9.22
...
Closes gh-2983
2015-05-18 16:25:32 +01:00
Andy Wilkinson
e87b56315a
Upgrade to EhCache 2.10.0
...
Closes gh-2982
2015-05-18 16:25:32 +01:00
Andy Wilkinson
9a27473209
Upgrade to Undertow 1.2.6.Final
...
Closes gh-2981
2015-05-18 16:25:31 +01:00
Andy Wilkinson
e33cbdbb75
Upgrade to java-statsd-client 3.1.0
...
Closes gh-2980
2015-05-18 16:25:14 +01:00
Andy Wilkinson
01e1729a07
Upgrade to sendgrid-java 2.2.1
...
Closes gh-2979
2015-05-18 16:20:22 +01:00
Andy Wilkinson
8d8c41248e
Upgrade to Hazelcast 3.4.2
...
Closes gh-2978
2015-05-18 16:20:21 +01:00
Andy Wilkinson
bfd8f300da
Upgrade to Jackson 2.5.3
...
Closes gh-2977
2015-05-18 16:20:21 +01:00
Andy Wilkinson
5cd18e121b
Merge branch '1.2.x'
2015-05-18 13:51:34 +01:00
Andy Wilkinson
c5b5932c0c
Upgrade to thymeleaf-extras-springsecurity3 2.1.2.RELEASE
...
Closes gh-2975
2015-05-18 13:47:30 +01:00
Andy Wilkinson
615e1afe80
Upgrade to Spring Loaded 1.2.3.RELEASE
...
Closes gh-2974
2015-05-18 13:47:30 +01:00
Andy Wilkinson
3d68216bf7
Upgrade to Liquibase 3.3.3
...
Closes gh-2973
2015-05-18 13:47:30 +01:00
Andy Wilkinson
83d718de79
Upgrade to HornetQ 2.4.7.Final
...
Closes gh-2972
2015-05-18 13:47:29 +01:00
Andy Wilkinson
f9b8c85de1
Upgrade to Hibernate 4.3.10.Final
...
Closes gh-2971
2015-05-18 13:47:29 +01:00
Andy Wilkinson
fc2b4ea8c3
Upgrade to Jetty 9.2.10
...
Closes gh-2970
2015-05-18 13:47:29 +01:00
Andy Wilkinson
28bfdef325
Upgrade to ActiveMQ 5.10.2
...
Closes gh-2969
2015-05-18 13:47:24 +01:00