Commit Graph

6415 Commits

Author SHA1 Message Date
Stephane Nicoll 766b6c394f Upgrade to Rxjava2 2.2.11
Closes gh-17675
2019-08-05 20:01:56 +02:00
Stephane Nicoll b1d298fdef Upgrade to Johnzon Jsonb 1.1.13
Closes gh-17786
2019-08-05 20:00:43 +02:00
Madhura Bhave 5e52fedbac Upgrade to Spring Session Bean-SR7
Closes gh-17581
2019-08-05 09:49:27 -07:00
Stephane Nicoll 134c534cc1 Upgrade to Spring Kafka 2.2.8
Closes gh-17645
2019-08-05 18:13:28 +02:00
Stephane Nicoll 1e74e294ae Upgrade to Spring AMQP 2.1.8
Closes gh-17641
2019-08-05 18:12:49 +02:00
Stephane Nicoll 236efd2cf4 Upgrade to Spring Integration 5.1.7
Closes gh-17643
2019-08-05 18:12:17 +02:00
Stephane Nicoll 501d9ad628 Upgrade to Spring Data Moore-RC2
Closes gh-17350
2019-08-05 16:36:29 +02:00
Stephane Nicoll aaf953338b Upgrade to Spring HATEOAS 1.0.0.RC1
Closes gh-17755
2019-08-05 16:35:50 +02:00
Stephane Nicoll 854d6081c6 Upgrade to Byte Buddy 1.10.0
Closes gh-17716
2019-08-05 14:17:48 +02:00
Stephane Nicoll 9938c18968 Upgrade to Spring Data Lovelace-SR10
Closes gh-17353
2019-08-05 13:42:48 +02:00
Stephane Nicoll 5529596e17 Upgrade to Spring Framework 5.2.0 RC1
Closes gh-17280
2019-08-05 11:36:36 +02:00
Stephane Nicoll 3e8b599d95 Upgrade to AssertJ 3.13.2
Closes gh-17690
2019-08-04 13:38:38 +02:00
freekry a9e7c4ec95 Fix typo in JsonComponent javadoc
See gh-17776
2019-08-04 08:59:40 +02:00
Stephane Nicoll b15674d71e Upgrade to Spring HATEOAS 0.25.2
Closes gh-17777
2019-08-04 08:56:05 +02:00
Phillip Webb 105df823ee Polish 2019-08-03 15:42:22 +01:00
Phillip Webb 2cdceb92bf Polish 2019-08-03 14:29:20 +01:00
Phillip Webb b29e81fcd9 Allow defaultBindHandler to be specified on Binder
Allow a `defaultBindHandler` to be specified on the `Binder` instance
to save needing to pass it to each `bind` method call.

Closes gh-17773
2019-08-03 11:58:28 +01:00
Phillip Webb fb6568be73 Improve PropertySourceLoader file extension error
Refine the `IllegalStateException` thrown from `PropertySourceLoader`
for unknown extensions to also indicated that folder references must end
in '/'.

Closes gh-17241
2019-08-03 11:36:36 +01:00
Stephane Nicoll 99f30700e2 Upgrade to Spring Batch 4.2.0.M3
Closes gh-17347
2019-08-03 10:54:40 +02:00
Madhura Bhave ea244aa32b Merge branch '2.1.x'
Closes gh-17769
2019-08-02 09:16:05 -07:00
Madhura Bhave faaada1416 Remove liquibase check change log location
Missing change logs would lead to an exception even
if the checkChangeLogLocation was set to false. Spring Boot's check
would pass but Liquibase would fail later making this property redundant.

Fixes gh-16232
2019-08-02 09:03:45 -07:00
Stephane Nicoll f021c227e1 Polish 2019-08-02 17:42:38 +02:00
Stephane Nicoll 45915d085e Merge branch '2.1.x'
Closes gh-17767
2019-08-02 17:35:39 +02:00
Stephane Nicoll eb26492eef Polish 2019-08-02 17:31:07 +02:00
Stephane Nicoll bacb4d1715 Polish "Refine back-off strategy of Neo4j SessionFactory"
See gh-17662
2019-08-02 17:15:22 +02:00
Michael Simons 274098f2e2 Refine back-off strategy of Neo4j SessionFactory
This commit separates the auto-configuration of the `SessionFactory` in
an isolated class so that the rest of the auto-configuration is still
applied if the user provides a custom `SessionFactory` bean.

