Ok, later was right now. And yes, using MetadataBuilderContributor
to register my FunctionContributor
broke the ordinal mechanism.
Now, using the Java Service Loader to register my FunctionContributors solved my issue.
Thank you very much and kind regards,
Marko
Edit: So what did I learn? Never use deprecated code!