Madhura Bhave
7b79029949
Expose property to configure OAuth2 provider configurationMetadata
...
Closes gh-21375
5 years ago
Andy Wilkinson
0bb687717c
Auto-configure a lifecycle processor with configurable timeout
...
Closes gh-21347
5 years ago
Andy Wilkinson
240898121f
Use SmartLifecycle for graceful web server shutdown
...
Closes gh-21325
5 years ago
Andy Wilkinson
c42571ba40
Consolidate Undertow WebServers and simplify their constructors
...
Closes gh-21391
Co-authored-by: Phillip Webb <pwebb@pivotal.io>
5 years ago
Scott Frederick
0d00947735
Closes gh-21428
5 years ago
Scott Frederick
6b8d08a6e3
Handle exceptions in management context
...
Prior to this commit, details about an exception would get dropped when
the management context was separate from the application context and
an actuator endpoint threw a binding exception.
This commit adds some logic to capture the exception so the management
context error handlers can add the appropriate attributes to the error
response.
Fixes gh-21036
5 years ago
Stephane Nicoll
64aac04862
Merge pull request #21390 from izeye
...
* pr/21390:
Fix ClientHttpConnectorConfigurationTests.shouldApplyHttpClientMapper()
Closes gh-21390
5 years ago
Johnny Lim
6022d4cac7
Fix ClientHttpConnectorConfigurationTests.shouldApplyHttpClientMapper()
...
See gh-21390
5 years ago
Stephane Nicoll
deb2322457
Remove wrong replacement key in deprecated metadata
5 years ago
Brian Clozel
7787fd94f3
Merge remote-tracking branch 'origin/2.2.x'
...
Closes gh-21422
5 years ago
Brian Clozel
3c666ac4c8
Upgrade to RSocket 1.0.0
...
Closes gh-21421
5 years ago
Stephane Nicoll
8cc2e32482
Upgrade to Spring Data Neumann-RELEASE
...
Closes gh-21383
5 years ago
Stephane Nicoll
b6b0452d5f
Upgrade to Spring HATEOAS 1.1.0.RELEASE
...
Closes gh-21384
5 years ago
Stephane Nicoll
a6efe77a0c
Polish "Calculate hashCode only once in ConfigurationPropertyName"
...
See gh-21394
5 years ago
Stephane Nicoll
46f353461b
Merge pull request #21394 from dreis2211
...
* pr/21394:
Polish "Calculate hashCode only once in ConfigurationPropertyName"
Calculate hashCode only once in ConfigurationPropertyName
Closes gh-21394
5 years ago
Stephane Nicoll
dd053074f8
Polish "Calculate hashCode only once in ConfigurationPropertyName"
...
See gh-21394
5 years ago
dreis2211
c9f6a126b7
Calculate hashCode only once in ConfigurationPropertyName
...
See gh-21394
5 years ago
Stephane Nicoll
df25603bc9
Merge pull request #21417 from rnorth
...
* pr/21417:
Fix capitalization of Testcontainers in Howto docs
Closes gh-21417
5 years ago
Richard North
aed4f58403
Fix capitalization of Testcontainers in Howto docs
...
See gh-21417
5 years ago
Stephane Nicoll
8c4f185b98
Remove outdated metadata for spring.data.cassandra.port
...
Closes gh-21418
5 years ago
Stephane Nicoll
cfe3187c96
Upgrade to Tomcat 9.0.35
...
Closes gh-21415
5 years ago
Stephane Nicoll
8568e0bda2
Upgrade to SQLite JDBC 3.31.1
...
Closes gh-21414
5 years ago
Stephane Nicoll
11ff36686f
Upgrade to Selenium HtmlUnit 2.40.0
...
Closes gh-21413
5 years ago
Stephane Nicoll
5411274eba
Upgrade to Prometheus PushGateway 0.9.0
...
Closes gh-21412
5 years ago
Stephane Nicoll
6566eb0e20
Upgrade to MongoDB 4.0.3
...
Closes gh-21411
5 years ago
Stephane Nicoll
f571ced0f8
Upgrade to Micrometer 1.5.1
...
Closes gh-21410
5 years ago
Stephane Nicoll
3556ed4487
Upgrade to Maven Assembly Plugin 3.3.0
...
Closes gh-21409
5 years ago
Stephane Nicoll
dd13c226b5
Upgrade to Kotlin Coroutines 1.3.6
...
Closes gh-21408
5 years ago
Stephane Nicoll
74a70c8200
Upgrade to jOOQ 3.13.2
...
Closes gh-21407
5 years ago
Stephane Nicoll
77c6a605db
Upgrade to Johnzon 1.2.5
...
Closes gh-21406
5 years ago
Stephane Nicoll
a99f831ec7
Upgrade to Jedis 3.3.0
...
Closes gh-21405
5 years ago
Stephane Nicoll
ea0425dc83
Upgrade to Infinispan 10.1.8.Final
...
Closes gh-21404
5 years ago
Stephane Nicoll
1f67be0248
Upgrade to HtmlUnit 2.40.0
...
Closes gh-21403
5 years ago
Stephane Nicoll
8e0d8f48e4
Upgrade to HikariCP 3.4.5
...
Closes gh-21402
5 years ago
Stephane Nicoll
292e782385
Upgrade to Hibernate Validator 6.1.5.Final
...
Closes gh-21401
5 years ago
Stephane Nicoll
5341fe889f
Upgrade to Hibernate 5.4.15.Final
...
Closes gh-21400
5 years ago
Stephane Nicoll
77782aa629
Upgrade to Dropwizard Metrics 4.1.7
...
Closes gh-21399
5 years ago
Stephane Nicoll
294bd0d2fb
Upgrade to Couchbase Client 3.0.4
...
Closes gh-21398
5 years ago
Stephane Nicoll
e9bf2148ce
Upgrade to Cassandra Driver 4.6.1
...
Closes gh-21397
5 years ago
Stephane Nicoll
38a0a6b7de
Upgrade to AssertJ 3.16.1
...
Closes gh-21396
5 years ago
Madhura Bhave
3e3ff26129
Add a testcontainers section in the reference docs
...
Closes gh-20734
5 years ago
Madhura Bhave
7468f574d7
Add more context to the Kubernetes container lifecycle documentation
...
Closes gh-20932
5 years ago
Madhura Bhave
a4254f7b30
Document that graceful shutdown requires Tomcat 9.0.33
...
Closes gh-20886
5 years ago
Scott Frederick
158933c3e5
Improve API of ErrorAttributes and DefaultErrorAttributes
...
This commit improves the backward-compatibility of the ErrorAttributes
interfaces by providing a default implementation of a new method. It
also encapsulates several parameters that control the inclusion or
exclusion of error attributes into a new ErrorAttributeOptions type to
make it easier and less intrusive to add additional options in the
future. This encapsulation also makes the handling of the
includeException option more similar to other options.
Fixes gh-21324
5 years ago
Stephane Nicoll
c3c7fc0f43
Polish smoke test with removal of View support in Couchbase
...
See gh-21383
5 years ago
Stephane Nicoll
07958ac5cc
Start building against Spring Kafka 2.5.0 snapshots
...
See gh-21387
5 years ago
Stephane Nicoll
dedcfeb150
Start building against Spring Session Dragonfruit snapshots
...
See gh-21386
5 years ago
Stephane Nicoll
e32d701e76
Start building against Spring Integration 5.3.0 snapshots
...
See gh-21385
5 years ago
Stephane Nicoll
5c26c895d5
Start build against Spring HATEOAS 1.1.0 snapshots
...
See gh-21284
5 years ago
Stephane Nicoll
7ce6ea484f
Start building against Spring Data Neumann snapshots
...
See gh-21383
5 years ago