Re: [DISCUSS] Apache Polaris powered by Quarkus

2024-11-27 Thread Dmitri Bourlatchkov
Sorry, that one is for Web Apps On Wed, Nov 27, 2024 at 5:07 PM Dmitri Bourlatchkov < dmitri.bourlatch...@dremio.com> wrote: > I see jakarta.ws.rs.Produces in jakarta.ws.rs-api 3.0.0... Does HK2 have a > lower version of jakarta? > > On Wed, Nov 27, 2024 at 4:22 PM Michael Collado > wrote: > >>

Re: [DISCUSS] Apache Polaris powered by Quarkus

2024-11-27 Thread Dmitri Bourlatchkov
I mean jakarta.enterprise.inject.Produces from jakarta.enterprise.cdi-api 4.1.0 On Wed, Nov 27, 2024 at 4:22 PM Michael Collado wrote: > Thanks Dmitri. The jakarta.inject api doesn't include the @Produces > annotation - is it one that's included in the enterprise package used by > Quarkus? I thi

Re: [DISCUSS] Apache Polaris powered by Quarkus

2024-11-27 Thread Dmitri Bourlatchkov
I see jakarta.ws.rs.Produces in jakarta.ws.rs-api 3.0.0... Does HK2 have a lower version of jakarta? On Wed, Nov 27, 2024 at 4:22 PM Michael Collado wrote: > Thanks Dmitri. The jakarta.inject api doesn't include the @Produces > annotation - is it one that's included in the enterprise package use

Re: [DISCUSS] Apache Polaris powered by Quarkus

2024-11-27 Thread Michael Collado
Thanks Dmitri. The jakarta.inject api doesn't include the @Produces annotation - is it one that's included in the enterprise package used by Quarkus? I think that would eliminate some of the extra code and complexity in the current branch (e.g., a class can only implement one Factory, but I could u