[
https://issues.apache.org/jira/browse/JOHNZON-361?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17495059#comment-17495059
]
Raymond Augé commented on JOHNZON-361:
--------------------------------------
The generated Record was verified to ensure it compiled using
{code:bash}
export JAVA_HOME=<java 17>
$JAVA_HOME/bin/javac \
-d record \
-cp
~/.m2/repository/javax/json/bind/javax.json.bind-api/1.0/javax.json.bind-api-1.0.jar
\
johnzon-maven-plugin/target/ExampleToModelMojoTest/generateJsonbRecord_target/org/test/apache/johnzon/mojo/SomeValue.java
{code}
> Johnzon maven plugin generates invalid record classes
> -----------------------------------------------------
>
> Key: JOHNZON-361
> URL: https://issues.apache.org/jira/browse/JOHNZON-361
> Project: Johnzon
> Issue Type: Bug
> Reporter: Raymond Augé
> Priority: Major
> Fix For: 1.2.17
>
>
--
This message was sent by Atlassian Jira
(v8.20.1#820001)