mklemm / jaxb-rich-contract-plugin

Implements some JAXB plugins to generate advanced contract scenarios from XSD
MIT License
67 stars 33 forks source link

unrecognized parameter -Xfluent-builder #72

Closed vijay-ibox closed 6 months ago

vijay-ibox commented 1 year ago

Hi @mklemm,

CC: @tpunder @jameswald @mardukbp

We are upgrading our spring-boot application from 2.7 to 3.0. In our application, we are using SOAP call for accessing external services. We are upgrading jaxb library version to 4.0.3 'com.sun.xml.bind:jaxb-xjc:4.0.3' 'com.sun.xml.bind:jaxb-core:4.0.3' 'com.sun.xml.bind:jaxb-impl:4.0.3' 'net.codesup.util:jaxb2-rich-contract-plugin:2.1.0'

While doing gradle build it failed and showed "unrecognized parameter -Xfluent-builder"

How to resolve this issue or are there any other alternative ways to resolve this issue?

Thanks!

mklemm commented 6 months ago

Fixed in 4.0.0: Plugin arguments now need to be prefixed with the pplugin's name. See README.