Oliver Marienfeld

Results 15 comments of Oliver Marienfeld

OK, cool! I would look if I can somehow extract the module path which the `java` plugin creates. That would make life a bit easier and it's more predictable for...

Yeah, `jlink`'s `--bind-services` option - its implementation is in my eyes too greedy. It will pull in _any_ implementing module, not only those which I put on the module path...

Hi, I'm afrait, I cannot continue with the tutorial because of this. Sorry, I do not know how to try the new Gogo shell from Felix. I tried to modify...

I'm afraid it still is an issue on Windows... I started over from a fresh workspace and had also the local Maven repository completely deleted. I'm using version 2.0.0 of...

Oops, I believe this behavior is what we built one of our applications on: 1. We define a `Multi.broadcast().toAllSubscribers()` as the result of paging through ElasticSearch results 2. We hook...

Looks like Scala does intentionally not appear there, see vert-x3/vertx-starter#118. I'll reach out to understand more about Vert.x QuickStarts.

That's Java's module system enforcing encapsulation. When you delete `module-info.java`, you do not build a Java module anymore, and that explains why the test runs fine then. TestFX cannot know...

Hi @vietj, `nuprocess:1.2.4` leads to [this bug](https://github.com/brettwooldridge/NuProcess/issues/98) on **MacOS** when I try to compile [vertx-starter](https://github.com/vert-x3/vertx-starter). Upgrading to `nuprocess:2.0.5` (or even `2.0.6`) fixes the issue. Tests in this project are still...

As mentioned [here](https://github.com/vert-x3/vertx-lang-scala/issues/106#issuecomment-1500071780), I'm not sure if Scala will ever be an option for Vert.x QuickStarts. I'll find that out.

Re-opening issue since it was accidentally closed. We will be able to merge our PR to `start.vertx.io` as soon as we have a release.