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:
>
>>
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
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
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