Andy Wilkinson
31008def76
Polish "Instrument user-created DataSource for checkpoint-restore"
...
See gh-37630
1 year ago
Olga MaciaszekSharma
4b5e50ba94
Instrument user-created DataSource for checkpoint-restore
...
See gh-37630
1 year ago
Chris Bono
0a40fddaa7
Upgrade to Pulsar Reactive 0.4.0
...
This commit updates the Reactive client used by Spring Pulsar to
version 0.4.0. The updated client fixes an issue where the
non-reactive and reactive shaded producer cache had the same
relocation prefix. This allows the removal of the shaded
relocation prefixes from the checkRuntimeClasspathForConflicts
ignore closure.
See gh-37801
1 year ago
Scott Frederick
bd6606fa39
Merge branch '3.1.x'
...
Closes gh-37799
1 year ago
Scott Frederick
86216fb4e9
Search implemented interfaces for @ServiceConnection fields
...
Fixes gh-37671
1 year ago
Andy Wilkinson
4271e6da6c
Start building against Spring Kafka 3.0.12 snapshots
...
See gh-37797
1 year ago
Andy Wilkinson
5bc0e258aa
Merge branch '3.0.x' into 3.1.x
...
Closes gh-37793
1 year ago
Andy Wilkinson
49a9d1dbfa
Upgrade to Neo4j Java Driver 5.13.0
...
Closes gh-37792
1 year ago
Andy Wilkinson
9233d7f2cf
Upgrade to UnboundID LDAPSDK 6.0.10
...
Closes gh-37791
1 year ago
Andy Wilkinson
0169c58664
Upgrade to Testcontainers 1.19.1
...
Closes gh-37790
1 year ago
Andy Wilkinson
b76d73952d
Upgrade to Selenium HtmlUnit 4.13.0
...
Closes gh-37789
1 year ago
Andy Wilkinson
328e154b6b
Upgrade to Selenium 4.13.0
...
Closes gh-37788
1 year ago
Andy Wilkinson
93c5e75298
Upgrade to RxJava3 3.1.8
...
Closes gh-37787
1 year ago
Andy Wilkinson
6c4d078c0a
Upgrade to Rabbit Stream Client 0.13.0
...
Closes gh-37786
1 year ago
Andy Wilkinson
6ff37859dc
Upgrade to Rabbit AMQP Client 5.19.0
...
Closes gh-37785
1 year ago
Andy Wilkinson
a0fc837c58
Upgrade to R2DBC MySQL 1.0.4
...
Closes gh-37784
1 year ago
Andy Wilkinson
4c110e2288
Upgrade to Pooled JMS 3.1.4
...
Closes gh-37783
1 year ago
Andy Wilkinson
c3e001f824
Upgrade to OpenTelemetry 1.31.0
...
Closes gh-37782
1 year ago
Andy Wilkinson
0cdf179f3e
Upgrade to Netty 4.1.99.Final
...
Closes gh-37781
1 year ago
Andy Wilkinson
ce707da416
Upgrade to Neo4j Java Driver 5.13.0
...
Closes gh-37780
1 year ago
Andy Wilkinson
d0fd48b38e
Upgrade to Mockito 5.6.0
...
Closes gh-37779
1 year ago
Andy Wilkinson
0369d0c40a
Upgrade to Maven Shade Plugin 3.5.1
...
Closes gh-37778
1 year ago
Andy Wilkinson
48059417b5
Upgrade to Kafka 3.6.0
...
Closes gh-37777
1 year ago
Andy Wilkinson
e645b0b61e
Upgrade to Jedis 5.0.1
...
Closes gh-37776
1 year ago
Andy Wilkinson
9a78fb38c2
Upgrade to HttpCore5 5.2.3
...
Closes gh-37775
1 year ago
Andy Wilkinson
afb8a76def
Upgrade to Flyway 9.22.2
...
Closes gh-37774
1 year ago
Andy Wilkinson
6625f6519d
Upgrade to Elasticsearch Client 8.10.2
...
Closes gh-37773
1 year ago
Andy Wilkinson
47d60052d9
Upgrade to Dropwizard Metrics 4.2.20
...
Closes gh-37772
1 year ago
Andy Wilkinson
925578fa0c
Upgrade to Couchbase Client 3.4.11
...
Closes gh-37771
1 year ago
Andy Wilkinson
dc9d3c2f1e
Upgrade to Commons Pool2 2.12.0
...
Closes gh-37770
1 year ago
Andy Wilkinson
dfc95f9f72
Upgrade to UnboundID LDAPSDK 6.0.10
...
Closes gh-37767
1 year ago
Andy Wilkinson
a4183792b5
Upgrade to RxJava3 3.1.8
...
Closes gh-37766
1 year ago
Andy Wilkinson
a3d7448336
Upgrade to R2DBC MySQL 1.0.4
...
Closes gh-37765
1 year ago
Andy Wilkinson
a90e16a247
Upgrade to Pooled JMS 3.1.4
...
Closes gh-37764
1 year ago
Andy Wilkinson
590bbd64ce
Upgrade to Netty 4.1.99.Final
...
Closes gh-37763
1 year ago
Andy Wilkinson
ed24d84728
Upgrade to HttpCore5 5.2.3
...
Closes gh-37762
1 year ago
Andy Wilkinson
b899e71cb3
Upgrade to Hibernate 6.2.12.Final
...
Closes gh-37761
1 year ago
Andy Wilkinson
8dc6ceb9bf
Upgrade to Dropwizard Metrics 4.2.20
...
Closes gh-37760
1 year ago
Andy Wilkinson
77428cf1d1
Upgrade to Couchbase Client 3.4.11
...
Closes gh-37759
1 year ago
Andy Wilkinson
f2f26a4ca4
Upgrade to UnboundID LDAPSDK 6.0.10
...
Closes gh-37758
1 year ago
Andy Wilkinson
6f787cdce5
Upgrade to RxJava3 3.1.8
...
Closes gh-37757
1 year ago
Andy Wilkinson
1d3b093f24
Upgrade to Netty 4.1.99.Final
...
Closes gh-37756
1 year ago
Andy Wilkinson
22df3b539d
Upgrade to Dropwizard Metrics 4.2.20
...
Closes gh-37755
1 year ago
Andy Wilkinson
55d7573795
Upgrade to Couchbase Client 3.4.11
...
Closes gh-37754
1 year ago
Phillip Webb
9e4f160c17
Attempt to fix NestedJarFile file lock issues on Windows
...
Update `DefaultCleanerTracking` and `@AssertFileChannelDataBlocksClosed`
to capture and store the source object if it is a `Cleanable` so that
it can be released later.
Although the real cleaner cannot keep a reference to `obj`, it is safe
for us to do so in tests since we are in control of the object lifecycle
and we don't need it to be garbage collected.
This commit also updates the `UrlJarFile` to call the cleaner so that
it can be tracked.
See gh-37668
1 year ago
Phillip Webb
5da31aca46
Attempt to fix NestedJarFile file lock issues on Windows
...
Update `NestedJarFile.close()` to call `super.close()` so that the outer
jar file is closed and files can hopefully be deleted on Windows.
See gh-37668
1 year ago
Jonatan Ivanov
346db8e795
Add auto-configuration for SpanAspect
...
See gh-37640
1 year ago
Simon Verhoeven
d0cadd9c4a
Add reference to the new RestClient class in documentation
...
See gh-37726
1 year ago
Moritz Halbritter
fbec06a134
Support new CSP auth method for Wavefront
...
Closes gh-37165
1 year ago
Moritz Halbritter
0a16ec17e9
Add property to enable key verification on PEM SSL bundles
...
Closes gh-37727
1 year ago