See gh-17662
2019-08-02 17:12:01 +02:00
Stephane Nicoll 89aefa6cfb Enable binding for scanned configuration properties
Closes gh-16822
2019-08-02 16:19:33 +02:00
Stephane Nicoll 2784fc1506 Merge branch '2.1.x'
Closes gh-17764
2019-08-02 13:57:22 +02:00
Stephane Nicoll 308a5e9360 Fix bean name for reactive Cassandra health indicator
Closes gh-17763
2019-08-02 13:56:16 +02:00
Stephane Nicoll cdec8a9b46 Upgrade to Spring Framework 5.1.9
Closes gh-17351
2019-08-02 13:37:50 +02:00
Madhura Bhave ce38891cdf Merge pull request #17761 from htztomic
* pr/17761:
  Polish "Support RFC 8414 in JwtDecoders and ClientRegistrations"
  Support RFC 8414 in JwtDecoders and ClientRegistrations

Closes gh-17761
2019-08-01 18:33:44 -07:00
Madhura Bhave e06b06d817 Polish "Support RFC 8414 in JwtDecoders and ClientRegistrations"
See gh-17761
2019-08-01 18:31:50 -07:00
HaiTao Zhang 8baec96453 Support RFC 8414 in JwtDecoders and ClientRegistrations
See gh-17761
2019-08-01 18:18:49 -07:00
Madhura Bhave 4e29f7b0ae Merge branch '2.1.x'
Closes gh-17762
2019-08-01 16:05:19 -07:00
Madhura Bhave 80f568bd47 Clarify RestTemplateBuilder rootUri documentation
Closes gh-15343
2019-08-01 15:59:24 -07:00
Madhura Bhave f7f858bce8 Merge branch '2.1.x'
Closes gh-17759
2019-08-01 12:44:18 -07:00
Madhura Bhave 5f3364326b Configure interceptors for WelcomePageHandlerMapping
Fixes gh-16309
2019-08-01 12:27:53 -07:00
Phillip Webb 94b5ad0f7e Fixup tests following upstream HATEOAS changes
See gh-17755
2019-08-01 15:32:39 +01:00
Stephane Nicoll bee373d6cf Start building against Spring HATEOAS 1.0 snapshots
See gh-17755
2019-08-01 15:19:41 +02:00
Stephane Nicoll da0ab06d1a Merge branch '2.1.x'
Closes gh-17754
2019-08-01 14:49:22 +02:00
Stephane Nicoll f2fd169c3a Rename restClient to elasticsearchRestClient
For consistency, similar beans have been renamed as well.

Closes gh-17751
2019-08-01 14:45:33 +02:00
Stephane Nicoll 1ec8e822a1 Fix broken build 2019-08-01 14:42:01 +02:00
Stephane Nicoll 48e07c8fda Merge branch '2.1.x'
Closes gh-17753
2019-08-01 14:24:23 +02:00
Stephane Nicoll fb0fccf3c7 Polish "Create RestClient from a RestHighLevelClient if available"
This significantly rework the auto-configuration to reflect the order
in which things are expected. Rather than keeping a conceptual cycle
between the builder and the two inner classes that are processed first,
the configuration is now split in three parts:

* The builder that is required and common
* The configuration when the HighLevelClient is available
* The RestClient configuration when that's not the case

See gh-17488
2019-08-01 14:16:22 +02:00
Dmytro Nosan 0e87b9c163 Create RestClient from a RestHighLevelClient if available
See gh-17488
2019-08-01 14:16:22 +02:00
Phillip Webb 34c31ce099 Remove BeanTypeRegistry
Remove `BeanTypeRegistry` and rely entirely on standard calls Spring
Framework APIs.

