functions-framework-java
functions-framework-java copied to clipboard
FaaS (Function as a service) framework for writing portable Java functions
java-function-invoker incldudes a shaded dependencies and among those is an older version of jackson. This shaded version of jackson uses the same fully qualified classname as the actual jackson package,...
This PR contains the following updates: | Package | Type | Update | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---|---|---| | [actions/checkout](https://redirect.github.com/actions/checkout) | action | patch...
See https://central.sonatype.com/artifact/com.google.cloud.functions/functions-framework-api
This PR contains the following updates: | Package | Type | Update | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Adoption](https://docs.renovatebot.com/merge-confidence/) | [Passing](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---|---|---|---|---| | [actions/checkout](https://redirect.github.com/actions/checkout) | action | patch...
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/checkout](https://redirect.github.com/actions/checkout) | action | major | `v5.0.0` -> `v6.0.1` | --- > [!WARNING]...
Add support for running functions on the module path (--module-path) instead of only the classpath (--classpath) to enable full Java Platform Module System (JPMS) features in the Functions Framework. Currently,...
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 \...
https://github.com/GoogleCloudPlatform/functions-framework-java/blob/2297f3eb74a461bc226a60c69bf48d33debae73f/invoker/core/src/main/java/com/google/cloud/functions/invoker/BackgroundFunctionExecutor.java#L198