Rostislav Svoboda
Rostislav Svoboda
Standalone version - do not require to specify version of extensions, use latest in that case So users can specify just `--extensions=org.revapi:revapi-java,org.revapi:revapi-reporter-text` Instead of `--extensions=org.revapi:revapi-java:0.16.0,org.revapi:revapi-reporter-text:0.9.0`
**https://revapi.org/getting-started.html#standalone_usage** * First you need to download the standalone distribution of Revapi ... * add link to https://revapi.org/downloads.html * Could be `{version}` replaced with the real latest version ? so...
### Description Quarkus documentation is getting bigger, there are already includes present. Further modularization of common parts is a natural thing to happen. And thus it would be good to...
### Describe the bug mail extension - `socket was closed unexpected`when shutting down the app ``` 2022-09-13 17:03:59,937 ERROR [io.ver.ext.mai.imp.SMTPConnection] (vert.x-eventloop-thread-0) socket was closed unexpected. [Error Occurred After Shutdown] 2022-09-13...
### Description I recently read a discussion on Zulip around performance measurements and OS tuning to limit interference. It was pretty exciting so I went ahead and checked Quarkus documentation...
### Description Enhance TROUBLESHOOTING.md with pointer for native image investigation https://github.com/quarkusio/quarkus/blob/main/TROUBLESHOOTING.md covers just JVM mode ### Implementation ideas Provide some hints for quick start with investigation of native binary and(/or)...
### Describe the bug `WARNING: Unknown module: org.graalvm.nativeimage.llvm specified to --add-exports` when building native image using GraalVM 22.2.0 ``` [INFO] [io.quarkus.deployment.pkg.steps.NativeImageBuildRunner] /Users/rsvoboda/.sdkman/candidates/java/22.2.r17-grl/bin/native-image -J-Djava.util.logging.manager=org.jboss.logmanager.LogManager -J-Dsun.nio.ch.maxUpdateArraySize=100 -J-Dio.netty.leakDetection.level=DISABLED -J-Dio.netty.allocator.maxOrder=3 -J-Dvertx.logger-delegate-factory-class-name=io.quarkus.vertx.core.runtime.VertxLogDelegateFactory -J-Dvertx.disableDnsResolver=true -J-Duser.language=en -J-Duser.country=GB...
### Describe the bug I have app that's using SSE and quarkus-resteasy-mutiny with quarkus-rest-client-mutiny. I'm migrating it to Quarkus 3.0.0.Alpha3. My rest-client interface (pongClient) is using `org.reactivestreams.Publisher getPong();` construct, that...
Hi. I would like to know what are the pruning strategies for old lunches or testsuite in RP. In Jenkins there is option to discard old builds [1] or to...
There is empty ProjectParseResourceFileTest.java in the repo, was introduced in https://github.com/dekorateio/dekorate/commit/e14ef1cc9bb9274477d3c88e819eb2608c1e3611 by @aureamunoz https://github.com/dekorateio/dekorate/blob/main/core/src/test/java/io/dekorate/project/ProjectParseResourceFileTest.java Can be the file removed or its content was deleted by accident?