function-buildpacks-for-knative
function-buildpacks-for-knative copied to clipboard
When no default function is specified for Java but a function name exists in `func.yaml` use that.
Feature Request
Since a Java class can have multiple function implementations, we won't be able to automatically determine the default function to use with /
. I propose that if there is a func.yaml
present and it has a name
field, that we use it as the default if it wasn't specified.