Commit Graph

739 Commits (f2b2c085e9f0253bb3d9721172463ac620f2d2c3)

Author SHA1 Message Date
Andy Wilkinson f73d86e700 Upgrade to Elasticsearch 1.5.2
Closes gh-3194
10 years ago
Andy Wilkinson ae64d84b15 Upgrade to Jolokia 1.3.1 10 years ago
Andy Wilkinson c7544094f7 Upgrade to Jersey 2.18
Closes gh-3192
10 years ago
Andy Wilkinson ba90ab1f42 Upgrade to HttpClient 4.5
Closes gh-3189
10 years ago
Andy Wilkinson 4434bccbb8 Upgrade to org.apache.httpcomponents:httpasyncclient 4.1
Closes gh-3188
10 years ago
Andy Wilkinson f55128892b Upgrade to commons-pool2 2.4.1
Closes gh-3187
10 years ago
Andy Wilkinson d819cdd24f Upgrade to Joda Time 2.8
Closes gh-3186
10 years ago
Andy Wilkinson b919e4a6b4 Upgrade to Undertow 1.2.7.Final
Closes gh-3185
10 years ago
Andy Wilkinson e391591883 Upgrade to Reactor and Reactor Spring 2.0.3.RELEASE
Closes gh-3184
10 years ago
Andy Wilkinson 6d108436c0 Upgrade to HikariCP 2.3.8
Closes gh-3183
10 years ago
Andy Wilkinson 9943f28f0d Upgrade to sendgrid-java 2.2.2
Closes gh-3182
10 years ago
Andy Wilkinson 312169804b Update to Jackson 2.5.4
Closes gh-3180
10 years ago
Andy Wilkinson bfc0a3f154 Merge branch '1.2.x' 10 years ago
Andy Wilkinson ad7a1d9a69 Upgrade to Spring Integration 4.1.5.RELEASE
Closes gh-3176
10 years ago
Andy Wilkinson 4b02896b1d Upgrade to Jetty 9.2.11.v20150529
Closes gh-3191
10 years ago
Andy Wilkinson 0ad93c77d3 Update to AspectJ 1.8.6
Closes gh-3190
10 years ago
Andy Wilkinson da5ed8f545 Provide dependency management for all of Spring Security OAuth
Closes gh-3159
10 years ago
Andy Wilkinson bdfe5d19a5 Merge branch '1.2.x' 10 years ago
Eddú Meléndez 827c84169b Upgrade to Liquibase 3.3.5
Closes gh-3122
10 years ago
Phillip Webb 983484f429 Rename spring-boot-developer-tools -> devtools
Fixes gh-3099
10 years ago
Stephane Nicoll b847b6fa4b Fixup version numbers following release 10 years ago
Spring Buildmaster 5d81c87b43 Next Development Version 10 years ago
Stephane Nicoll fca192fa41 Add spring-boot-starter-cache
Closes gh-3098
10 years ago
Phillip Webb 49c4710f63 Merge branch '1.2.x' 10 years ago
Phillip Webb 61bc876ae8 Upgrade to H2 v1.4.187
Fixes gh-2730
10 years ago
Stephane Nicoll 2af2c4df0e Upgrade to Spring Data Gosling M1
Closes gh-3020
10 years ago
Phillip Webb 9ffd8622f6 Fix malformed Javadoc
See gh-3082
10 years ago
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
10 years ago
Mario A. Alvarez Garcia 3b82be59d6 Uprade to Spring Integration 4.2.0.M1
Closes gh-2498, gh-3068
10 years ago
Eddú Meléndez b036c87372 Upgrade Infinispan to 7.2.2.Final
Closes gh-3070
10 years ago
Stephane Nicoll 845f620c5a Merge branch '1.2.x'
Conflicts:
	spring-boot-dependencies/pom.xml