Closes gh-17594
2019-08-01 10:15:15 +01:00
Madhura Bhave 02fd0c45e4 Merge branch '2.1.x'
Closes gh-17748
2019-07-31 13:01:46 -07:00
Madhura Bhave 96235ea674 Fix ordering of JSON property source relative to servlet sources
Fixes gh-17652
2019-07-31 12:43:08 -07:00
Phillip Webb da4f436140 Change SearchStrategy EXHAUSTIVE to TYPE_HIERARCHY
Fixup references following upstream Spring Framework change.
2019-07-31 15:11:43 +01:00
Stephane Nicoll 5926547767 Merge branch '2.1.x'
Closes gh-17745
2019-07-31 15:15:21 +02:00
Stephane Nicoll 0c560795fd Harmonize settings.gradle documentation in Gradle getting started guide
See gh-17736
2019-07-31 15:11:53 +02:00
Dave Syer e7b0450a7f Add missing repositories to snapshot configuration
See gh-17736
2019-07-31 15:00:07 +02:00
Johnny Lim 2c2ee92a39 Remove ConditionEvaluationReportLoggingListener in a test
See gh-17742
2019-07-31 14:58:46 +02:00
Stephane Nicoll f9e809b00e Upgrade to Undertow 2.0.23.Final
Closes gh-17676
2019-07-31 14:51:58 +02:00
Stephane Nicoll c08fe65429 Merge branch '2.1.x'
See gh-17744
2019-07-31 13:57:48 +02:00
Stephane Nicoll dc4e67f5dd Remove useless classpath override 2019-07-31 13:55:38 +02:00
Phillip Webb 890ea153bf Allow endpoint @Selector to capture all paths
Update `@Selector` with a `match` attribute that can be used to select
all remaining path segments. An endpoint method like this:

	 select(@Selector(match = Match.ALL_REMAINING) String... selection)

Will now have all reaming path segments injected into the `selection`
parameter.

Closes gh-17743
2019-07-31 12:44:46 +01:00
Stephane Nicoll 44a0afcec3 Polish "Allow for custom EntityMapper bean"
See gh-17661
2019-07-31 10:46:29 +02:00
P.J. Meisch a1cf665f98 Allow for custom EntityMapper bean
See gh-17661
2019-07-31 10:31:27 +02:00
Stephane Nicoll f68c7a751f Polish "Escape reserved asciidoc character in generated documentation"
See gh-17663
2019-07-31 10:17:14 +02:00
vivganes b0fa58e861 Escape reserved asciidoc character in generated documentation
See gh-17663
2019-07-31 10:06:38 +02:00
Stephane Nicoll 69f3fe7a9c Polish "Add dependency management for Kotlin Coroutines"
See gh-17701
2019-07-31 09:50:30 +02:00
Sebastien Deleuze 1acf78fb64 Add dependency management for Kotlin Coroutines
See gh-17701
2019-07-31 09:46:39 +02:00
Madhura Bhave b444c3c545 Fix asciidoc section ids 2019-07-30 16:28:59 -07:00
Phillip Webb ea5b624a39 Polish 2019-07-30 12:03:19 -07:00
Madhura Bhave 61b86ff231 Polish "Add support for configuring logging groups"
See gh-17515

Co-authored-by: Phillip Webb <pwebb@pivotal.io>
2019-07-30 11:28:58 -07:00
HaiTao Zhang b9047c22e0 Add support for configuring logging groups via endpoint
See gh-17515
2019-07-30 11:13:07 -07:00
Stephane Nicoll 8197feac15 Upgrade to Micrometer 1.2.0
Closes gh-17699
2019-07-30 17:46:14 +02:00
Stephane Nicoll b405f8ecf2 Introduce PushRegistry abstraction
This commit introduces a separate layer between PushRegistry and
StepRegistry-based implementations.

