java.lang.AbstractMethodError: javax.ws.rs.core.Response$ResponseBuilder.status
问题 Anyone saw similar error before? I looked into maven dependencies and it looks I am using jersey 2.26 . So, I don't think it is dependency conflict issue. The ResponseBuilder is not recognizing the method status. From other posts, I understand that it is possibly related to jersey conflict. java.lang.AbstractMethodError: javax.ws.rs.core.Response$ResponseBuilder.status(ILjava/lang/String;)Ljavax/ws/rs/core/Response$ResponseBuilder; at javax.ws.rs.core.Response$ResponseBuilder.status(Response