10 years ago
Stephane Nicoll 4b825163a2 Upgrade to Tomcat 8.0.23
Closes gh-3058
10 years ago
Andreas Ahlenstorf 9805643e41 Fix spring-security versions
Closes gh-3050
10 years ago
Stephane Nicoll b838513fda Upgrade to Spring Framework 4.2.0.RC1
Closes gh-2947
10 years ago
Dave Syer af320b49bf Rationalize some features and merge in customizers from Spring Cloud 10 years ago
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)
10 years ago
Andy Wilkinson f046a9a705 Merge branch '1.2.x' 10 years ago
Andy Wilkinson bb877ed579 Upgrade to Spring Batch 3.0.4.RELEASE
Closes gh-2950
10 years ago
Andy Wilkinson 6ad6cf0356 Upgrade to Spring Social 1.1.2.RELEASE
Closes gh-3015
10 years ago
Andy Wilkinson 50af2b144b Add dependency management for hibernate-validator-annotation-processor
Closes gh-3006
10 years ago
Andy Wilkinson af7aae51d0 Add dependency management for hibernate-core
Closes gh-3005
10 years ago
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
10 years ago
Andy Wilkinson a334e93cb9 Upgrade to Surefire 2.18.1
Closes gh-2963
10 years ago
Andy Wilkinson d8af7980ed Upgrade to Jedis 2.6.3
Closes gh-2996
10 years ago
Andy Wilkinson 23a6a5300b Upgrade to SnakeYAML 1.15
Closes gh-2995
10 years ago
Andy Wilkinson 1d6a9b18ee Upgrade to Spring HATEOAS 0.17.0.RELEASE
Closes gh-2994
10 years ago
Andy Wilkinson 4cfdecf677 Upgrade to mongo-java-driver 2.13.1
Closes gh-2993
10 years ago
Andy Wilkinson baefb47899 Upgrade to Jolokia 1.3.0
Closes gh-2992
10 years ago
Andy Wilkinson da3dd533a1 Upgrade to Jersey 2.17
Closes gh-2991
10 years ago
Andy Wilkinson 6c6cf56e2d Upgrade to Elasticsearch 1.4.5
Closes gh-2990
10 years ago
Andy Wilkinson 0f72eab429 Upgrade to Janino 2.7.8
Closes gh-2989
10 years ago
Andy Wilkinson f00b33bbb3 Upgrade to solr-solrj 4.10.4
Closes gh-2988
10 years ago
Andy Wilkinson a67fd2d9a1 Upgrade to log4j2 2.3
Closes gh-2987
10 years ago
Andy Wilkinson dfe4c24f29 Upgrade to Apache Derby 10.11.1.1
Closes gh-2986
10 years ago
Andy Wilkinson 15ea23b2fa Upgrade to commons-pool2 2.3
Closes gh-2985
10 years ago
Andy Wilkinson 933b9069ad Upgrade to commons-dbcp2 2.1
Closes gh-2984
10 years ago
Andy Wilkinson 6ffb7953fc Upgrade to nekohtml 1.9.22
Closes gh-2983
10 years ago
Andy Wilkinson e87b56315a Upgrade to EhCache 2.10.0
Closes gh-2982
10 years ago
Andy Wilkinson 9a27473209 Upgrade to Undertow 1.2.6.Final
Closes gh-2981
10 years ago
Andy Wilkinson e33cbdbb75 Upgrade to java-statsd-client 3.1.0
Closes gh-2980
10 years ago
Andy Wilkinson 01e1729a07 Upgrade to sendgrid-java 2.2.1
Closes gh-2979
10 years ago
Andy Wilkinson 8d8c41248e Upgrade to Hazelcast 3.4.2
Closes gh-2978
10 years ago
Andy Wilkinson bfd8f300da Upgrade to Jackson 2.5.3
Closes gh-2977
10 years ago
Andy Wilkinson 5cd18e121b Merge branch '1.2.x' 10 years ago
Andy Wilkinson c5b5932c0c Upgrade to thymeleaf-extras-springsecurity3 2.1.2.RELEASE
Closes gh-2975
10 years ago
Andy Wilkinson 615e1afe80 Upgrade to Spring Loaded 1.2.3.RELEASE
Closes gh-2974
10 years ago
Andy Wilkinson 3d68216bf7 Upgrade to Liquibase 3.3.3
Closes gh-2973
10 years ago
Andy Wilkinson 83d718de79 Upgrade to HornetQ 2.4.7.Final
Closes gh-2972
10 years ago
Andy Wilkinson f9b8c85de1 Upgrade to Hibernate 4.3.10.Final
Closes gh-2971
10 years ago
Andy Wilkinson fc2b4ea8c3 Upgrade to Jetty 9.2.10
Closes gh-2970
10 years ago
Andy Wilkinson 28bfdef325 Upgrade to ActiveMQ 5.10.2
Closes gh-2969
10 years ago
Andy Wilkinson cdac992ff5 Upgrade to thymeleaf-layout-dialect 1.2.8
Closes gh-2968
10 years ago
Andy Wilkinson b2f5b1ed46 Upgrade to mysql-connector-java 5.1.35
Closes gh-2967
10 years ago
Andy Wilkinson ffabf16a02 Upgrade to Jackson 2.4.6
Closes gh-2966
10 years ago
Andy Wilkinson f1266130fa Remove dependency management for spring-erlang
spring-erlang is no longer part of Spring AMQP so the dependency
management for it is no longer required.

