Re: [DISCUSS] CXF 3.5.x and beyond

2022-02-06 Thread Jim Ma
Thanks for the quick update , Andriy. On Sun, Jan 30, 2022 at 12:55 AM Andriy Redko wrote: > Hey Jim, > > AFAIR this particular topic has popped up several times, a few issues > exist [1] I am not sure if I understood this issue correctly : we now use spring utility class to scan the

[GitHub] [cxf] amarkevich commented on a change in pull request #900: JsonMapObjectReaderWriter not escaping the characters like \n properly

2022-02-06 Thread GitBox
amarkevich commented on a change in pull request #900: URL: https://github.com/apache/cxf/pull/900#discussion_r800251391 ## File path: rt/rs/extensions/json-basic/src/main/java/org/apache/cxf/jaxrs/json/basic/JsonMapObjectReaderWriter.java ## @@ -384,26 +401,38 @@ public

[GitHub] [cxf] amarkevich commented on pull request #900: JsonMapObjectReaderWriter not escaping the characters like \n properly

2022-02-06 Thread GitBox
amarkevich commented on pull request #900: URL: https://github.com/apache/cxf/pull/900#issuecomment-1030941008 @juniiorviani could you add a unit test for this case? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[GitHub] [cxf] amarkevich commented on a change in pull request #900: JsonMapObjectReaderWriter not escaping the characters like \n properly

2022-02-06 Thread GitBox
amarkevich commented on a change in pull request #900: URL: https://github.com/apache/cxf/pull/900#discussion_r800249280 ## File path: rt/rs/extensions/json-basic/src/main/java/org/apache/cxf/jaxrs/json/basic/JsonMapObjectReaderWriter.java ## @@ -22,6 +22,7 @@ import