kerubistan / kerub

A lightweight IaaS prototype
Apache License 2.0
13 stars 4 forks source link

CXF warnings on JAX-RS methods #221

Closed K0zka closed 6 years ago

K0zka commented 6 years ago

VirtualStorageDeviceServiceImpl#getById and VirtualStorageDeviceServiceImpl#getById are equal candidates for handling the current request

Generates lots of warnings

K0zka commented 6 years ago

CXF BUG registered https://issues.apache.org/jira/browse/CXF-7670

K0zka commented 6 years ago

CXF PR https://github.com/apache/cxf/pull/388

K0zka commented 6 years ago

taking a lot longer than expected, maybe I could just replace this whole library with resteasy, most work expected around the file uploads

K0zka commented 6 years ago

oh... merged, then this will be closed when upgrading to CXF 3.2.3, the release should be available in a few days in maven repo