python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k 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
@Inject interface with two implementation
I am using Microprofile and I have a question. I have an interface with a method inside:
public interface CheckData extends Serializable{
MyObject retrieveData(String name);
}
This interface is imp...
Prodox21
Votes: 0
Answers: 1
Is it possible to get outbound client request information in ClientHeadersFactory?
I am writing an application with the following layers:
External Client (e.g. browser) -> My Service -> External API
I have a ClientHeadersFactory which adds some headers to the REST Client I use...

oreid
Votes: 0
Answers: 1
how to get MicroProfile REST Client annotation in ClientRequestFilter
My RestClient is annotated by a custom annotation and I want to get the annotation value in a ClientRequestFilter.
Here is my MicroProfile RestClient:
@Path("/greetings")
@RegisterRestClient...
godo57
Votes: 0
Answers: 2