Stephane Nicoll
9938c18968
Upgrade to Spring Data Lovelace-SR10
...
Closes gh-17353
5 years ago
Stephane Nicoll
0011957934
Merge branch '2.0.x' into 2.1.x
5 years ago
Stephane Nicoll
02395a34d1
Merge branch '1.5.x' into 2.0.x
5 years ago
Stephane Nicoll
dbdab8bbfc
Upgrade to Spring Data Ingalls-SR23
...
Closes gh-17352
5 years ago
Stephane Nicoll
5529596e17
Upgrade to Spring Framework 5.2.0 RC1
...
Closes gh-17280
5 years ago
Stephane Nicoll
3e8b599d95
Upgrade to AssertJ 3.13.2
...
Closes gh-17690
5 years ago
Stephane Nicoll
ad3c8c9cc3
Merge pull request #17776 from freekry
...
* pr/17776:
Fix typo in JsonComponent javadoc
Closes gh-17776
5 years ago
freekry
a9e7c4ec95
Fix typo in JsonComponent javadoc
...
See gh-17776
5 years ago
Stephane Nicoll
5a6625b15e
Merge branch '2.1.x'
5 years ago
Stephane Nicoll
b15674d71e
Upgrade to Spring HATEOAS 0.25.2
...
Closes gh-17777
5 years ago
Phillip Webb
105df823ee
Polish
5 years ago
Phillip Webb
2cdceb92bf
Polish
5 years ago
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
5 years ago
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
5 years ago
Stephane Nicoll
99f30700e2
Upgrade to Spring Batch 4.2.0.M3
...
Closes gh-17347
5 years ago
Madhura Bhave
ea244aa32b
Merge branch '2.1.x'
...
Closes gh-17769
5 years ago
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
5 years ago
Stephane Nicoll
f021c227e1
Polish
5 years ago
Stephane Nicoll
45915d085e
Merge branch '2.1.x'
...
Closes gh-17767
5 years ago
Stephane Nicoll
eb26492eef
Polish
5 years ago
Stephane Nicoll
dd5ec49232
Merge pull request #17662 from michael-simons
...
* pr/17662:
Polish "Refine back-off strategy of Neo4j SessionFactory"
Refine back-off strategy of Neo4j SessionFactory
Closes gh-17662
5 years ago
Stephane Nicoll
bacb4d1715
Polish "Refine back-off strategy of Neo4j SessionFactory"
...
See gh-17662
5 years ago
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
5 years ago
Stephane Nicoll
89aefa6cfb
Enable binding for scanned configuration properties
...
Closes gh-16822
5 years ago
Stephane Nicoll
2784fc1506
Merge branch '2.1.x'
...
Closes gh-17764
5 years ago
Stephane Nicoll
308a5e9360
Fix bean name for reactive Cassandra health indicator
...
Closes gh-17763
5 years ago
Stephane Nicoll
a6151ba637
Merge branch '2.1.x'
5 years ago
Stephane Nicoll
318d0c767a
Merge branch '2.0.x' into 2.1.x
5 years ago
Stephane Nicoll
cdec8a9b46
Upgrade to Spring Framework 5.1.9
...
Closes gh-17351
5 years ago
Stephane Nicoll
bb55992432
Merge branch '1.5.x' into 2.0.x
5 years ago
Stephane Nicoll
ff5a0e7c22
Upgrade to Spring Framework 4.3.25
...
Closes gh-17221
5 years ago
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
5 years ago
Madhura Bhave
e06b06d817
Polish "Support RFC 8414 in JwtDecoders and ClientRegistrations"
...
See gh-17761
5 years ago
HaiTao Zhang
8baec96453
Support RFC 8414 in JwtDecoders and ClientRegistrations
...
See gh-17761
5 years ago
Madhura Bhave
4e29f7b0ae
Merge branch '2.1.x'
...
Closes gh-17762
5 years ago
Madhura Bhave
80f568bd47
Clarify RestTemplateBuilder rootUri documentation
...
Closes gh-15343
5 years ago
Madhura Bhave
f7f858bce8
Merge branch '2.1.x'
...
Closes gh-17759
5 years ago
Madhura Bhave
5f3364326b
Configure interceptors for WelcomePageHandlerMapping
...
Fixes gh-16309
5 years ago
Stephane Nicoll
c718a79ff2
Polish
5 years ago
Phillip Webb
94b5ad0f7e
Fixup tests following upstream HATEOAS changes
...
See gh-17755
5 years ago
Stephane Nicoll
bee373d6cf
Start building against Spring HATEOAS 1.0 snapshots
...
See gh-17755
5 years ago
Stephane Nicoll
da0ab06d1a
Merge branch '2.1.x'
...
Closes gh-17754
5 years ago
Stephane Nicoll
f2fd169c3a
Rename restClient to elasticsearchRestClient
...
For consistency, similar beans have been renamed as well.
Closes gh-17751
5 years ago
Stephane Nicoll
1ec8e822a1
Fix broken build
5 years ago
Stephane Nicoll
48e07c8fda
Merge branch '2.1.x'
...
Closes gh-17753
5 years ago
Stephane Nicoll
a76aaabc07
Merge pull request #17488 from nosan
...
* pr/17488:
Polish "Create RestClient from a RestHighLevelClient if available"
Create RestClient from a RestHighLevelClient if available
Closes gh-17488
5 years ago
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
5 years ago
Dmytro Nosan
0e87b9c163
Create RestClient from a RestHighLevelClient if available
...
See gh-17488
5 years ago
Phillip Webb
040712168e
Cache embedmongo on CI
5 years ago
Phillip Webb
f8d4d3dd98
Merge branch '2.1.x'
5 years ago