Andy Wilkinson
2ec99e7b1c
Upgrade to Jackson Bom 2.10.3
...
Closes gh-20474
5 years ago
Andy Wilkinson
fe4297086b
Upgrade to Dropwizard Metrics 4.1.5
...
Closes gh-20473
5 years ago
Andy Wilkinson
f083aefba6
Consider plugins and imported boms when finding possible dependency upgrades
...
Closes gh-20483
5 years ago
Andy Wilkinson
4a0b8bb5ba
Start using Cassandra Driver's bom
...
Fixes gh-20441
5 years ago
Andy Wilkinson
b63a7c4631
Upgrade to XmlUnit2 2.6.4
...
Closes gh-20471
5 years ago
Andy Wilkinson
d8ce02e667
Upgrade to WebJars Locator Core 0.44
...
Closes gh-20470
5 years ago
Andy Wilkinson
485498c5ac
Upgrade to Spring Kafka 2.4.3.RELEASE
...
Closes gh-20469
5 years ago
Andy Wilkinson
22fa5d257a
Upgrade to Spring AMQP 2.2.5.RELEASE
...
Closes gh-20468
5 years ago
Andy Wilkinson
6087fd6b51
Upgrade to SnakeYAML 1.26
...
Closes gh-20467
5 years ago
Andy Wilkinson
662c08acd5
Upgrade to SendGrid 4.4.5
...
Closes gh-20466
5 years ago
Andy Wilkinson
97dd978a91
Upgrade to Selenium HtmlUnit 2.38.0
...
Closes gh-20465
5 years ago
Andy Wilkinson
2620be1e0f
Upgrade to RxJava2 2.2.18
...
Closes gh-20464
5 years ago
Andy Wilkinson
742f584d60
Upgrade to OkHttp3 3.14.7
...
Closes gh-20463
5 years ago
Andy Wilkinson
3d435df37b
Upgrade to Netty tcNative 2.0.29.Final
...
Closes gh-20462
5 years ago
Andy Wilkinson
2fa35fbcbc
Upgrade to Neo4j OGM 3.2.9
...
Closes gh-20461
5 years ago
Andy Wilkinson
77ad8d3a4f
Upgrade to MongoDB 4.0.0
...
Closes gh-20460
5 years ago
Andy Wilkinson
c399323ac4
Upgrade to Mockito 3.3.0
...
Closes gh-20459
5 years ago
Andy Wilkinson
ad1ef31977
Upgrade to Log4j2 2.13.1
...
Closes gh-20458
5 years ago
Andy Wilkinson
fa68cc4ee5
Upgrade to Liquibase 3.8.7
...
Closes gh-20457
5 years ago
Andy Wilkinson
f31e589b07
Upgrade to jOOQ 3.13.1
...
Closes gh-20456
5 years ago
Andy Wilkinson
02ae6458f7
Upgrade to Jetty Reactive HTTPClient 1.1.2
...
Closes gh-20455
5 years ago
Andy Wilkinson
295f063463
Upgrade to Janino 3.1.1
...
Closes gh-20454
5 years ago
Andy Wilkinson
a45cb3d712
Upgrade to Jakarta XML WS 2.3.3
...
Closes gh-20453
5 years ago
Andy Wilkinson
f910fd8ac8
Upgrade to Jakarta XML Bind 2.3.3
...
Closes gh-20452
5 years ago
Andy Wilkinson
e61dcc38d7
Upgrade to Jakarta Activation 1.2.2
...
Closes gh-20451
5 years ago
Andy Wilkinson
911a1912f6
Upgrade to Infinispan 10.1.3.Final
...
Closes gh-20450
5 years ago
Andy Wilkinson
8ac97d6d3e
Upgrade to HttpClient 4.5.12
...
Closes gh-20449
5 years ago
Andy Wilkinson
ee3ff3e094
Upgrade to HtmlUnit 2.38.0
...
Closes gh-20448
5 years ago
Andy Wilkinson
3251c9d2b0
Upgrade to Hibernate 5.4.12.Final
...
Closes gh-20447
5 years ago
Andy Wilkinson
2a8136b56f
Upgrade to FreeMarker 2.3.30
...
Closes gh-20446
5 years ago
Andy Wilkinson
d2ebd77861
Upgrade to Flyway 6.3.0
...
Closes gh-20445
5 years ago
Andy Wilkinson
0cd8197ebf
Upgrade to Couchbase Client 2.7.13
...
Closes gh-20444
5 years ago
Andy Wilkinson
7971bd50ba
Upgrade to Cassandra Driver 4.5.0
...
Closes gh-20443
5 years ago
Andy Wilkinson
707fb929a2
Upgrade to Byte Buddy 1.10.8
...
Closes gh-20442
5 years ago
Andy Wilkinson
47a68650c9
Enable generation of Gradle's module metadata
...
Changes in Gradle 6.2 should address the problems described in
4f75ab5f
.
Closes gh-19609
5 years ago
Andy Wilkinson
19cc388861
Test Tomcat's handling of a request on an idle connection
...
See gh-4657
5 years ago
Andy Wilkinson
b8cb61bbe0
Align embedded Jetty's graceful shutdown behaviour with standalone
...
Standalone Jetty will, by default, include a Connection: close header
in all responses once graceful shutdown has begun. Previously, the
way in which we were shutting Jetty down did not cause this to happen.
This commit updates JettyGracefulShutdown to shut down each connector.
This causes Jetty to send the Connection: close header, aligning its
behaviour more closely with what it does when used standalone. The
tests have also been updated to verify this behaviour and to ensure
that the correct port is used for requests even once the connector is
no longer bound and the web server no longer knows its ephemeral port.
See gh-4657
5 years ago
Andy Wilkinson
5bb66e1b85
Try to make reactive Jetty connect after shutdown test more robust
...
See gh-4657
5 years ago
Madhura Bhave
fd50a6755f
Merge branch '2.2.x'
...
Closes gh-20433
5 years ago
Madhura Bhave
a27e145f03
Merge branch '2.1.x' into 2.2.x
...
Closes gh-20432
5 years ago
Madhura Bhave
06d870bdd0
Do not wrap CF JSON Keys containing special characters
...
This reverts commit 6828a15d31
.
The commit has been reverted as it breaks backwards compatiblity.
Fixes gh-20343
5 years ago
Andy Wilkinson
6ec3865ed0
Polish spelling of elapsed
...
See gh-4657
5 years ago
Andy Wilkinson
da06b38117
Polish
...
See gh-4657
5 years ago
Andy Wilkinson
308e1d3675
Add support for gracefully shutting down the web server
...
This commit adds support for gracefully shutting down the embedded
web server. When a grace period is configured
(server.shutdown.grace-period), upon shutdown, the web server will no
longer permit new requests and will wait for up to the grace period
for active requests to complete.
Closes gh-4657
5 years ago
Stephane Nicoll
067accb3a8
Merge pull request #20428 from dreis2211
...
* pr/20428:
Remove hardcoded version from VersionOverridingElasticsearchContainer
Closes gh-20428
5 years ago
dreis2211
9481f2c68d
Remove hardcoded version from VersionOverridingElasticsearchContainer
...
See gh-20428
5 years ago
Stephane Nicoll
f1f662e745
Revert Spring Data Couchbase version override
5 years ago
Stephane Nicoll
4b670f8696
Merge pull request #20419 from wycm
...
* pr/20419:
Polish
Closes gh-20419
5 years ago
wycm
916a4743bb
Polish
...
See gh-20419
5 years ago
Stephane Nicoll
278f769f80
Merge branch '2.2.x'
5 years ago