Skip to content

Commit 05fdd18

Browse files
[REQ] [JavaJaxRS] [CXF] Add Support for Jackson3 #23616
1 parent 8387c15 commit 05fdd18

3 files changed

Lines changed: 3 additions & 0 deletions

File tree

docs/generators/jaxrs-cxf-client.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ These options may be applied as additional-properties (cli) or configOptions (pl
7676
|useBeanValidation|Use BeanValidation API annotations| |false|
7777
|useGenericResponse|Use generic response| |false|
7878
|useGzipFeatureForTests|Use Gzip Feature for tests| |false|
79+
|useJackson3|Use Jackson 3 instead of Jackson 2.| |false|
7980
|useJakartaEe|whether to use Jakarta EE namespace instead of javax| |false|
8081
|useLoggingFeatureForTests|Use Logging Feature for tests| |false|
8182
|useOneOfInterfaces|whether to use a java interface to describe a set of oneOf options, where each option is a class that implements the interface| |false|

docs/generators/jaxrs-cxf-extended.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ These options may be applied as additional-properties (cli) or configOptions (pl
9292
|useGenericResponse|Use generic response| |false|
9393
|useGzipFeature|Use Gzip Feature| |false|
9494
|useGzipFeatureForTests|Use Gzip Feature for tests| |false|
95+
|useJackson3|Use Jackson 3 instead of Jackson 2.| |false|
9596
|useJakartaEe|whether to use Jakarta EE namespace instead of javax| |false|
9697
|useLoggingFeature|Use Logging Feature| |false|
9798
|useLoggingFeatureForTests|Use Logging Feature for tests| |false|

docs/generators/jaxrs-cxf.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ These options may be applied as additional-properties (cli) or configOptions (pl
8787
|useGenericResponse|Use generic response| |false|
8888
|useGzipFeature|Use Gzip Feature| |false|
8989
|useGzipFeatureForTests|Use Gzip Feature for tests| |false|
90+
|useJackson3|Use Jackson 3 instead of Jackson 2.| |false|
9091
|useJakartaEe|whether to use Jakarta EE namespace instead of javax| |false|
9192
|useLoggingFeature|Use Logging Feature| |false|
9293
|useLoggingFeatureForTests|Use Logging Feature for tests| |false|

0 commit comments

Comments
 (0)