Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Function provider SPI #138

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mbali
Copy link
Contributor

@mbali mbali commented Oct 18, 2022

The new FunctionProvider Service Provider Interface simplifies the extension of the function set provided by Stencil.

Implementing and registering these new implementations in META-INF/services/io.github.erdos.stencil.functions.FunctionProvider enable other libraries to register their functions automatically.

The new `FunctionProvider` Service Provider Interface simplifies the extension of the function set provided by Stencil.

Implementing and registering these new implementations in `META-INF/services/io.github.erdos.stencil.functions.FunctionProvider` enable other libraries to register their functions.
@codecov
Copy link

codecov bot commented Oct 18, 2022

Codecov Report

Merging #138 (e05ce09) into master (82c07c8) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #138   +/-   ##
=======================================
  Coverage   92.01%   92.01%           
=======================================
  Files          26       26           
  Lines        1904     1904           
  Branches      107      107           
=======================================
  Hits         1752     1752           
  Misses         45       45           
  Partials      107      107           

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@erdos erdos force-pushed the master branch 3 times, most recently from 2f5ea5f to a1a8cbb Compare November 19, 2023 12:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant