Daniel
Daniel
I think its related to this https://bugs.openjdk.java.net/browse/JDK-8151191 I can confirm that the codegen phase is also building the source and not just processing it, so it seems the -proc:only flag...
https://github.com/vert-x3/vertx-codegen/issues/88 Actually its the interaction of gradle with this jdk bug https://bugs.openjdk.java.net/browse/JDK-8151565
Starting to get it working. Cleaning up then issuing a pull request.
Pull request #11
This JUST bit me. Was tracking down a bug, wandering why I got nulls, then looking at the code, wondering why it wasn't blowing up or why I wasn't seeing...
Because in the case of Option it returns a pointer to a chunk of then original JSON doc (which is a giant string), it's a freebie, whereas you can't return...
Write a custom wrapper type for your arb precision number and deserilize to that?
Well Joker posted this in https://github.com/KevinOConnor/klipper/issues/1602 > Solved, the problem is in PySerial. > > site-packages/serial/serialposix.py > TCGETS2 = 0x802C542A has to be changed to TCGETS2 = -2144578518 > >...
In general, making the router 'queryable' would definitely enhance it's utility for all kinds of middleware.
> > 1. When you use a method annotation such as get, it also generates the option route support, it just ensures that all the method is checked for guards...