functions-framework-java icon indicating copy to clipboard operation
functions-framework-java copied to clipboard

FaaS (Function as a service) framework for writing portable Java functions

Results 48 functions-framework-java issues
Sort by recently updated
recently updated
newest added

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [org.eclipse.jetty:jetty-servlet](https://jetty.org) ([source](https://redirect.github.com/jetty/jetty.project)) | `9.4.54.v20240208` -> `11.0.24` | [![age](https://developer.mend.io/api/mc/badges/age/maven/org.eclipse.jetty:jetty-servlet/11.0.24?slim=true)](https://docs.renovatebot.com/merge-confidence/) |...

Jetty's maven plugin exposes a [`scan` parameter](https://github.com/jetty/jetty.project/blob/jetty-10.0.x/jetty-maven-plugin/src/main/java/org/eclipse/jetty/maven/plugin/JettyRunMojo.java#L67) for that purpose for example. The main benefit would be developer efficiency on local environment. Also worth noting that Python supports a debug...

enhancement
P3

Hello! I tried to follow this tutorial to deploy JAR without any sort of Maven/Gradle plugins (was going to try both uber and thin, so far thin with "hello world"...

bug
enhancement
P2

I tried the following command after building the uber JAR of [`google/fhir-data-pipes/pipelines/batch`](https://github.com/google/fhir-data-pipes/tree/master/pipelines/batch): ```bash java -jar java-function-invoker-1.3.1.jar \ --classpath /d/SourceCodes/google/fhir-data-pipes/pipelines/batch/target/batch-bundled.jar \ --target com.google.fhir.analytics.FhirEtl ``` and here is the error logs: ```...

question
P3

Use Jetty-10 on java 11 Builds on #241 as step to #235

Optimization to avoid the extra dispatch overheads of Servlets by using Eclipse Jetty Handlers directly.

This is port of the functions framework to use jetty-12 core APIs.

[JEP 445](https://openjdk.org/jeps/445) (Preview in JDK 21) introduces unnamed classes and instance main methods. This could be a boon to writing functions if done right changing our result from this: ```java...

enhancement
P3

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---|---|---| | [github/codeql-action](https://togithub.com/github/codeql-action) | action...

jackson-json is included transitively via cloudevents-json-jackson. The included version is vulnerable (CVE-2022-42004). The version is updated there (https://github.com/cloudevents/sdk-java/issues/588), but needs to be released. As soon as this is done, it...

bug
p1