You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since version 1.1.2 of the jar-file and the maven-plugin (probably also with all other runners) generating java classes fails, if the json-key contains whitespaces. With version 1.1.1 it works
With the following example.json
{
"hello world": "value"
}
the following error occurs
Execution default of goal org.jsonschema2pojo:jsonschema2pojo-mavenplugin:1.1.2: generate failed: Path not presend: hello%20world
How to reproduce:
Use the example.json from above and the following configuration of the maven-plugin
Since version 1.1.2 of the jar-file and the maven-plugin (probably also with all other runners) generating java classes fails, if the json-key contains whitespaces. With version 1.1.1 it works
With the following
example.json
the following error occurs
Execution default of goal org.jsonschema2pojo:jsonschema2pojo-mavenplugin:1.1.2: generate failed: Path not presend: hello%20world
How to reproduce:
Use the
example.json
from above and the following configuration of the maven-pluginRun
mvn clean compile
The text was updated successfully, but these errors were encountered: