Re: JSON-B Adapter Not Invoked

2020-06-15 Thread David Blevins
Hey, chege. Are you interested in helping with this at all as a project developer? If, so an Arquillian test in this module would be a perfect start: - https://github.com/apache/tomee/tree/master/arquillian/arquillian-tomee-tests/arquillian-tomee-jaxrs-tests If not, can you drop the dev@

JSON-B Adapter Not Invoked

2020-06-15 Thread chege
Hi, I am facing a problem where jsonb adapter is not invoked. Here is a simplified case. jaxrs application --- @ApplicationPath("/app") public class App extends Application{ } adapter public class B implements JsonbAdapter { @Override