Florian Beutel
Florian Beutel
I tried to follow the getting started guide in the README.md. But if I submit a batch job to Livy it ends up in the state `dead`. However, I can...
I tried to perform the steps in the README.md and noticed, that it seems to be outdated. The jar referenced in the batch job submitted to Livy is actually not...
Given a class ```java public class Dummy { public Map map; } ``` which is annotated using jakarta bean validation annotations. The schema generated currently using the jakarta module is...
Currently the jakarta module supports the `@Size` and `@NotEmpty` annotations for arrays and collections. They get translated to the `minItems` and `maxItems` schema properties. However, Jakarta Bean Validtion also allows...