-
Getting the below error on using sbt assembly.
```
java.lang.RuntimeException: deduplicate: different file contents found in the following
.ivy2/cache/io.vertx/vertx-service-discovery-scala_2.12/ja…
-
vietj updated
6 years ago
-
We configured a domain on AM, with an LDAP (AD) provider.
We successfully get a token for this domain via API.
When using APIM portal, we click on "sign in with Gravitee.io AM" and sign in with no e…
-
Hi,
I'm trying to build some microservices which are using vertx-hazelcast library and I'm deploying it over kubernetes on AWS EC-2 instance. The microservices sometimes get disconnected from haze…
-
It would appear that some of the artifacts that are specified in the maven BOM are not replicated out to jcenter/maven/etc. I copied all the BOM deps to a POM file, removed their version, and include…
-
One of the requirements in RxJava 2 is that you cannot emit `null` as a value anymore. However, methods such as `io.vertx.reactivex.servicediscovery.ServiceDiscovery#rxGetRecord(Function)` emit null …
-
Just pulled master and trying to install the dependencies, but the project can't build.
rcoe@SKELETOR ~/git/vertx-examples
$ git pull
Already up to date.
rcoe@SKELETOR ~/git/vertx-examples
$ …
rdcoe updated
6 years ago
-
We are seeing this in our logs:
```
ERROR io.vertx.core.impl.ContextImpl - Unhandled exception -
java.util.ConcurrentModificationException: null
at java.util.ArrayList.forEach(ArrayList.java:125…
-
Hi,
I'm trying to receive service records with the getRecords method. Using vertx (and service discovery) version 3.4.2 everything works fine, but if I update both to 3.5.0 I'm getting a NoSuchMetho…
-
👋 Hello 🌍
This is my baby steps with Scala and Vert.x
I'm trying to create a microservice sample scala project "from scratch" with the Redis backend
(you can read the code here https://github.co…