We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Integer(java.lang.String)
The tool generates code which has been deprecated:
public Integer unmarshal(String value) { return new Integer(value); }
'Integer(java.lang.String)' is deprecated since version 9 and marked for removal
I am not sure whether this could be avoided by configuration. Currently I am using plugin version 1.8.2 and org.glassfish.jaxb:jaxb-xjc:4.0.5.
org.glassfish.jaxb:jaxb-xjc:4.0.5
Configuration is as follows:
xjc { xsdDir = file("my-xsd-dir/xsd") includes = listOf("my-schema.xsd") bindingFiles.setFrom("my-bindings.xml") }
I tried setting xjcVersion to 4.0.5 but there was no difference.
xjcVersion
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The tool generates code which has been deprecated:
I am not sure whether this could be avoided by configuration. Currently I am using plugin version 1.8.2 and
org.glassfish.jaxb:jaxb-xjc:4.0.5
.Configuration is as follows:
I tried setting
xjcVersion
to 4.0.5 but there was no difference.The text was updated successfully, but these errors were encountered: