reta commented on code in PR #2184:
URL: https://github.com/apache/cxf/pull/2184#discussion_r1874509095


##########
systests/rs-security/src/test/java/org/apache/cxf/systest/jaxrs/security/jose/jwejws/JAXRSJweJwsTest.java:
##########
@@ -85,8 +82,7 @@ public void testJweJwkPlainTextRSA() throws Exception {
     @Test
     public void testJweJwkBookBeanRSA() throws Exception {
         String address = "https://localhost:"; + PORT + "/jwejwkrsa";
-        BookStore bs = createJweBookStore(address,
-                                       Collections.singletonList(new 
JacksonJsonProvider()));
+        BookStore bs = createJweBookStore(address, List.of());

Review Comment:
   It turns out, Jackson for never used in serde process :)) With 2.18.x, it 
kicks in but conflicts with CXF's JSONProvider



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@cxf.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to