python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How to return Generic List in FallbackHandler using Kotlin
I am trying to return List with Generic type from handle(context: ExecutionContext?) method of MicroProfile FallbackHandler using Kotlin. But it's throwing exception like " org.eclipse.microprofi...
cbagchi
Votes: 0
Answers: 1
Inject @ConfigProperty in a JerseyTest
Can someone help me please.
I'm writing a test for a controller with java 11, Microprofile, JerseyTest, Mockito, Junit5
I'm getting an error (org.glassfish.hk2.api.UnsatisfiedDependencyException) on r...
pabloso18
Votes: 0
Answers: 0
Quarkus verify JWT signature from AWS Application Load Balancer
I'm using AWS Elastic Load Balancer to authenticate users, which signs the user claim so that applications can verify the signature and verify that the claims were sent by the load balancer, as descri...
Sérgio
Votes: 0
Answers: 1