Stephane Nicoll
daa71d1e67
Upgrade to Artemis 2.12.0
...
Closes gh-21224
2020-04-29 14:34:14 +02:00
Stephane Nicoll
a13ebcba88
Upgrade to AppEngine SDK 1.9.80
...
Closes gh-21223
2020-04-29 14:34:13 +02:00
Stephane Nicoll
2ea946f468
Merge branch '2.2.x'
2020-04-29 14:28:56 +02:00
Stephane Nicoll
21bb718d5e
Merge branch '2.1.x' into 2.2.x
2020-04-29 14:28:33 +02:00
Stephane Nicoll
009aa29055
Merge branch '2.2.x'
2020-04-29 14:26:44 +02:00
Stephane Nicoll
2ca5eebd25
Upgrade to Spring Kafka 2.3.8
...
Closes gh-20952
2020-04-29 14:24:17 +02:00
Stephane Nicoll
8e999a4a9e
Upgrade to Spring AMQP 2.2.6
...
Closes gh-20946
2020-04-29 14:23:38 +02:00
Stephane Nicoll
3e6b62b043
Upgrade to Spring Kafka 2.2.13
...
Closes gh-20988
2020-04-29 14:20:59 +02:00
Stephane Nicoll
524d316500
Upgrade to Spring AMQP 2.1.14
...
Closes gh-20939
2020-04-29 14:20:39 +02:00
Stephane Nicoll
331a24a110
Merge branch '2.2.x'
2020-04-29 14:16:10 +02:00
Stephane Nicoll
a18a6e1058
Upgrade to Glassfish Jaxb 2.3.3
...
Closes gh-21195
2020-04-29 14:12:58 +02:00
Andy Wilkinson
d167bb472d
Allow base packages to be specified on @AutoConfigurationPackage
...
Closes gh-19023
2020-04-29 13:00:22 +01:00
Stephane Nicoll
ee913503b4
Tolerate Hazelcast 4
...
This commit updates HazelcastHealthIndicator and
HazelcastCacheMeterBinderProvider so that they work with
Hazelcast 4 while retaining compatibility with Hazelcast 3. Reflection
is used when necessary.
This commit also adds a smoke test that validates those features are
working when Hazelcast 4 is on the classpath.
Closes gh-21169
2020-04-29 13:39:54 +02:00
Andy Wilkinson
d63e492906
Add support for enabling ISO date, time, and date-time formatting
...
Closes gh-20579
2020-04-29 11:47:33 +01:00
Andy Wilkinson
7c6c703ec7
Merge pull request #18772 from knittl
...
* gh-18772:
Polish "Enable users to provide custom time and datetime formats"
Enable users to provide custom time and datetime formats
Closes gh-18772
2020-04-29 11:47:17 +01:00
Andy Wilkinson
95e5d4e045
Polish "Enable users to provide custom time and datetime formats"
...
See gh-18772
2020-04-29 11:46:56 +01:00
Daniel Knittl-Frank
69b51cd64d
Enable users to provide custom time and datetime formats
...
Extend WebFlux and WebMvc properties with timeFormat and
dateTimeFormat properties to allow users to customize format of
LocalTime and LocalDateTime instances.
See gh-18772
2020-04-29 11:46:24 +01:00
Stephane Nicoll
6921fdacac
Expand configuration class eager filtering to imports
...
Previously, only root auto-configuration classes could be excluded
eagerly via an AutoConfigurationImportFilter. Any configuration class
loaded as a result of processing a particular auto-configuration were
parsed and checked as usual.
This commit makes use of the `getExclusionFilter` callback to expand
this filter to all candidates that are considered. The annotation
processor has also be expanded to generate metadata for non-root
configuration classes.
Closes gh-12157
2020-04-29 10:45:28 +02:00
Stephane Nicoll
0cbc5a78c7
Upgrade to Micrometer 1.5.0
...
Closes gh-20833
2020-04-29 10:40:24 +02:00
Andy Wilkinson
69a25e4d80
Stop relying on transitive com.nimbusds:oauth2-oidc-sdk dependency
2020-04-29 09:17:57 +01:00
Andy Wilkinson
77f1e37ade
Add dependency management for OAuth2 OIDC SDK
...
Closes gh-20974
2020-04-29 09:16:53 +01:00
Phillip Webb
ad1248e4ec
Replace "folder" with "directory"
...
Consistently use the term "directory" instead of "folder"
Closes gh-21218
2020-04-28 19:20:24 -07:00
Brian Clozel
ec871d6752
Fix StatusAggregator static initialization
...
Prior to this commit, there was a cycle between `StatusAggregator` and
`SimpleStatusAggregator`, which caused a static initialization bug -
depending on which class (the implementation or its interface) was
loaded first.
This commit turns the static field of the `StatusAggregator` interface
into a static method to avoid this problem.
Fixes gh-21211
2020-04-28 21:01:14 +02:00
Stephane Nicoll
ea5f282e9b
Upgrade to Spring Data Neumann-RC2
...
Closes gh-20949
2020-04-28 15:44:49 +02:00
Stephane Nicoll
f24c215a0b
Upgrade to Spring HATEOAS 1.1.0.RC1
...
Closes gh-21210
2020-04-28 15:44:16 +02:00
Stephane Nicoll
5f253ead76
Upgrade to Spring Framework 5.2.6
...
Closes gh-20945
2020-04-28 15:43:37 +02:00
Stephane Nicoll
219529a2d0
Merge branch '2.2.x'
2020-04-28 15:42:37 +02:00
Stephane Nicoll
673af8d1d9
Upgrade to Spring Data Moore-SR7
...
Closes gh-20948
2020-04-28 15:41:35 +02:00
Stephane Nicoll
76740db9a5
Upgrade to Spring HATEOAS 1.0.5.RELEASE
...
Closes gh-21209
2020-04-28 15:40:51 +02:00
Stephane Nicoll
ca458c2666
Upgrade to Spring Data Lovelace-SR17
...
Closes gh-20940
2020-04-28 15:38:02 +02:00
Stephane Nicoll
7934927f1f
Merge branch '2.1.x' into 2.2.x
2020-04-28 15:37:23 +02:00
Stephane Nicoll
9e88af9703
Upgrade to Spring Data Lovelace-SR17
...
Closes gh-20940
2020-04-28 15:36:16 +02:00
Stephane Nicoll
5dc82eda53
Upgrade to Spring Framework 5.1.15
...
Closes gh-20938
2020-04-28 15:35:08 +02:00
Andy Wilkinson
76ad465f77
Upgrade to Solr 8.5.1
...
Closes gh-21206
2020-04-28 11:03:41 +01:00
Andy Wilkinson
e49e4c2d83
Upgrade to Lettuce 5.3.0.RELEASE
...
Closes gh-21096
2020-04-28 11:02:46 +01:00
Andy Wilkinson
bcd3f97d3e
Merge pull request #21129 from dreis2211
...
* gh-21129:
Delete Toml class
Closes gh-21129
2020-04-28 11:01:00 +01:00
dreis2211
4b0a31acf8
Delete Toml class
...
See gh-21129
2020-04-28 11:01:00 +01:00
Brian Clozel
4c9c9ccd91
Upgrade to Spring Doc Resources 0.2.2.RELEASE
...
Closes gh-21057
2020-04-28 11:41:44 +02:00
Brian Clozel
dac62476a0
Merge branch '2.2.x'
...
Closes gh-21208
2020-04-28 11:33:50 +02:00
Brian Clozel
a63ab468a3
Upgrade to RSocket 1.0.0-RC7
...
This commit upgrades to RSocket 1.0.0-RC7.
This new RC brings API changes we have to adapt to. As of this commit,
we're introducing a new `RSocketServerCustomizer` which replaces the now
deprecated `ServerRSocketFactoryProcessor`.
Closes gh-21046
2020-04-28 11:09:37 +02:00
Stephane Nicoll
71565a175e
Merge branch '2.2.x'
2020-04-28 10:22:12 +02:00
Stephane Nicoll
6ff7b81239
Upgrade to Spring Ws 3.0.9.RELEASE
...
Closes gh-21205
2020-04-28 10:02:49 +02:00
Stephane Nicoll
47c26ef69d
Upgrade to Spring Security 5.2.3.RELEASE
...
Closes gh-21204
2020-04-28 10:02:49 +02:00
Stephane Nicoll
4cc45f964c
Upgrade to Spring Batch 4.2.2.RELEASE
...
Closes gh-21203
2020-04-28 10:02:49 +02:00
Stephane Nicoll
423ec71d45
Upgrade to Postgresql 42.2.12
...
Closes gh-21202
2020-04-28 10:02:49 +02:00
Stephane Nicoll
65fc43865a
Upgrade to Neo4j Ogm 3.2.11
...
Closes gh-21201
2020-04-28 10:02:49 +02:00
Stephane Nicoll
cacdfa443f
Upgrade to Liquibase 3.8.9
...
Closes gh-21200
2020-04-28 10:02:49 +02:00
Stephane Nicoll
f621ac61fa
Upgrade to Kotlin 1.3.72
...
Closes gh-21199
2020-04-28 10:02:49 +02:00
Stephane Nicoll
f45fd47a34
Upgrade to Infinispan 9.4.19.Final
...
Closes gh-21198
2020-04-28 10:02:49 +02:00
Stephane Nicoll
51cedc6225
Upgrade to Hibernate Validator 6.0.19.Final
...
Closes gh-21197
2020-04-28 10:02:49 +02:00