fdk-java
fdk-java copied to clipboard
Java API and runtime for fn.
Users should be able to specify their own Invoker (or add it to the invoke chain) to allow native internal access to FDK events.
If I do a toString on the result of invokeFunction i get an anonymous class From SerUtils - this shuold be a concrete class with a sensible toString.
it's ugly to have to construct your own strings from a byte array.
I want to be able to verify the inputs to a given InvokeFunction stage in the graph in test. I want to be able to : ```java testing.getOnlyCall("./testFn") -> some...
By default, the generated class is `HelloFunction.java` and the artifact is ``` com.example.fn hello ``` Using the function name for the artifactId and the class name might be a more...
```bash $ fn init --runtime=java your_dockerhub_account/flow-primes ``` is apparently missing the `--name` parameter and the command in its current form thus creates some unwanted sub-directories. The wanted command is probably...
The [examples/async-thumbnails/pom.xml](https://github.com/fnproject/fdk-java/blob/master/examples/async-thumbnails/pom.xml) specifies the fnproject.version as 1.0.0-SNAPSHOT, which causes the build to fail because that version does not exist in the fn-maven-releases repository. Removing the -SNAPSHOT should solve the problem.
Bumps [jetty-server](https://github.com/eclipse/jetty.project) from 9.4.44.v20210927 to 9.4.51.v20230217. Release notes Sourced from jetty-server's releases. 9.4.51.v20230217 Sponsored Release This is a release of the End of Community Support Jetty 9.x series that was...
Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.13.4 to 2.13.4.2. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: #...