Skip to content

simonbaeumler/quarkus-rest-client-reactive-npe-reproducer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reproducer for a NullPointerException in the quarkus-reactive-rest-client. To see the NPE, just execute the test ExtensionsResourceTest.customTest().

So far I have pinned down the Exception happens with this two conditions happening:

  • The rest-client has a custom exeption handler defined (see class org.acme.rest.client.ApiExceptionMapper in this repo)
  • The rest-client runs in a read-timeout. The timeout is triggered here by the respective WireMock command (see org/acme/rest/client/resources/WireMockExtensions.java:63)

This reproducer was derived from the quarkus guide, see: https://quarkus.io/guides/rest-client-reactive

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages