This is an automated email from the ASF dual-hosted git repository.
dkulp pushed a change to branch 3.6.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git
from facc79ab85 CXF-8886: Support scraping javadocs generated by Java 17
(restore more strict visibility levels) (#1302)
new 5b69dd06a6 [CXF-8885] Make an attempt to get the HttpClient selector
threads to shutdown sooner Technically, they should shut themselves down about
3 seconds after a garbage collection assuming the client they are associated
with is cleaned up and released. However, if many clients are used, this may
be too long and thus we'll make an attempt (via some hacks) to get the thread
to shutdown sooner. It's a shame HttpClient doesn't implement Closeable. :(
new 800ec5225f Recording .gitmergeinfo Changes
new ca4753067f Fix checkstyle
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.gitmergeinfo | 11 +++
.../cxf/transport/http/HttpClientHTTPConduit.java | 37 ++++++++++
.../cxf/systest/jaxws/JaxWsClientThreadTest.java | 86 ++++++++++++++++++++++
3 files changed, 134 insertions(+)