vertx-guide-for-java-devs
vertx-guide-for-java-devs copied to clipboard
Vert.x 3 guide for Java developers
Hi, In **vertx-guide-for-java-devs/step-3**,there is a dependency **io.vertx:vertx-core:3.8.2** that calls the risk method. [CVE-2019-17640](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-17640) The scope of this CVE affected version is **[4.0.0.Final, 4.1.59.Final)** After further analysis, in this project, the...
The link to the guide for this project is not working. It seems the guide has been moved to other URL. Please provide the updated link. [Guide for Java devs](https://vertx.io/docs/guide-for-java-devs/guide-for-java-devs.pdf)
Hi, can anybody provide kotlin version of this tutorial with service proxies? I couldn't manage it to work; Every time I get such error on build: ``` build/tmp/kapt3/stubs/main/uz/craftier/database/WikiDatabaseService.java:46: error: Could...
Moved from https://github.com/eclipse-vertx/vert.x/issues/3513 The guide is available online and new users may be confused because some deprecated methods are used.
This is a suggestion/question. Given the introduction of asynchronous data access through the sqlclient, should this be the recommended method for doing data access as documented in the java guide?...
In Step 8, introducing RxJava the code examples refer to various methods such as `rxDeletePage(id)`, yet there are no methods beginning with rx in the `WikiDatabaseService` verticle. The `Impl` class...
I've opened this issue to see if there is something i can help with. So far while working through the guide i've noticed small steps have been omitted (noticeably from...
…ation method that will be generated on the rx version as static method
Chapter 10 "Client-side web application using AngularJS." still refers to the old [AngularJS](https://angularjs.org/) (which is no longer actively developed). What about updating it to the new [Angular](https://angular.io/)? Would PRs be...
Instead of redeploy.sh using hard-coded value, it should pick it up from pom.xml