You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Cesar Hernandez (JIRA)" <ji...@apache.org> on 2018/11/28 17:19:00 UTC

[jira] [Created] (CXF-7912) java.lang.NoSuchMethodError on RestClientBuilder.baseUri

Cesar Hernandez created CXF-7912:
------------------------------------

             Summary: java.lang.NoSuchMethodError on RestClientBuilder.baseUri
                 Key: CXF-7912
                 URL: https://issues.apache.org/jira/browse/CXF-7912
             Project: CXF
          Issue Type: Bug
          Components: JAX-RS
    Affects Versions: 3.2.7
         Environment: MicroprofileVersion: 1.3

Microprofile.rest-client.version: 1.0

 

 
            Reporter: Cesar Hernandez
         Attachments: log.log

When upgrading from CXF 3.2.6 to 3.2.7 in a basic MicroProfile client app, an exception is thought when the client is been builded:

 
{code:java}
java.lang.NoSuchMethodError: org.eclipse.microprofile.rest.client.RestClientBuilder.baseUri(Ljava/net/URI;)Lorg/eclipse/microprofile/rest/client/RestClientBuilder; 
{code}
 
The complete stack trace is attached to the ticket.

The code for the example can be found here: 

[https://github.com/cesarhernandezgt/tomee/tree/mp-rest-client-example/examples/mp-rest-client]



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)