[ https://issues.apache.org/jira/browse/CXF-7912?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Andy McCright reassigned CXF-7912: ---------------------------------- Assignee: Andy McCright > 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 > Assignee: Andy McCright > Priority: Major > 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)