vertx-codegen
vertx-codegen copied to clipboard
Vert.x code generator for asynchronous polyglot APIs
Motivation: Sorry, forgot about Windows paths. Thankfully it's not a regression as Kapt builds simply continued not to work on Windows. This fixes that issue.
Bumps [io.grpc:grpc-protobuf](https://github.com/grpc/grpc-java) from 1.50.2 to 1.53.0. Release notes Sourced from io.grpc:grpc-protobuf's releases. v1.53.0 New Features googleapis: Allow user set c2p bootstrap config (#9856) xds: Add contain and stringMatcher in RouteConfiguration...
It's useful to declare `@GenIgnore(GenIgnore.PERMITTED_TYPE) void foo(Iterable)`
The dataobject json generator hardcodes the list of case it can support. When it resolves a case that is not supported, it simply throws an exception. We should support loading...
I was using `@DataObject` for a `AppConfig.java` pojo in combination w/ vertx configretriever. Depending on the config store (env variables as an example) it's common to see screaming snake case...
The json protobuf format is optimised for vertx JSON types (e.g it can a an integer type) to get more compact json representations. We should also support this format https://github.com/protocolbuffers/protobuf/blob/main/src/google/protobuf/struct.proto...
Support JPMS modules. This is a tentative and nice to have, maybe it is not possible due to use of class loader to load plugins or something similar. - it...