jklingsporn / vertx-jooq

A jOOQ-CodeGenerator to create vertx-ified DAOs and POJOs.
MIT License
384 stars 53 forks source link

javax to jakarta #216

Open angviza opened 2 years ago

angviza commented 2 years ago

Migrating from the javax to jakarta namespace , VertxGeneratorBuilder

jklingsporn commented 1 year ago

You mean replacing @javax.inject.Inject with @jakarta.inject.Inject? The problem I see, is that for example guice is not supporting the jakarta-namespace.

apatrida commented 1 year ago

But other things have already moved (or are in process), i.e. Quarkus 3

jklingsporn commented 1 year ago

I will not oppose progress :) As this will be a breaking change I scheduled it for the next major milestone.