See gh-17699
2019-07-30 17:39:47 +02:00
Stephane Nicoll e52d398771 Adapt to recent changes in Spring Security snapshots 2019-07-30 17:36:51 +02:00
Stephane Nicoll 3774af4ae3 Upgrade to Maven Javadoc Plugin 3.1.1
Closes gh-17735
2019-07-30 16:30:13 +02:00
Stephane Nicoll c467ecfae8 Upgrade to Xmlunit2 2.6.3
Closes gh-17734
2019-07-30 16:30:12 +02:00
Stephane Nicoll c134622495 Upgrade to Spring Cloud Connectors 2.0.6.RELEASE
Closes gh-17733
2019-07-30 16:30:10 +02:00
Stephane Nicoll 4477d76b1f Upgrade to Postgresql 42.2.6
Closes gh-17732
2019-07-30 16:30:09 +02:00
Stephane Nicoll 7e057dd3d8 Upgrade to Neo4j Ogm 3.2.0-RC1
Closes gh-17731
2019-07-30 16:30:07 +02:00
Stephane Nicoll a5ddb5e408 Upgrade to Mongo Driver Reactivestreams 1.12.0-rc0
Closes gh-17730
2019-07-30 16:30:06 +02:00
Stephane Nicoll 2bfb41d542 Upgrade to Mongodb 3.11.0-rc0
Closes gh-17729
2019-07-30 16:30:04 +02:00
Stephane Nicoll d78750fb9a Upgrade to Pooled Jms 1.0.6
Closes gh-17728
2019-07-30 16:30:02 +02:00
Stephane Nicoll af2427c5eb Upgrade to Liquibase 3.7.0
Closes gh-17727
2019-07-30 16:30:00 +02:00
Stephane Nicoll 0994a04e46 Upgrade to Junit Jupiter 5.5.1
Closes gh-17726
2019-07-30 16:29:58 +02:00
Stephane Nicoll 0c4de28278 Upgrade to Jolokia 1.6.2
Closes gh-17725
2019-07-30 16:29:57 +02:00
Stephane Nicoll d0a7d48036 Upgrade to Kotlin 1.3.41
Closes gh-17724
2019-07-30 16:29:55 +02:00
Stephane Nicoll 3d82d2a3c7 Upgrade to Hibernate 5.4.4.Final
Closes gh-17723
2019-07-30 16:29:54 +02:00
Stephane Nicoll b5c83530b4 Upgrade to Elasticsearch 6.8.1
Closes gh-17722
2019-07-30 16:29:53 +02:00
Stephane Nicoll b1cefc1e60 Upgrade to Ehcache3 3.8.0
Closes gh-17721
2019-07-30 16:29:52 +02:00
Stephane Nicoll d145583d4e Upgrade to Janino 3.0.15
Closes gh-17720
2019-07-30 16:29:50 +02:00
Stephane Nicoll c3eba372c7 Upgrade to Tomcat 9.0.22
Closes gh-17719
2019-07-30 16:29:49 +02:00
Stephane Nicoll 2cb596644d Upgrade to Solr 8.2.0
Closes gh-17718
2019-07-30 16:29:48 +02:00
Stephane Nicoll 995b3daa25 Upgrade to Commons Pool2 2.7.0
Closes gh-17717
2019-07-30 16:29:46 +02:00
Stephane Nicoll d6b25a520b Upgrade to Byte Buddy 1.9.16
Closes gh-17716
2019-07-30 16:29:45 +02:00
Stephane Nicoll 8d2cded501 Upgrade to Mysql 8.0.17
Closes gh-17715
2019-07-30 16:29:44 +02:00
Stephane Nicoll f6c7b77e74 Upgrade to Joda Time 2.10.3
Closes gh-17714
2019-07-30 16:29:42 +02:00
Stephane Nicoll 85ea8a0b56 Upgrade to Jakarta Servlet Jsp Jstl 1.2.5
Closes gh-17713
2019-07-30 16:29:41 +02:00
Stephane Nicoll 31a011d427 Upgrade to Undertow 2.0.23.Final
Closes gh-17712
2019-07-30 16:29:40 +02:00
Stephane Nicoll ea30be2690 Upgrade to Rxjava2 2.2.10
Closes gh-17711
2019-07-30 16:29:38 +02:00
Stephane Nicoll a205aef08f Upgrade to Netty 4.1.38.Final
Closes gh-17710
2019-07-30 16:29:37 +02:00
Stephane Nicoll 391186cd71 Upgrade to Commons Codec 1.13
Closes gh-17709
2019-07-30 16:29:36 +02:00
Stephane Nicoll 7f43d8a1bc Upgrade to Jmustache 1.15
Closes gh-17708
2019-07-30 16:29:34 +02:00
Stephane Nicoll 40361e3556 Upgrade to Rabbit Amqp Client 5.7.3
Closes gh-17707
2019-07-30 16:29:33 +02:00
Stephane Nicoll 7b0fc2e8fb Upgrade to Appengine Sdk 1.9.76
Closes gh-17706
2019-07-30 16:29:31 +02:00