Jérémie Bresson
Jérémie Bresson
**Is your feature request related to a problem? Please describe.** Working with a toml config file seems to be more reliable to set secret value, in particular `JRELEASER_GPG_PUBLIC_KEY` and `JRELEASER_GPG_SECRET_KEY`...
I lost a lot of time because I had a typo in the jar listed as `--classpath` value when running the command: ``` java -jar java-function-invoker-.jar \ --classpath build/my-function-1.0.0-SNAPSHOT-runner.jar \...
With `@JsonbTypeInfo` and `@JsonbSubtype` it is possible to implement polymorphism on deserialization. But sometimes (especially in the case of the evolution of a REST API over time) the attribute corresponding...