OpenLiberty / open-liberty

Open Liberty is a highly composable, fast to start, dynamic application server runtime environment
https://openliberty.io
Eclipse Public License 2.0
1.15k stars 587 forks source link

Investigate TCK failures in TckLRATypeTests.java #13845

Open idlewis opened 4 years ago

idlewis commented 4 years ago

These appear to mostly be due to a difference in behaviour between CXF and resteasy. If you have

Then resteasy returns the superclass, but cxf returns the subclass

This appears to be a bug in resteasy https://issues.redhat.com/browse/RESTEASY-2391?_sscc=t I've raised this on the narayana google group https://groups.google.com/g/narayana-users/c/mu8RSHcARsk

Currently it looks as though this will need a fix in narayana

idlewis commented 4 years ago

narayana have an issue open to fix this https://issues.redhat.com/browse/JBTM-3360

yongja79 commented 3 years ago

Fix is in the latest Narayana development code (5.10.7-SNAPSHOT). Needs to be tested