Jackson 2 on Wildfly 10: How to load ProviderBase?
问题 There seems to be a lot of questions related to Wildfly and Jackson, yet I could not solve my problem despite searching the site far and wide... I want to use Jackson 2 to handle JSON serialization on an app deployed on Wildfly 10, but I keep getting stuck on loading the com.fasterxml.jackson.jaxrs.base.ProviderBase class. Offending code: @Provider public class CustomJsonProvider extends ResteasyJackson2Provider { @Inject private CustomSerializer customSerializer; private List<JsonSerializer<