python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How to make Microprofile Metrics available on multiple paths on Wildfly26?
I am attempting to migrate from wildfly-18 to wildfly-26. I changed the application to use Microprofile for Metrics and Health Checks. Those are working and I have redirected the /metrics and /health ...
SteveS
Votes: 0
Answers: 1
How to run event sequentially in Mutiny
I am using the Mutiny library within the Quarkus framework in Java 11.
I am wonderring which is the best way of running several events sequentially by storing them into a Multi object. I am going to d...
A.Casanova
Votes: 0
Answers: 1
Maven quarkus project doesn't start anymore after upgrade to 2.7.3 or 2.7.4
After upgrade from 2.7.2 to 2.7.3 or 2.7.4 my quarkus project doesn't start anymore. I get following Exception:
Caused by: java.lang.NoSuchFieldError: ACCESS_CONTROL_ALLOW_PRIVATE_NETWORK
at io.vertx....
Felix Backmann
Votes: 0
Answers: 3
Quarkus: how do I mock the smallrye-graphql-client using Mockito?
I am having some issues trying to mock the smallrye-graphql-client in my unit tests.
I thought it would be a process similar to mocking the RestClient https://github.com/quarkusio/quarkus/issues/9630
...
from_tel
Votes: 0
Answers: 0