sizovs / PipelinR

PipelinR is a lightweight command processing pipeline ❍ ⇢ ❍ ⇢ ❍ for your Java awesome app.
https://github.com/sizovs/PipelinR
MIT License
420 stars 59 forks source link

How to make it work with Quarkus cdi? #23

Closed dambros closed 2 years ago

dambros commented 2 years ago

Would you mind helping me setting up the dependency injection for Quarkus since with Quarkus alone I won't have access to Spring's ObjectProvider.

sizovs commented 2 years ago

Hi @dambros

It's out of PipelinR's scope, as PipelinR is DI library/framework agnostic. The better place to learn how to use Quarkus DI is by reading Quarkus docs or asking for help in the Quarkus community.