Stephane Nicoll
f56b32b0c9
Upgrade to Neo4j Ogm 3.2.2
...
Closes gh-18824
2019-10-31 08:12:01 +01:00
Stephane Nicoll
434224aca7
Upgrade to Flyway 6.0.8
...
Closes gh-18823
2019-10-31 08:12:00 +01:00
Stephane Nicoll
b5e08b54ac
Upgrade to Lettuce 5.2.1.RELEASE
...
Closes gh-18822
2019-10-31 08:11:59 +01:00
Stephane Nicoll
99d0002f28
Upgrade to Hazelcast 3.12.4
...
Closes gh-18821
2019-10-31 08:11:58 +01:00
Phillip Webb
ae5ae72889
Add and adapt reactive health contributors
...
Update `HealthEndpointConfiguration` to also include adapted reactive
health contributors when project reactor is on the classpath. Prior to
this commit, reactive contributors were only exposed in WebFlux
applications. This was a regression from Spring Boot 2.1 that we didn't
catch because all our own reactive contributors all have non-reactive
equivalents.
Closes gh-18805
2019-10-30 15:12:28 -07:00
Phillip Webb
b3e9a06476
Polish
2019-10-30 15:02:14 -07:00
Stephane Nicoll
7f509bf84e
Make sure Web infrastructure uses qualified beans
...
This commit is a follow-up of a change in Spring Framework[1] to make
sure injection points that are expecting a specific bean by name use
a qualifier.
As a result of this change, MVC uses the dedicated MVC validator again
rather than the general one auto-configured by Spring Boot.
[1] https://github.com/spring-projects/spring-framework/issues/23887
Closes gh-18672
2019-10-30 15:47:02 +01:00
Stephane Nicoll
3236dfd7d9
Upgrade to Jooq 3.12.2
...
Closes gh-18802
2019-10-29 14:19:46 +01:00
Stephane Nicoll
b12acccc96
Upgrade to Hibernate Validator 6.0.18.Final
...
Closes gh-18801
2019-10-29 14:19:46 +01:00
Stephane Nicoll
906d3a122e
Upgrade to Hibernate 5.4.8.Final
...
Closes gh-18800
2019-10-29 14:19:46 +01:00
Stephane Nicoll
241df7cebe
Upgrade to Flyway 6.0.7
...
Closes gh-18799
2019-10-29 14:19:46 +01:00
Stephane Nicoll
40ee1a7942
Upgrade to Jetty 9.4.22.v20191022
...
Closes gh-18797
2019-10-29 14:09:51 +01:00
Stephane Nicoll
57dff85a46
Upgrade to Kafka 2.3.1
...
Closes gh-18796
2019-10-29 14:09:50 +01:00
Stephane Nicoll
b7d32ee3f8
Upgrade to Byte Buddy 1.10.2
...
Closes gh-18795
2019-10-29 14:09:49 +01:00
Stephane Nicoll
83d2ef2c96
Upgrade to Joda Time 2.10.5
...
Closes gh-18794
2019-10-29 14:09:48 +01:00
Stephane Nicoll
8e66c3baad
Upgrade to Dropwizard Metrics 4.1.1
...
Closes gh-18793
2019-10-29 14:09:47 +01:00
Stephane Nicoll
007b5708be
Upgrade to Classmate 1.5.1
...
Closes gh-18792
2019-10-29 14:09:45 +01:00
Stephane Nicoll
2ceffcee14
Start building against Spring Data Moore-SR1 snapshots
...
See gh-18744
2019-10-29 10:36:35 +01:00
Stephane Nicoll
a83852b7cc
Consistently clean actuator endpoint ids
...
Closes gh-18649
2019-10-29 10:03:18 +01:00
Stephane Nicoll
d6d32ec01d
Polish
2019-10-29 09:02:25 +01:00
Stephane Nicoll
11e0045ec6
Polish contribution
...
See gh-18736
2019-10-29 08:34:48 +01:00
mattisonchao
f61da8b723
Polish
...
See gh-18736
2019-10-29 08:32:23 +01:00
Stephane Nicoll
7827d1261e
Start building against Spring Kafka 2.3.2 snapshots
...
See gh-18766
2019-10-28 16:03:51 +01:00
Stephane Nicoll
58e67adf46
Start building against Spring Integration 5.2.1 snapshots
...
See gh-18764
2019-10-28 16:03:15 +01:00
Stephane Nicoll
c86655a24e
Start building against Spring AMQP 2.2.1 snapshots
...
See gh-18762
2019-10-28 16:02:31 +01:00
Andy Wilkinson
0b1966d086
Upgrade to Reactor Dysprosium-SR1
...
Closes gh-18741
2019-10-28 13:25:07 +00:00
Stephane Nicoll
d7652e8f14
Make sure Reactive health indicators take precedence
...
This commit restores the highest precedence of reactive
HealthContributor over imperative one. Previously, both would be
registered, leading to duplicate entries in health output.
Closes gh-18748
2019-10-28 12:24:09 +01:00
Stephane Nicoll
a664eadb9a
Merge branch '2.1.x'
...
Closes gh-18756
2019-10-27 08:43:27 +01:00
wwjay9
bd77c170f2
Fix OAuth2 Client redirect-uri references
...
See gh-18752
2019-10-27 08:42:48 +01:00
Cosmin Humeniuc
d8d24e75e3
Delete Javadoc references to removed code
...
See gh-18755
2019-10-27 08:36:02 +01:00
dreis2211
9ece2e277f
Remove redundant explicit types
...
See gh-18754
2019-10-27 08:33:01 +01:00
wonwoo
3369d80f3f
Polish OnBeanCondition message
...
See gh-18727
2019-10-26 11:55:34 +02:00
dreis2211
911b12f28d
Fix JsonParser deprecation
...
See gh-18750
2019-10-26 11:53:17 +02:00
Madhura Bhave
4058f99383
Fix import
2019-10-25 16:29:23 -07:00
Madhura Bhave
dec6ee20d4
Fix error message when constructor binding fails to create bean
...
The configuration property is always cleared before bean instantiation
because the problem with bean instantiation might not necessarily be the
last bound property.
Fixes gh-18704
2019-10-25 16:07:33 -07:00
Andy Wilkinson
533ca0624f
Merge branch '2.1.x'
...
Closes gh-18749
2019-10-25 14:38:16 +01:00
Andy Wilkinson
65ef03a5bf
Remove nulls from description for bean defs with no res description
...
Previously, if a bean definition had no resource description, the
failure analysis description would state that the been had been
defined in null which was of no use to the user.
This commit updates the failure analysis to omit information about
where the bean was definied when the definition has no resource
description.
Fixes gh-18721
2019-10-25 14:26:55 +01:00
Stephane Nicoll
3885c6a448
Start building against Reactor Dysprosium-SR1 snapshots
...
See gh-18741
2019-10-25 10:17:01 +02:00
Stephane Nicoll
4aa3c8d2fd
Upgrade to Netty 4.1.43.Final
...
Closes gh-18742
2019-10-25 10:16:25 +02:00
Stephane Nicoll
8d4aeb1a55
Start building against Californium-SR13 snapshots
...
See gh-18739
2019-10-25 10:02:38 +02:00
Stephane Nicoll
cff570f65c
Upgrade to Netty 4.1.43.Final
...
Closes gh-18740
2019-10-25 10:01:47 +02:00
Stephane Nicoll
ff878ca6a6
Start building against Spring Framework 5.1.11 snapshots
...
See gh-18737
2019-10-25 08:15:34 +02:00
Madhura Bhave
25077de0b3
Merge branch '2.1.x'
...
Closes gh-18735
2019-10-24 17:02:33 -07:00
Madhura Bhave
593eca7998
Emphasize need for quotes around YAML bracket notation
...
Closes gh-18690
2019-10-24 17:00:54 -07:00
Madhura Bhave
bc3c3232c2
Merge branch '2.1.x'
...
Closes gh-18734
2019-10-24 16:06:27 -07:00
Madhura Bhave
e59a643e20
Emphasize the need of @Valid on nested configuration properties
...
Closes gh-18198
2019-10-24 16:02:59 -07:00
Phillip Webb
d73a579dde
Move to Spring Framework 5.2.1 SNAPSHOT
...
See gh-18733
2019-10-24 11:52:07 -07:00
Stephane Nicoll
3d253854e9
Handle constructor bound configuration properties in /configprops
...
This commit updates the configprops actuator endpoint to detect
configuration properties that are bound using a constructor.
Closes gh-18636
2019-10-24 14:32:40 +02:00
Stephane Nicoll
b60549d6ca
Upgrade to H2 1.4.200
...
Closes gh-18724
2019-10-24 11:50:19 +02:00
Stephane Nicoll
6806c54110
Upgrade to Quartz 2.3.2
...
Closes gh-18725
2019-10-24 11:49:39 +02:00