Stephane Nicoll
1fdc6017ae
Start building against Spring Kafka 2.5.5 snapshots
...
See gh-22843
2020-08-10 10:48:31 +02:00
Stephane Nicoll
4d95fb560b
Start building against Spring AMQP 2.2.10 snapshotsEnabled
...
See gh-22842
2020-08-10 10:47:50 +02:00
Stephane Nicoll
2a3d45e5c4
Start building against Reactor Dysprosium-SR11 snapshots
...
See gh-22841
2020-08-10 10:47:04 +02:00
Andy Wilkinson
4933b2688f
Align with changes in latest Integration snapshots
...
See gh-22729
2020-08-07 20:11:01 +01:00
Brian Clozel
7e159c346e
Adapt to MonoProcessor deprecations in Reactor
...
This commit updates our usage of `MonoProcessor` after the deprecations
introduced in reactor/reactor-core#1053
2020-08-07 19:03:53 +02:00
Brian Clozel
9343266c4f
End StartupSteps only once in SpringApplicationRunListeners
...
Fixes gh-22776
2020-08-07 19:03:53 +02:00
Andy Wilkinson
e240c180f3
Merge branch '2.3.x'
...
Closes gh-22831
2020-08-07 17:19:03 +01:00
Andy Wilkinson
181e3b34ba
Isolate Maven Plugin's integration tests from repo.spring.io
...
Previously, the Maven plugin integration tests used a settings.xml file
that defined https://repo.spring.io/snapshot as a repository. This
allowed them to resolve snapshots of the plugin's Spring Framework
dependencies but it had the unfortunate side-effect of also allowing
them to resolve snapshots of other Spring Boot modules from Artifactory
rather than using those currently being built.
This commit replaces the repositories in settings.xml with a Gradle
task that resolves the necessary dependencies and populates a local
repository with the dependencies' jars and pom files. This is achieved
using a ComponentMetadataRule that creates a custom variant of each
dependency that includes its pom file, inspired by the example in
gradle/gradle/#11449. A configuration that extends the
runtimeClasspath configuration and select the custom variant via its
attribute is then used to resolve the jars and pom files of the runtime
classpath such that they can then be used to populate the local
repository.
Closes gh-22828
2020-08-07 17:18:47 +01:00
Brian Clozel
6336007038
Merge branch '2.3.x'
...
Closes gh-22826
2020-08-07 16:01:25 +02:00
Brian Clozel
fea535d176
Update HTTP/2 auto-configuration for Jetty
...
Prior to this commit, the HTTP/2 server auto-configuration for Jetty
would require Conscrypt as a hard dependency.
This commit updates the auto-configuration for more flexibility and now
allows the following deployments:
* JDK9+ with the JDK ALPN implementation
* JDK8u252+ with the backported ALPN implementation
* Conscrypt with no JDK requirement
The auto-configuration now improves detection and guides developers in
case there is a missing `jetty-alpn-*-server` dependency.
The reference docs in the HOWTO section has been updated accordingly.
Closes gh-22188
2020-08-07 15:42:23 +02:00
Andy Wilkinson
0ffe51bb62
Merge branch '2.3.x'
...
Closes gh-22820
2020-08-07 11:31:03 +01:00
Andy Wilkinson
be32843dab
Configure generated snippets as inputs to the Asciidoctor tasks
...
Closes gh-22819
2020-08-07 11:28:58 +01:00
Andy Wilkinson
cd05716194
Upgrade to Tomcat 9.0.37
...
Closes gh-22818
2020-08-07 09:58:38 +01:00
Andy Wilkinson
ac9a269e77
Upgrade to SQLite JDBC 3.32.3.2
...
Closes gh-22817
2020-08-07 09:58:37 +01:00
Andy Wilkinson
d3b8c3fc6c
Upgrade to Spring HATEOAS 1.1.1.RELEASE
...
Closes gh-22816
2020-08-07 09:58:35 +01:00
Andy Wilkinson
312d94ef0c
Upgrade to Solr 8.5.2
...
Closes gh-22815
2020-08-07 09:58:34 +01:00
Andy Wilkinson
47c22fdbee
Upgrade to SendGrid 4.6.3
...
Closes gh-22814
2020-08-07 09:58:33 +01:00
Andy Wilkinson
1fdb86dc6c
Upgrade to Selenium HtmlUnit 2.42.0
...
Closes gh-22813
2020-08-07 09:58:31 +01:00
Andy Wilkinson
0af0fe765d
Upgrade to Netty 4.1.51.Final
...
Closes gh-22812
2020-08-07 09:58:30 +01:00
Andy Wilkinson
131319cb90
Upgrade to MySQL 8.0.21
...
Closes gh-22811
2020-08-07 09:58:28 +01:00
Andy Wilkinson
c46e84870a
Upgrade to MongoDB 4.1.0
...
Closes gh-22810
2020-08-07 09:58:27 +01:00
Andy Wilkinson
8a35b078ec
Upgrade to Micrometer 1.5.3
...
Closes gh-22809
2020-08-07 09:58:26 +01:00
Andy Wilkinson
a35073def5
Upgrade to Maven War Plugin 3.3.1
...
Closes gh-22808
2020-08-07 09:58:25 +01:00
Andy Wilkinson
b6edb4d252
Upgrade to MariaDB 2.6.2
...
Closes gh-22807
2020-08-07 09:58:23 +01:00
Andy Wilkinson
b204736f35
Upgrade to Liquibase 3.10.2
...
Closes gh-22806
2020-08-07 09:58:22 +01:00
Andy Wilkinson
36406a0d1e
Upgrade to Lettuce 5.3.2.RELEASE
...
Closes gh-22805
2020-08-07 09:58:20 +01:00
Andy Wilkinson
c00823bc63
Upgrade to jOOQ 3.13.4
...
Closes gh-22804
2020-08-07 09:58:19 +01:00
Andy Wilkinson
b977f14372
Upgrade to Johnzon 1.2.8
...
Closes gh-22803
2020-08-07 09:58:18 +01:00
Andy Wilkinson
dc56170d7b
Upgrade to Jetty 9.4.31.v20200723
...
Closes gh-22802
2020-08-07 09:58:16 +01:00
Andy Wilkinson
cfd11214fd
Upgrade to Jackson Bom 2.11.2
...
Closes gh-22801
2020-08-07 09:58:15 +01:00
Andy Wilkinson
ed8237ab98
Upgrade to Infinispan 11.0.3.Final
...
Closes gh-22800
2020-08-07 09:58:13 +01:00
Andy Wilkinson
6253ec8e81
Upgrade to HtmlUnit 2.42.0
...
Closes gh-22799
2020-08-07 09:58:12 +01:00
Andy Wilkinson
ebcecf3669
Upgrade to HSQLDB 2.5.1
...
Closes gh-22798
2020-08-07 09:58:11 +01:00
Andy Wilkinson
84c0b426eb
Upgrade to Hibernate 5.4.19.Final
...
Closes gh-22797
2020-08-07 09:58:10 +01:00
Andy Wilkinson
7ce5442240
Upgrade to Flyway 6.5.3
...
Closes gh-22796
2020-08-07 09:58:08 +01:00
Andy Wilkinson
89abcad3e8
Upgrade to Dropwizard Metrics 4.1.11
...
Closes gh-22795
2020-08-07 09:58:07 +01:00
Andy Wilkinson
d72b61ac6c
Upgrade to DB2 JDBC 11.5.4.0
...
Closes gh-22794
2020-08-07 09:58:05 +01:00
Andy Wilkinson
8b95b3a537
Upgrade to Commons Pool2 2.8.1
...
Closes gh-22793
2020-08-07 09:58:04 +01:00
Andy Wilkinson
37d0a62973
Upgrade to Commons Lang3 3.11
...
Closes gh-22792
2020-08-07 09:58:03 +01:00
Andy Wilkinson
c6e6d090b9
Upgrade to Cassandra Driver 4.8.0
...
Closes gh-22791
2020-08-07 09:58:01 +01:00
Andy Wilkinson
02ffeec89d
Upgrade to Caffeine 2.8.5
...
Closes gh-22790
2020-08-07 09:58:00 +01:00
Andy Wilkinson
c287f6fa1c
Upgrade to Byte Buddy 1.10.14
...
Closes gh-22789
2020-08-07 09:57:58 +01:00
Andy Wilkinson
35582774b2
Upgrade to Build Helper Maven Plugin 3.2.0
...
Closes gh-22788
2020-08-07 09:57:57 +01:00
Andy Wilkinson
2a95b9cb48
Upgrade to AspectJ 1.9.6
...
Closes gh-22787
2020-08-07 09:57:56 +01:00
Andy Wilkinson
7c54a3aa88
Upgrade to Artemis 2.14.0
...
Closes gh-22786
2020-08-07 09:57:55 +01:00
Andy Wilkinson
309e9d4d0a
Upgrade to AppEngine SDK 1.9.81
...
Closes gh-22785
2020-08-07 09:57:53 +01:00
Andy Wilkinson
66fa39355d
Upgrade to ActiveMQ 5.16.0
...
Closes gh-22784
2020-08-07 09:57:52 +01:00
Andy Wilkinson
915c3ec712
Merge branch '2.3.x'
...
Closes gh-22781
2020-08-07 09:44:33 +01:00
Andy Wilkinson
95b504ccad
Make processResources out-of-date on version change
...
Closes gh-22780
2020-08-07 09:44:16 +01:00
Madhura Bhave
6d82e9e97f
Merge branch '2.3.x'
...
Closes gh-22775
2020-08-06 18:00:05 -07:00
Madhura Bhave
3f82ca40e2
Merge branch '2.2.x' into 2.3.x
...
Closes gh-22774
2020-08-06 17:59:30 -07:00
Madhura Bhave
f39f33bb8d
Fix documentation related to the health endpoint's inner details
...
Closes gh-22490
2020-08-06 17:57:56 -07:00
Phillip Webb
f8c8b65cbf
Add ConfigDataEnvironmentPostProcessor.applyTo
...
Add static methods to `ConfigDataEnvironmentPostProcessor` so that
post-processing can be applied to `Environment` instances directly.
Closes gh-22601
2020-08-06 14:35:43 -07:00
Phillip Webb
f7f4ff0ac9
Update copyright year of changed files
2020-08-06 14:35:43 -07:00
Phillip Webb
dfd233cada
Polish
2020-08-06 14:35:43 -07:00
Phillip Webb
8d06b0f368
Merge branch '2.3.x'
2020-08-06 10:15:36 -07:00
Phillip Webb
4924573074
Merge branch '2.2.x' into 2.3.x
2020-08-06 10:15:22 -07:00
Phillip Webb
fdd6a89a61
Polish
2020-08-06 10:14:01 -07:00
Stephane Nicoll
dac63fc3e5
Polish
2020-08-06 17:35:01 +02:00
Andy Wilkinson
8b3f8a6138
Merge branch '2.3.x'
...
Closes gh-22768
2020-08-06 15:14:16 +01:00
Andy Wilkinson
11d1002f15
Merge branch '2.2.x' into 2.3.x
...
Closes gh-22767
2020-08-06 15:13:55 +01:00
Andy Wilkinson
07699ea6ff
Retry when dependency resolution fails in ModifiedClassPathClassLoader
...
Closes gh-22763
2020-08-06 15:12:20 +01:00
Brian Clozel
4ef08425e6
Require RSocket 1.0+
...
This commit removes usage of methods and classes that were previously
deprecated in RSocket and Spring Framework and have been removed.
Closes gh-22764
2020-08-06 16:10:43 +02:00
Andy Wilkinson
4b17bfd889
Merge branch '2.3.x'
2020-08-06 13:34:31 +01:00
Andy Wilkinson
327138c227
Merge branch '2.2.x' into 2.3.x
2020-08-06 13:34:12 +01:00
Andy Wilkinson
63f7c75b61
Polish
2020-08-06 13:34:01 +01:00
Andy Wilkinson
079b5d3f50
Polish Gradle plugin after layering being enabled by default
...
Closes gh-20983
2020-08-06 11:37:09 +01:00
Brian Clozel
9f558181d5
Instrument SpringBootApplication for ApplicationStartup
...
This commit allows the configuration of a custom `ApplicationStartup`
implementation on the `SpringApplication` and
`SpringApplicationBuilder` for collecting `StartupStep` metrics.
This also instruments Spring Boot run listeners and server-specific
application context implementations for collecting Spring Boot
application events during startup.
Closes gh-22600
2020-08-06 12:08:02 +02:00
Andy Wilkinson
5cc5baa303
Starting building against Spring AMQP 2.3.0-M2 snapshots
...
See gh-22761
2020-08-06 10:51:44 +01:00
Andy Wilkinson
792c4f46ef
Merge branch '2.3.x'
...
Closes gh-22759
2020-08-06 09:22:11 +01:00
Andy Wilkinson
c121f9f61f
Merge branch '2.2.x' into 2.3.x
...
Closes gh-22758
2020-08-06 09:21:29 +01:00
Andy Wilkinson
b53f54f2cf
Add tip about using AopTestUtils.getTargetProxy with proxied spy beans
...
Closes gh-22281
2020-08-06 09:21:11 +01:00
Madhura Bhave
f0ef47dfad
Fix additional deprecations
2020-08-05 15:09:51 -07:00
Madhura Bhave
0d79bd08a6
Fix deprecations
2020-08-05 15:01:44 -07:00
Madhura Bhave
5f386e456b
Fix test
2020-08-05 14:59:27 -07:00
Madhura Bhave
b9abcf1615
Fail hard if spring.profiles.include is used with new config processing
...
Closes gh-22693
2020-08-05 14:41:32 -07:00
Brian Clozel
e719a246df
Upgrade to Spring Security 5.4.0-RC1
...
Closes gh-22668
2020-08-05 21:33:36 +02:00
Andy Wilkinson
9c417d280c
Merge branch '2.3.x'
...
Closes gh-22749
2020-08-05 18:15:59 +01:00
Andy Wilkinson
a160755da5
Merge branch '2.2.x' into 2.3.x
...
Closes gh-22748
2020-08-05 18:15:45 +01:00
Andy Wilkinson
bfe250e5d3
Clarify docs on schema and data SQL scripts with Flyway and Liquibase
...
Closes gh-20920
2020-08-05 18:14:39 +01:00
Andy Wilkinson
0e83b2f4c4
Merge branch '2.3.x'
...
Closes gh-22747
2020-08-05 17:47:38 +01:00
Andy Wilkinson
c40835eba0
Merge branch '2.2.x' into 2.3.x
...
Closes gh-22746
2020-08-05 17:47:24 +01:00
Andy Wilkinson
71ffb44a3c
Remove WebClient's in-memory buffer size limit for endpoint tests
...
Previously, the endpoints' responses could occasionally exceed
WebClient's in-memory buffer limt, for example if the threads endpoint
was reporting a large number of threads or the threads had large
stacks.
This commit disables WebClient's in-memory buffer size limit so that
the tests passing is not dependent on the size of the endpoints'
responses.
Closes gh-22743
2020-08-05 17:37:44 +01:00
Stephane Nicoll
516582f6d3
Merge branch '2.3.x'
...
Closes gh-22744
2020-08-05 18:05:07 +02:00
Johnny Lim
1017774ed5
Polish
...
See gh-22740
2020-08-05 17:59:03 +02:00
Stephane Nicoll
313b2bef6f
Polish "Add test slice for Spring Data Cassandra"
...
See gh-17490
2020-08-05 16:46:52 +02:00
ayudovin
ae152b176b
Add test slice for Spring Data Cassandra
...
See gh-17490
2020-08-05 16:46:52 +02:00
Andy Wilkinson
7df49187fa
Merge branch '2.3.x'
...
Closes gh-22738
2020-08-05 09:05:28 +01:00
Andy Wilkinson
94644f3814
Merge branch '2.2.x' into 2.3.x
...
Closes gh-22737
2020-08-05 09:05:10 +01:00
Andy Wilkinson
2238b0d797
Try to make FileSystemWatcherTests.waitsForQuietPeriod() more robust
...
Previously, waitsForQuietPeriod would iterate 10 times, touching a new
file and then sleeping for 100ms at it did so. With a quiet period of
200ms, this was intended to result in a single change set containing
10 files. However, the test would fail occasionally as multiple change
sets were detected. The test is multi-threaded and is, therefore, at
the mercy of the scheduler. If the thread that is iterating and
touching the files takes over 200ms to be scheduled – exceeding the
watcher's quiet period – the watcher may detect a change set while the
changes are still being made. Eliminating this possibilty would require
the test to participate in the watcher's synchronization, which would
require some changes to its implementation. Instead, this commit
aims to avoid the problem by sleeping for 1/10 of the time (10ms) and
expecting a single change set of 100 files. The hope is that the much
shorter sleep time will result in the file touching thread being
scheduled well within the 200ms quiet period.
Closes gh-22732
2020-08-05 09:00:49 +01:00
Stephane Nicoll
621f026499
Polish "Support configuration of entityId for a SAML Relying Party"
...
See gh-22258
2020-08-05 09:41:54 +02:00
Danilo Piazzalunga
5352ec1cba
Support configuration of entityId for a SAML Relying Party
...
See gh-22258
2020-08-05 09:41:38 +02:00
Stephane Nicoll
589669d0cc
Polish "Add support for selecting the Redis client to use"
...
See gh-22569
2020-08-05 09:21:52 +02:00
bono007
ac651442fa
Add support for selecting the Redis client to use
...
See gh-22569
2020-08-05 09:05:06 +02:00
Scott Frederick
f247fec310
Merge branch '2.3.x'
...
Closes gh-22735
2020-08-04 15:30:17 -05:00
Scott Frederick
21b2dd2740
Allow empty env entries when building an image
...
Prior to this commit, an entry in the environment map provided to the
build plugin image building goal or task that had a null value would
result in a failure with a message that was difficult to diagnose.
This commit treats env map entries with a null value as an empty
entry to prevent the failure and also make it easier to provide an
explicit empty entry in the Maven XML.
Fixes gh-22703
2020-08-04 15:29:29 -05:00
Andy Wilkinson
bc44cd6705
Polish
2020-08-04 18:43:45 +01:00
Andy Wilkinson
6e00022b2d
Start building against Spring Integration 5.4.0-M2 snapshots
...
See gh-22729
2020-08-04 18:14:23 +01:00
Andy Wilkinson
02f888bccf
Start building against Spring Kafka 2.6.0-M1 snapshots
...
See gh-22730
2020-08-04 18:14:23 +01:00
Andy Wilkinson
7f53aef568
Upgrade to Kafka 2.6.0
...
Closes gh-22731
2020-08-04 18:14:23 +01:00
Stephane Nicoll
903dc93887
Polish "Add option to disable Redis Cluster dynamic sources refresh"
...
See gh-22571
2020-08-04 16:42:33 +02:00
bono007
3cfde51a8c
Add option to disable Redis Cluster dynamic sources refresh
...
This commit adds an option to enable/disable the DynamicRefreshSources
setting on the Lettuce cluster toplogy refresh options.
See gh-22571
2020-08-04 16:42:33 +02:00
Stephane Nicoll
36fb86a110
Update to core r2dbc support
...
This commit adapts the auto-configuration for the new core r2dbc support
in Spring Framework and provides auto-configuration for
R2dbcEntityOperations.
Closes gh-22708
2020-08-04 16:00:29 +02:00
Brian Clozel
3354e0f030
Upgrade to Spring Security 5.4.0-SNAPSHOT
...
See gh-22668
2020-08-04 13:27:04 +02:00
Brian Clozel
94148e9b54
Upgrade to Couchbase Java Client 3.0.7
...
Closes gh-22688
2020-08-04 13:26:58 +02:00
Brian Clozel
fb1234a22c
Upgrade to Reactor 2020.0.0 SNAPSHOTs
...
See gh-22667
2020-08-04 13:26:47 +02:00
Madhura Bhave
41f5ba9077
Switch layering on by default
...
Closes gh-20983
2020-08-03 17:04:20 -07:00
dreis2211
e49e2dfff1
Use Supplier variants of Assert methods
...
See gh-22699
2020-08-03 15:06:13 +02:00
Stephane Nicoll
bb3066f61a
Merge branch '2.3.x'
...
Closes gh-22707
2020-08-03 15:02:05 +02:00
Stephane Nicoll
13f1d00048
Merge branch '2.2.x' into 2.3.x
...
Closes gh-22706
2020-08-03 15:01:07 +02:00
Stephane Nicoll
4082cddce2
Merge branch '2.1.x' into 2.2.x
...
Closes gh-22705
2020-08-03 15:00:41 +02:00
Johnny Lim
bd2874de49
Fix broken links to Micrometer registry docs
...
See gh-22704
2020-08-03 14:58:22 +02:00
Andy Wilkinson
1168d8fa74
Reduce reflection in LoggingSystem to make it more Graal-friendly
...
Closes gh-22594
2020-08-03 11:38:10 +01:00
Andy Wilkinson
989fc36528
Polish
2020-08-03 10:51:22 +01:00
Andy Wilkinson
11a296b068
Polish "Fix NPE in BeanDefinitionLoader when XML support is disabled"
...
See gh-22696
2020-08-03 09:54:43 +01:00
dreis2211
2bdeba8aaa
Fix NPE in BeanDefinitionLoader when XML support is disabled
...
See gh-22696
2020-08-03 09:53:40 +01:00
Brian Clozel
6efff7b585
Merge branch '2.3.x'
...
Closes gh-22698
2020-08-01 21:11:28 +02:00
Brian Clozel
8dedeb4c6a
Fix missing liveness and readiness indicators
...
Prior to this commit, the livenessState and readinessState health
indicators would not be configured automatically and would be missing
from the "liveness" and "readiness" health groups, leading to 404s when
hitting the `/actuator/health/liveness` or `/actuator/health/readiness`.
This commit ensures that the health indicators beans have the proper
name and revisits the auto-configuration conditions to reflect that as
well.
Fixes gh-22562
2020-08-01 20:57:34 +02:00
Brian Clozel
e6957ec8c4
Merge branch '2.3.x'
...
Closes gh-22697
2020-08-01 20:03:00 +02:00
Brian Clozel
35093aacf4
Polish "Document properties to enable probe health indicators"
...
See gh-22631
2020-08-01 19:59:25 +02:00
Tadaya Tsuyukubo
630cbae7d7
Document properties to enable probe health indicators
...
Document property names to enable probe(readiness/liveness)
health indicators.
See gh-22631
2020-08-01 19:59:03 +02:00
Andy Wilkinson
6c67c5d763
Try to fix Windows-specific CI failures
2020-07-31 16:02:14 +01:00
Andy Wilkinson
8b40427402
Merge branch '2.3.x'
...
Closes gh-22687
2020-07-31 12:24:55 +01:00
Andy Wilkinson
7d25948ab5
Merge branch '2.2.x' into 2.3.x
...
Closes gh-22686
2020-07-31 12:24:34 +01:00
Andy Wilkinson
59b1df4548
Polish "Look in correct context when finding Liquibase beans"
...
See gh-22681
2020-07-31 12:20:58 +01:00
biergit
62156810cf
Look in correct context when finding Liquibase beans
...
See gh-22681
2020-07-31 12:20:09 +01:00
Andy Wilkinson
d2926e0222
Merge branch '2.3.x'
...
Closes gh-22678
2020-07-30 20:57:15 +01:00
Andy Wilkinson
00cd8945d5
Document how to use Gradle's native bom support
...
Closes gh-21570
2020-07-30 20:53:44 +01:00
Andy Wilkinson
95f76d68af
Merge branch '2.3.x'
...
Closes gh-22677
2020-07-30 18:07:14 +01:00
Andy Wilkinson
f81e8909fa
Document how to re-enable DataSource auto-config when using R2DBC
...
Closes gh-22094
2020-07-30 18:06:13 +01:00
Andy Wilkinson
aaa911db16
Merge branch '2.3.x'
...
Closes gh-22673
2020-07-30 13:41:33 +01:00
Andy Wilkinson
6ee0f8df1b
Merge branch '2.2.x' into 2.3.x
...
Closes gh-22672
2020-07-30 13:41:17 +01:00
Andy Wilkinson
49f8943a5f
Register ErrorPageFilter for async dispatch
...
Fixes gh-19471
2020-07-30 13:38:02 +01:00
Andy Wilkinson
5f1198c917
Merge branch '2.3.x'
...
Closes gh-22670
2020-07-30 12:13:04 +01:00
Andy Wilkinson
45346b63ba
Merge branch '2.2.x' into 2.3.x
...
Closes gh-22669
2020-07-30 12:12:45 +01:00
Andy Wilkinson
22dc4e7608
Clarify documentation on @AutoConfigureRestDocs with WebTestClient
...
Closes gh-15977
2020-07-30 12:12:10 +01:00
Andy Wilkinson
f96a688c1b
Polish "Allow DurationFormat and PeriodFormat to be used on parameters"
...
See gh-22646
2020-07-30 09:34:26 +01:00
dreis2211
914452b2cc
Allow DurationFormat and PeriodFormat to be used on parameters
...
See gh-22646
2020-07-30 09:26:41 +01:00
Andy Wilkinson
7e547b60cf
Merge branch '2.2.x' into 2.3.x
...
Closes gh-22665
2020-07-30 09:06:28 +01:00
Andy Wilkinson
1871cffc7d
Document that constructor binding does not support @…Unit annotations
...
Closes gh-22565
2020-07-30 09:04:30 +01:00
Stephane Nicoll
9bc71fe44f
Polish "Upgrade to Spring Data Neo4j 6"
...
See gh-22299
2020-07-29 19:36:42 +02:00
Gerrit Meier
15cd343737
Upgrade to Spring Data Neo4j 6
...
See gh-22299
2020-07-29 18:58:08 +02:00
Stephane Nicoll
ff038be773
Upgrade to Elasticsearch 7.8.1
...
Closes gh-22648
2020-07-29 18:58:08 +02:00
Stephane Nicoll
5777aa5615
Start building against Spring Data 2020.0.0 snapshots
...
See gh-22647
2020-07-29 18:58:08 +02:00
Andy Wilkinson
3b54fe20a8
Merge branch '2.3.x'
...
Closes gh-22642
2020-07-29 14:10:50 +01:00
Andy Wilkinson
a580e3a370
Merge branch '2.2.x' into 2.3.x
...
Closes gh-22641
2020-07-29 14:10:25 +01:00
Andy Wilkinson
72551242fd
Allow XADataSource auto-config with no spring.datasource properties
...
Fixes gh-20229
2020-07-29 13:57:50 +01:00
Brian Clozel
6f2098ad71
Upgrade to Spring Framework 5.3.0-SNAPSHOT
...
This commit also switches to RSocket SNAPSHOTs and updates the
repository configuration to rely on "libs-snapshot", since the RSocket
SNAPSHOTs are mirrored there.
See gh-22640
2020-07-29 14:41:17 +02:00
Andy Wilkinson
7aa093e0ca
Merge branch '2.3.x'
...
Closes gh-22636
2020-07-29 11:05:51 +01:00
Andy Wilkinson
5dd7780a38
Try to stabilise descendantOfPropertyAccess performance test
...
Closes gh-22633
2020-07-29 10:56:30 +01:00
Madhura Bhave
4b2c94cb2b
Allow exclude only health groups
...
Closes gh-22053
2020-07-28 12:36:24 -07:00
Madhura Bhave
8d70010fce
Add expanded profile groups to environment
...
Fixes gh-22605
2020-07-28 11:39:17 -07:00
Andy Wilkinson
ddb4de2db1
Merge branch '2.3.x'
...
Closes gh-22630
2020-07-28 18:27:13 +01:00
Andy Wilkinson
77287f8632
Merge branch '2.2.x' into 2.3.x
...
Closes gh-22629
2020-07-28 18:27:01 +01:00
Andy Wilkinson
5ea8bb0676
Recommend the use of a MeterBinder when a metric depends on a bean
...
Closes gh-19557
2020-07-28 18:26:38 +01:00
Stephane Nicoll
c6fde1e4d5
Polish "Update Neo4j health check to use the Neo4j Driver"
...
See gh-22302
2020-07-28 16:36:58 +02:00
Gerrit Meier
c5a7815e42
Update Neo4j health check to use the Neo4j Driver
...
This commit replaces the Neo4j-OGM based health checks with one based on
the Neo4j Java driver. A Reactive variant is also added in this commit.
See gh-22302
2020-07-28 16:31:35 +02:00
Stephane Nicoll
2756f5911f
Merge branch '2.3.x'
...
Closes gh-22627
2020-07-28 16:30:12 +02:00
Stephane Nicoll
12d78b26b9
Merge branch '2.2.x' into 2.3.x
...
Closes gh-22626
2020-07-28 16:29:36 +02:00
Stephane Nicoll
16aa8fbc88
Fix actuator dependency on Jackson JSR 310 module
...
This commit harmonizes dependency declarations for Jackson in the
actuator. Both Jackson and JSR 310 are back to optional in the core
actuator module and mandatory when using the auto-configuration.
Closes gh-22624
2020-07-28 16:26:11 +02:00
Andy Wilkinson
1130f1dded
Merge branch '2.3.x'
...
Closes gh-22623
2020-07-28 14:37:16 +01:00
Andy Wilkinson
d6490da88b
Merge branch '2.2.x' into 2.3.x
...
Closes gh-22622
2020-07-28 14:37:07 +01:00
Andy Wilkinson
856c55b188
List DevTools in section overview of multi-page documentation
...
Closes gh-22591
2020-07-28 14:36:23 +01:00
Andy Wilkinson
65d45c4e25
Merge branch '2.3.x'
...
Closes gh-22619
2020-07-28 13:26:35 +01:00
dreis2211
be8a70936d
Add ElasticsearchReactiveHealthIndicator to docs
...
See gh-22616
2020-07-28 13:25:04 +01:00
Andy Wilkinson
8be8cc5452
Merge branch '2.3.x'
...
Closes gh-22618
2020-07-28 13:22:46 +01:00
Andy Wilkinson
a2ce39d7eb
Merge branch '2.2.x' into 2.3.x
...
Closes gh-22617
2020-07-28 13:22:32 +01:00
dreis2211
c405b8b9c9
Fix link to Elasticsearch health indicator
...
See gh-22598
2020-07-28 13:21:09 +01:00
Andy Wilkinson
273718c7df
Merge branch '2.3.x'
...
Closes gh-22612
2020-07-28 09:15:26 +01:00
Andy Wilkinson
c2df326f6f
Merge branch '2.2.x' into 2.3.x
...
Closes gh-22611
2020-07-28 09:15:14 +01:00
Andy Wilkinson
ea5284ca91
Polish "Use milliseconds when configuring awaitTerminationPeriod"
...
See gh-22604
2020-07-28 09:03:57 +01:00
Tadaya Tsuyukubo
685a6116d1
Use milliseconds when configuring awaitTerminationPeriod
...
Prior to this change, TaskExecutorBuilder used seconds as its precision
to map the awaitTerminationPeriod value. This caused a loss of
millisecond information in the period.
This commit fixes the loss by converting the period to millisecond and
using setAwaitTerminationMillis to configure the executor.
See gh-22604
2020-07-28 09:01:55 +01:00
Andy Wilkinson
a822c6fb97
Merge branch '2.3.x'
...
Closes gh-22609
2020-07-28 08:43:38 +01:00
Andy Wilkinson
5471e16fce
Merge branch '2.2.x' into 2.3.x
...
Closes gh-22608
2020-07-28 08:43:19 +01:00
Andy Wilkinson
d9b61c4aaa
Update link to App Engine's Spring Boot sample
...
Closes gh-22607
2020-07-28 08:42:40 +01:00
Phillip Webb
84bcd0eb1e
Improve deprecated exception message
...
Update the exception message so that it includes the class name of the
implementation.
See gh-22497
2020-07-27 09:06:33 -07:00
Andy Wilkinson
1c22ec9373
Merge branch '2.3.x'
2020-07-27 16:00:54 +01:00
Andy Wilkinson
280ecfcd47
Polish
2020-07-27 16:00:47 +01:00
Andy Wilkinson
4c45c265ef
Merge branch '2.3.x'
...
Closes gh-22597
2020-07-27 15:53:21 +01:00
Andy Wilkinson
189fa12c9d
Merge branch '2.2.x' into 2.3.x
...
Closes gh-22596
2020-07-27 15:53:03 +01:00
Andy Wilkinson
0a01875d41
Improve documentation about swapping one technical starter for another
...
Closes gh-20408
2020-07-27 15:50:07 +01:00
Stephane Nicoll
8c418adb9b
Polish "Add auto-configuration for Neo4j driver"
...
See gh-22301
2020-07-27 16:26:32 +02:00
Gerrit Meier
6134ff19f9
Add auto-configuration for Neo4j driver
...
This commit adds the support for creating a managed instance of the
Neo4j Java driver. The low-level support for Neo4j is helpful in
situations where the high-level abstraction of Spring Data Neo4j is not
needed.
See gh-22301
2020-07-27 16:26:32 +02:00
Andy Wilkinson
a46572a884
Merge branch '2.3.x'
...
Closes gh-22593
2020-07-27 15:24:14 +01:00
Andy Wilkinson
4a3683f7dd
Merge branch '2.2.x' into 2.3.x
...
Closes gh-22592
2020-07-27 15:23:55 +01:00
Andy Wilkinson
812a0ed0c6
Define the reference doc authors in a single place
...
Closes gh-20896
2020-07-27 15:20:59 +01:00
Andy Wilkinson
543384bfe6
Merge branch '2.3.x'
...
Closes gh-22590
2020-07-27 14:48:43 +01:00
Andy Wilkinson
810fdf4450
Merge branch '2.2.x' into 2.3.x
...
Closes gh-22589
2020-07-27 14:48:33 +01:00
Andy Wilkinson
b631fa1405
Describe MongoClientSettingsBuilderCustomizer in the documentation
...
Closes gh-21696
2020-07-27 14:46:30 +01:00
Andy Wilkinson
b8b53a0e3b
Merge branch '2.3.x'
...
Closes gh-22588
2020-07-27 14:12:09 +01:00
Andy Wilkinson
c2aa6cbc60
Merge branch '2.2.x' into 2.3.x
...
Closes gh-22587
2020-07-27 14:10:22 +01:00
Andy Wilkinson
be428ef0f2
Document the need for configuration files to have a file extension
...
Closes gh-22278
2020-07-27 14:09:54 +01:00
Andy Wilkinson
1efac09913
Merge branch '2.3.x'
...
Closes gh-22586
2020-07-27 13:37:34 +01:00
Andy Wilkinson
8ff2b9f2e8
Merge branch '2.2.x' into 2.3.x
...
Closes gh-22585
2020-07-27 13:37:23 +01:00
Andy Wilkinson
1b48daf1d5
Do not ignore unknown fields when invalid fields are being ignored
...
Previously, ignoring invalid fields would cause the failure for an
unknown field to be ignored, irrespective of the ignoreUnknownFields
attribute on `@ConfigurationProperties`.
This commit updates the NoUnboundElementsBindHandler to ensure that
any UnboundConfigurationPropertiesException is thrown rather than
being ignored when the handler has been wrapped by an
IgnoreErrorsBindHandler.
Fixes gh-22308
2020-07-27 13:28:44 +01:00
Andy Wilkinson
d16838e4b7
Merge branch '2.3.x'
...
Closes gh-22584
2020-07-27 13:08:40 +01:00
Andy Wilkinson
39cb912819
Merge branch '2.2.x' into 2.3.x
...
Closes gh-22583
2020-07-27 13:08:14 +01:00
Andy Wilkinson
41954533b2
Fix Mock|SpyBean context caching
...
The fix for gh-20916 updated DefinitionsParser so that the
ResolvableType for each MockBean or SpyBean field included the
implementation class from which the field was found. Where the field
was declared with a variable generic signature that was made constant
by its implementation class, this allowed the correct concrete type to
be determined. It also had the unintended side-effect of preventing two
test classes with identical `@MockBean` and `@SpyBean` configuration
from sharing a context as the resolvable types for their mock and spy
bean fields would now be different.
This commit updates DefinitionsParser to only include the
implementation class in the ResolvableType if the field's generic type
is variable. For cases where it is not variable, this restores the
behaviour prior to the fix for gh-20916.
Fixes gh-22566
2020-07-27 13:04:02 +01:00
Andy Wilkinson
4827e84a12
Merge branch '2.3.x'
...
Closes gh-22581
2020-07-27 11:30:34 +01:00
Andy Wilkinson
d0c75aef19
Merge branch '2.2.x' into 2.3.x
...
Closes gh-22580
2020-07-27 11:29:14 +01:00