fjtirado opened a new issue, #4209:
URL: https://github.com/apache/incubator-kie-kogito-runtimes/issues/4209
### Describe the bug
At build time, content of Json schema input validation files are loaded into
a string and dumped to process definition.
This was done on the assumption that schema files are hardly longer than
65k.
This assumption was reasonable given the fact that purpose of these files
are, essentially, to define the structure of the schema and that hardly should
be greater than 10k.
However, there are tools that included in these schema files UI information
that, although not used for validation, are co-resident with the validation
information that is really used at runtime.
Therefore, we should change the approach, rather than store the schema as
string, load the content from the file at runtime.
### Expected behavior
_No response_
### Actual behavior
_No response_
### How to Reproduce?
_No response_
### Output of `uname -a` or `ver`
_No response_
### Output of `java -version`
_No response_
### GraalVM version (if different from Java)
_No response_
### Kogito version or git rev (or at least Quarkus version if you are using
Kogito via Quarkus platform BOM)
_No response_
### Build tool (ie. output of `mvnw --version` or `gradlew --version`)
_No response_
### Additional information
_No response_
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]