Madhura Bhave
2086ed1b8c
Merge branch '2.2.x'
5 years ago
Dmytro Nosan
1a8c321a7b
Support nested requests in MetricsClientHttpRequestInterceptor
...
Prior to this commit, requests made by `HttpRequestInterceptor`
instances configured on `RestTemplate` would not be recorded
properly.
This commit ensures that nested requests are recorded separately.
Closes gh-20231
5 years ago
Madhura Bhave
95f8f83833
Remove spring security dependencies from Rsocket starter
...
Fixes gh-20243
5 years ago
Scott Frederick
23e781033c
Merge branch '2.2.x'
...
Closes gh-20244
5 years ago
Scott Frederick
625b40aa90
Prefer arguments in POM over spring-boot.run.arguments
...
This commit changes the order of precedence for the `arguments` property
of the AbstractRunMojo so that values specified in the POM override
values provided on the command line using `spring-boot.run.arguments`.
This brings the `arguments` property in line with all other Mojo
parameters.
Fixes gh-20024
5 years ago
Stephane Nicoll
e7c265bc3d
Start building against Spring Data Neumann M4 snapshots
...
See gh-20241
5 years ago
Stephane Nicoll
a039f6328d
Start building against Spring Framework 5.2.4 snapshots
...
See gh-20240
5 years ago
Stephane Nicoll
9b60794935
Merge branch '2.2.x'
5 years ago
Stephane Nicoll
cc3eac898a
Start building against Spring Kafka 2.3.6 snapshots
...
See gh-20203
5 years ago
Stephane Nicoll
effa2a29f2
Start building against Spring AMQP 2.2.5 snapshots
...
See gh-20106
5 years ago
Stephane Nicoll
942cd85d76
Start building against Spring Integration 5.2.4 snapshots
...
See gh-20202
5 years ago
Stephane Nicoll
2095295c4c
Start building against Spring Data Moore SR5 snapshots
...
See gh-20201
5 years ago
Stephane Nicoll
34f33e8b0d
Start building against Spring HATEOAS 1.0.4 snapshots
...
See gh-20232
5 years ago
Stephane Nicoll
67d2258e76
Start building against Spring Framework 5.2.4 snapshots
...
See gh-20199
5 years ago
Stephane Nicoll
4f9d02c5d4
Merge branch '2.2.x'
5 years ago
Stephane Nicoll
ef0d881846
Start building against Reactor Dysprosium-SR5 snapshots
...
See gh-20200
5 years ago
Stephane Nicoll
69c81189b6
Merge branch '2.1.x' into 2.2.x
5 years ago
Stephane Nicoll
5750b8d826
Start building against Reactor Californium-SR16 snapshots
...
See gh-20196
5 years ago
Stephane Nicoll
26c673a1a4
Merge branch '2.2.x'
5 years ago
Stephane Nicoll
592ae85043
Merge branch '2.1.x' into 2.2.x
5 years ago
Stephane Nicoll
6aeff91f50
Polish
5 years ago
Madhura Bhave
c5bce2b99d
Fix gradle plugin validation error
5 years ago
Madhura Bhave
15cd590f7f
Allow users to opt out of including the layer tools in a layered jar
...
For Maven, the layer configuration is now an additional configuration
option instead of a layout type.
Closes gh-19866
5 years ago
Andy Wilkinson
56475c19fb
Merge branch '2.2.x'
5 years ago
Andy Wilkinson
319ac968f6
Merge branch '2.1.x' into 2.2.x
5 years ago
Andy Wilkinson
29bc5d848e
Start building against Spring Data Lovelace-SR16 snapshots
...
See gh-20198
5 years ago
Andy Wilkinson
5ae66d4c08
Start building against Spring Framework 5.1.14 snapshots
...
See gh-20197
5 years ago
Scott Frederick
6017c1ccac
Update MongoDB auto-configuration documentation.
5 years ago
Scott Frederick
8f84dbe3cf
Harmonize MongoDB client factories
...
This commit brings MongoClientFactory and ReactiveMongoClientFactory
into functional alignment and reduces duplication in the classes
and their tests.
There are no behavior changes to ReactiveMongoClientFactory.
MongoClientFactory now throws an exception when a URI is configured
along with a host, port, or credentials, where it previousy ignored
host, port, and credentials silently. MongClientFactory now also
supports MongoClientSettingsBuilderCustomizers.
Fixes gh-20019
5 years ago
Andy Wilkinson
d73366570a
Merge pull request #20058 from dreis2211
...
* gh-20058:
Polish "Include LICENCE and NOTICE files in shipped jars"
Include LICENCE and NOTICE files in shipped jars
Closes gh-20058
5 years ago
Andy Wilkinson
8128f3090a
Polish "Include LICENCE and NOTICE files in shipped jars"
...
See gh-20058
5 years ago
dreis2211
e34cf8955c
Include LICENCE and NOTICE files in shipped jars
...
See gh-20058
5 years ago
Stephane Nicoll
fc3fb7fb44
Merge pull request #20226 from izeye
...
* pr/20226:
Update copyright year of changed files
Polish
Closes gh-20226
5 years ago
Stephane Nicoll
d65e06081f
Update copyright year of changed files
...
See gh-20226
5 years ago
Johnny Lim
8be8a8421d
Polish
...
See gh-20226
5 years ago
Stephane Nicoll
0c76c0acb9
Merge branch '2.2.x'
5 years ago
Stephane Nicoll
7b190ecb88
Merge pull request #20222 from dreis2211
...
* pr/20222:
Test the Gradle Plugin against Gradle 6.2
Closes gh-20222
5 years ago
dreis2211
d55bc5f850
Test the Gradle Plugin against Gradle 6.2
...
See gh-20222
5 years ago
Stephane Nicoll
49c5d23b47
Merge pull request #20225 from mustafau
...
* pr/20225:
Polish log4j2 configuration
Closes gh-20225
5 years ago
Mustafa Ulu
2760426db0
Polish log4j2 configuration
...
See gh-20225
5 years ago
Madhura Bhave
aa09058d8c
Remove implicit layers support from the layer tools
...
Closes gh-20187
5 years ago
Andy Wilkinson
d8c309a310
Update gradlew.bat with Gradle 6.2's changes
...
See gh-20213
5 years ago
Stephane Nicoll
363edfa00c
Merge branch '2.2.x'
...
Closes gh-20221
5 years ago
Stephane Nicoll
d3535ca15f
Merge pull request #20216 from hbellahc
...
* pr/20216:
Document missing reference to DataSourceHealthIndicator
Closes gh-20216
5 years ago
hbellahc
d890f1f6d8
Document missing reference to DataSourceHealthIndicator
...
See gh-20216
5 years ago
Stephane Nicoll
4ec30e1145
Add support for SimpleDriverDataSource
...
This commit makes sure that DataSourceBuilder can configure
SimpleDriverDataSource by adding an alias for the driver's class name.
Closes gh-20220
Co-authored-by: Dmytro Nosan <dimanosan@gmail.com>
5 years ago
Stephane Nicoll
287d577aea
Merge branch '2.2.x'
...
Closes gh-20218
5 years ago
Stephane Nicoll
1d60184075
Merge branch '2.1.x' into 2.2.x
...
Closes gh-20217
5 years ago
Stephane Nicoll
2147976c17
Do not fallback to embedded configuration if a datasource url is set
...
This commit makes sure that a fallback embedded datasource is not
created if no suitable connection pool is found and an url has been
explicitly registered.
This is consistent with EmbeddedDataSourceConfiguration as it is using
EmbeddedDatabaseBuilder behind the scenes and the latter does not
honour the configured URL anyway.
Closes gh-19192
5 years ago
Andy Wilkinson
bca1b926ff
Merge pull request #20213 from dreis2211
...
* gh-20213:
Upgrade to Gradle 6.2
Closes gh-20213
5 years ago