This is an automated email from the ASF dual-hosted git repository.

reta pushed a change to branch 3.2.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git.


    from 97140f5  Recording .gitmergeinfo Changes
     new 8825ecf  CXF-8303: MP: Context propagation impossible using 
AsyncInvocationInterceptorFactory (#683)
     new 648adfc  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                                      |   2 +
 .../microprofile/client/MPRestClientCallback.java  |  15 +-
 .../client/MicroProfileClientFactoryBean.java      |   2 +-
 .../org/apache/cxf/microprofile/client/Utils.java  | 133 ++++++++++
 .../client/proxy/MicroProfileClientProxyImpl.java  |  10 +
 systests/microprofile/client/async/pom.xml         |   6 +
 .../rest/client/AsyncThreadingTest.java            | 291 +++++++++++++++++++++
 7 files changed, 444 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

Reply via email to