fdk-java
fdk-java copied to clipboard
Java API and runtime for fn.
Bumps [jetty-server](https://github.com/eclipse/jetty.project) from 9.4.44.v20210927 to 10.0.10. Release notes Sourced from jetty-server's releases. 10.0.10 Special Thanks to the following Eclipse Jetty community members @jianglai (Lai Jiang) @markslater (markslater) @prenagha (Padraic Renaghan)...
This is a quick POC to demonstrate doing docker-daemon level image squashing This will change the behaviour of image pulls so should be reviewed w.r.t. actual system performance before merging.
This goes along with https://github.com/fnproject/docs/pull/58 I think we are moving to tutorials and away from the fdk docs inside docs repo. That'll eliminate a lot of duplication.
We set our JUnit version to 4.12 here https://github.com/fnproject/fdk-java/blob/master/pom.xml#L31 Typically doing that is fine because junit is normally scoped to `testing`, and users can be free to choose their version...
Hi team, I'm using FnProject now and I'm using external dependencies to access external resources and I'm trying to mock to test the function without dependencies in it. How should...
Hello, I am having the next issue with fn testing: ``` An error occurred in function: class com.sun.org.apache.xerces.internal.impl.dv.xs.TypeValidator (in unnamed module @0x6bff19ff) cannot access class jdk.xml.internal.SecuritySupport (in module java.xml) because...
After the [adding JSON support for Java Fn function](https://github.com/fnproject/tutorials/tree/master/JavaFDKIntroduction#accepting-json-input), if the function is passed an empty value, Fn returns: ```json {"message":"container exit code 2"} Fn: Error calling function: status 502...
So I was messing around with the python FDK and I noticed that there's no inbuilt wrapper around cookies. This isn't a huge problem because python's http lib deals with...
This issue is created to track the movement of any Java examples or Java FDK users docs that are being moved into the docs repo. This issue will be closed...
All published `fdk-java` artifacts that are intended to be used by others should set a stable automatic module that doesn't rely on the file name of each artifact. For more...