vertx-jooq 2.4发布

注意:遗憾的是,在2.4.0中尚未完全删除对rxjava1的依赖关系。 RX用户请检出版本2.4.1。

I’m happy to announce the release of vertx-jooq 2.4. The main driver behind this release was the dependency upgrade to vertx 3.5 and thus the change of the rx-dependency in vertx-jooq-rx from rxjava to rxjava2. In addition, the JSON key names of the generated POJO are now the same as their database counterparts. This change has been announced here. Last but not least, a bug has been fixed when dealing with JsonObjectConverter or JsonArrayConverter.

from: https://dev.to//jklingsporn/vertx-jooq-24-released-c60

你可能感兴趣的:(java,数据库)