You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
functions discovered with the service loader mechanism and annotated with the @BuiltinFunction annotation
In order to make it easy to add new function (as example, this is what I've done in the Apache Camel project, it would be nice to have an official annotation, as example:
The discovery of functions is now based on:
@BuiltinFunction
annotationIn order to make it easy to add new function (as example, this is what I've done in the Apache Camel project, it would be nice to have an official annotation, as example:
This way, the process of discovering function would be:
@BuiltinFunction
@JqFunction
Where
@JqFunction
are custom provided functionsThe text was updated successfully, but these errors were encountered: