Lazar Bulić

Results 35 comments of Lazar Bulić

Can you please provide a simple reproducer?

I consent https://accounts.eclipse.org/users/lbulic

Make sure to have java 11 as default env when executing mvn commands. Also checkout this article. https://winterbe.com/posts/2018/08/29/migrate-maven-projects-to-java-11-jigsaw/ For java 11 and maven compiler plugin you should use instead of...

This looks like the place where the fix should be applied. https://github.com/vert-x3/vertx-codegen/blob/ca12c22dc7ae8ef1017a24d9fde06be0447801e0/src/main/java/io/vertx/codegen/generators/dataobjecthelper/DataObjectHelperGen.java#L300 Is there any other place/thing I should care about?

Than I would change this from bug to enhancement as I see a need for this. As vertx release on jackson and whole json handling logic is tightly wrapped around...

Can we please reopen this issue as this is a workaround as mentioned by @gnoamchomsky This is not how things are supposed to work

@uunicorn I have tried the following test in playground and got same behavior as you. Initial init.open_common() will fail but if I retry I am able to processed. I have...

In regards to comments in #128 here is the output: ``` systemctl status open-fprintd-suspend.service ○ open-fprintd-suspend.service - Restart devices after resume Loaded: loaded (/usr/lib/systemd/system/open-fprintd-suspend.service; enabled; vendor preset: disabled) Active: inactive...

HttpClient from Vert.x Core has a simple API without wrappers for something like this. If you want advance API for making HTTP Request try using vertx/vertx-web-client This does not mean...