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

amccright pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/cxf.git.


    from 00aac54  Updating to releases WSS4J 2.3.0
     new adf55e5  [CXF-8299] Impl for QueryParamStyles in RestClient
     new a818ee3  [CXF-8304] Use CDI-managed providers
     new ed7a42e  Code review comments for PR #680
     new 8d216ee  Merge pull request #680 from andymc12/useCDIProviders

The 15757 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:
 parent/pom.xml                                     |  2 +-
 .../org/apache/cxf/jaxrs/impl/UriBuilderImpl.java  | 13 ++++-
 .../apache/cxf/jaxrs/impl/UriBuilderImplTest.java  | 24 +++++++++
 .../client/CxfTypeSafeClientBuilder.java           | 15 ++++++
 .../client/MicroProfileClientConfigurableImpl.java |  8 +++
 .../client/MicroProfileClientFactoryBean.java      |  1 +
 .../cxf/microprofile/client/cdi/CDIFacade.java     |  5 ++
 .../microprofile/client/cdi/CDIInstantiator.java   | 61 ++++++++++++++++++++++
 .../microprofile/client/cdi/RestClientBean.java    | 31 ++++++++++-
 .../client/proxy/MicroProfileClientProxyImpl.java  |  6 +--
 10 files changed, 159 insertions(+), 7 deletions(-)
 create mode 100644 
rt/rs/microprofile-client/src/main/java/org/apache/cxf/microprofile/client/cdi/CDIInstantiator.java

Reply via email to