Closes gh-2946
10 years ago
Andy Wilkinson 8fcc66939c Merge branch '1.2.x' 10 years ago
Andy Wilkinson b7d27145e8 Upgrade to Spring Integration 4.1.4.RELEASE
Fixes gh-2811
10 years ago
Andy Wilkinson e5451ab4fe Upgrade to Tomcat 8.0.22
Closes gh-2955
10 years ago
Andy Wilkinson 18d8564d85 Upgrade to Spring Social 1.1.1.RELEASE
Closes gh-2954
10 years ago
Stephane Nicoll 9a15d0533c Upgrade to Tomcat 8.0.22
Closes gh-2955
10 years ago
Stephane Nicoll 0a9b8cbb41 Polish Infinispan support
Updated to the `EmbeddedCacheManager` interface and added support for
default cache configuration.

Added dependencies management for the JCache support with tests

Fixes gh-2906, see gh-2633
10 years ago
Eddú Meléndez 76ac781a65 Add support for Infinispan
Include auto-configuration support for Infinispan. It is possible
to specify the caches to create via `spring.cache.cache-names`.
Provider also allow to set configuration file via `spring.cache.config`.

See gh-2633
10 years ago
Andy Wilkinson 9243faa354 Upgrade to Reactor and Reactor Spring 2.0.1.RELEASE
Closes gh-2719
10 years ago
Andy Wilkinson 5b8a9bbe90 Upgrade to Spock 1.0
Closes gh-2951
10 years ago
Andy Wilkinson 04c68427d8 Upgrade to Spring Plugin 1.2.0.RELEASE
Closes gh-2605
10 years ago
Andy Wilkinson 3abac59e9c Add dependency management for jackson-dataformat-csv
Closes gh-2760
10 years ago
Andy Wilkinson f3af9a81c7 Upgrade to HikariCP 2.3.7
Closes gh-2863
10 years ago
Andy Wilkinson 296a9d6cf0 Upgrade to Spring AMQP 1.5.0.M1
Closes gh-2946
10 years ago
Andy Wilkinson 291173ddc6 Upgrade to JsonPath 2.0.0
Closes gh-2720
10 years ago
Andy Wilkinson 7a47c4b594 Add dependency management for org.apache.httpcomponents:httpcore
Without dependency management for org.apache.httpcomponents:httpcore,
it’s possible to get mismatched versions of httpcore and httpclient.

Closes gh-2941
10 years ago
Tommy Ludwig a88be00b6c Upgrade to Log4j2 version 2.2
Closes gh-2938
10 years ago
Davide Angelocola c82224831a Add dependency management for slf4j-simple
Closes gh-2934
10 years ago
Andy Wilkinson 5717c38c63 Upgrade to Apache HTTP Client 4.4.1
Closes gh-2941
10 years ago
Dave Syer 0bd845d183 Add support for Statsd metric export 10 years ago
Andy Wilkinson 5b30716d94 Merge branch '1.2.x' 10 years ago
Mario A. Alvarez Garcia ca94bd4b94 Upgrade to Hibernate 4.3.9.Final
Closes gh-2928
10 years ago
Davide Angelocola 3179d278a2 Upgrade to SLF4J 1.7.12
Closes gh-2931
10 years ago
Andy Wilkinson d3d5b211ed Upgrade to Spring AMQP 1.4.5.RELEASE
Closes gh-2932
10 years ago
Andy Wilkinson 66be012e78 Upgrade to Undertow 1.1.4.Final
Closes gh-2754
10 years ago
Andy Wilkinson 51c49b69c5 Support bom-based dependency management in the CLI
Previously, the CLI’s dependency management used proprietary Properties
file-based metadata to configure its dependency management. Since
spring-boot-gradle-plugin’s move to using the separate dependency
management plugin the CLI was the only user of this format.

This commit updates the CLI to use Maven boms to configure its
dependency management. By default it uses the spring-boot-dependencies
bom. This configuration can be augmented and overridden using the new
@DependencyManagementBom annotation which replaces @GrabMetadata.

Closes gh-2688
Closes gh-2439
10 years ago