Commit Graph

12187 Commits (e9ac41f83f5783c4dfba1da88c1253bb34a87600)
 

Author SHA1 Message Date
Vedran Pavic e9ac41f83f Add Spring Data Web configuration properties
This commit adds support for configuring Spring Data Web
`PageableHandlerMethodArgumentResolver` and
`SortHandlerMethodArgumentResolver` using configuration properties.

See gh-9339
8 years ago
Stephane Nicoll 267014f8a4 Merge pull request #9352 from izeye:doc-20170530
* pr/9352:
  Add a missing 'io.spring.dependency-management' in doc
8 years ago
Johnny Lim 1ac385c4f6 Add a missing 'io.spring.dependency-management' in doc
Closes gh-9352
8 years ago
Stephane Nicoll f576e90f7a Upgrade to Spring Security OAuth2 2.1.1.RELEASE
Closes gh-9347
8 years ago
Stephane Nicoll 23e188b277 Merge branch '1.5.x' 8 years ago
Stephane Nicoll 07ec13d454 Merge branch '1.4.x' into 1.5.x 8 years ago
Stephane Nicoll 6415828693 Upgrade to Spring Security OAuth2 2.0.14.RELEASE
Closes gh-9346
8 years ago
Stephane Nicoll 18a5e15573 Provide `thymeleaf-extras-java8time` with thymeleaf starter
Closes gh-9229
8 years ago
Stephane Nicoll 7aa84cf395 Fix checkstyle violation 8 years ago
Stephane Nicoll a05dd4a1b3 Polish 8 years ago
Stephane Nicoll e8aa3a3a8e Upgrade to Maven War Plugin 3.1.0
Closes gh-9344
8 years ago
Stephane Nicoll 0c8893f4e9 Upgrade to Maven Invoker Plugin 3.0.0
Closes gh-9298
8 years ago
Stephane Nicoll 294bcbe962 Merge branch '1.5.x' 8 years ago
Stephane Nicoll 9b2ad6100e Fix reference of custom layout example
Closes gh-9342
8 years ago
Stephane Nicoll a125d604df Merge branch '1.5.x' 8 years ago
Stephane Nicoll b8591206d5 Polish 8 years ago
Stephane Nicoll 062dc3cb9a Upgrade to Neo4J OGM 2.1.3
Closes gh-9335
8 years ago
Stephane Nicoll 6664ce19d6 Merge branch '1.5.x' 8 years ago
Stephane Nicoll 544d516563 Merge branch '1.4.x' into 1.5.x 8 years ago
Stephane Nicoll 250d5f9a52 Deprecate Atomikos console logs properties
Those properties are no longer honoured with Atomikos 3.8 and we're
using 3.9 by default.

Closes gh-9292
8 years ago
Stephane Nicoll 337e645263 Upgrade to Atomikos 4.0.4
Closes gh-5591
8 years ago
Stephane Nicoll 270317728f Merge pull request #9330 from izeye:polish-20170626
* pr/9330:
  Polish
8 years ago
Johnny Lim 6939ff1e65 Polish
Closes gh-9330
8 years ago
Stephane Nicoll 9332a3a4ae Merge branch '1.5.x' 8 years ago
Stephane Nicoll b5709fd618 Polish
See gh-9330
8 years ago
Madhura Bhave 6f022565a5 Make SystemEnvironmentPropertySource origin aware
Closes gh-9252
8 years ago
Madhura Bhave d745b69630 Replace usages of EnvironmentTestUtils 8 years ago
Madhura Bhave 05254fe322 Deprecate EnvironmentTestUtils in favor of TestPropertyValues
Fixes gh-9253
8 years ago
Madhura Bhave 2009da6169 Clear configurationProperty from context before bind
Fixes gh-9295
8 years ago
Brian Clozel fed8c8a681 Adapt WebFlux.fn auto-config to SPR-15536
Since SPR-15536, WebFlux.fn is now configured with `@EnableWebFlux`,
along the annotated controllers. Both `RouterFunction` and Controller
instances can now live within the same application and they share
the same web infrastructure.

This commit removes the custom auto-configuration for `RouterFunction`
and relies on `@EnableWebFlux` for that.

Closes gh-9165
8 years ago
Andy Wilkinson 0bce35fef9 Upgrade to Sqlite Jdbc 3.18.0
Closes gh-9311
8 years ago
Andy Wilkinson 9c6aa3eaf0 Upgrade to Mongo Driver Reactivestreams 1.4.0
Closes gh-9310
8 years ago
Andy Wilkinson 9ca2694c86 Upgrade to Mockito 2.8.9
Closes gh-9309
8 years ago
Andy Wilkinson 23eedce868 Upgrade to Assertj 3.8.0
Closes gh-9308
8 years ago
Andy Wilkinson 6c907764bb Upgrade to Thymeleaf Layout Dialect 2.2.2
Closes gh-9307
8 years ago
Andy Wilkinson 6febc188b9 Upgrade to Hikaricp 2.6.2
Closes gh-9306
8 years ago
Andy Wilkinson f494a3bb62 Upgrade to Hazelcast 3.8.2
Closes gh-9305
8 years ago
Andy Wilkinson 37ba0f4eff Upgrade to Caffeine 2.5.1
Closes gh-9304
8 years ago
Andy Wilkinson 63b80d0d5f Merge branch '1.5.x' 8 years ago
Andy Wilkinson 7254ae84ab Upgrade to Artemis 1.5.5
Closes gh-9303
8 years ago
Andy Wilkinson d8bc4751c8 Upgrade to Undertow 1.4.15.Final
Closes gh-9302
8 years ago
Andy Wilkinson b5174bed5d Merge pull request #9291 from Mark Paluch
* gh-9291:
  Polish "Adapt to relocated packages in Spring Data Cassandra"
  Adapt to relocated packages in Spring Data Cassandra
8 years ago
Andy Wilkinson 48fb0f4ad5 Polish "Adapt to relocated packages in Spring Data Cassandra"
Closes gh-9291
8 years ago
Mark Paluch 7e8e2c486e Adapt to relocated packages in Spring Data Cassandra
See gh-9291
8 years ago
Phillip Webb 6531423519 Fix following upstream API change
Update implementations of `WebFluxConfigurer` to no longer return an
`Optional` validator.
8 years ago
Phillip Webb 05111a17b8 Polish 8 years ago
Madhura Bhave 6c629369d3 Add support for binding to immutable collection
Fixes gh-9290
8 years ago
Andy Wilkinson db9ec87b14 Merge branch '1.5.x' 8 years ago
Andy Wilkinson 7f6081318f Avoid limitation of javac's type inferencing 8 years ago
Madhura Bhave 233ef67a04 Allow nested square brackets in map key when binding
Fixes gh-3202
8 years ago