This is an automated email from the ASF dual-hosted git repository.
reta pushed a change to branch 3.3.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git.
from 7467712 Recording .gitmergeinfo Changes
new 720aacc CXF-8303: MP: Context propagation impossible using
AsyncInvocationInterceptorFactory (#683)
new a309fda Recording .gitmergeinfo Changes
The 2 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 | 4 +
.../microprofile/client/MPRestClientCallback.java | 15 +-
.../client/MicroProfileClientFactoryBean.java | 2 +-
.../org/apache/cxf/microprofile/client/Utils.java | 133 +++++++++
.../client/proxy/MicroProfileClientProxyImpl.java | 5 +
systests/microprofile/client/async/pom.xml | 6 +
.../rest/client/AsyncThreadingTest.java | 296 +++++++++++++++++++++
7 files changed, 446 insertions(+), 15 deletions(-)
create mode 100644
rt/rs/microprofile-client/src/main/java/org/apache/cxf/microprofile/client/Utils.java
create mode 100644
systests/microprofile/client/async/src/test/java/org/apache/cxf/systest/microprofile/rest/client/AsyncThreadingTest.java