eclipse-vertx / vertx-codegen

Vert.x code generator for asynchronous polyglot APIs
Apache License 2.0
105 stars 92 forks source link

Remove vertx-core JsonUtil usage #383

Closed vietj closed 4 months ago

vietj commented 4 months ago

The json generator used to rely on the legacy feature of vertx-core (3.x) to perform buffer base64 based conversions. In Vert.x 5 this legacy support is removed and it should generate code that does not rely on the vertx-core JsonUtil utility class.