8000 GitHub - andrewazores/quarkus-jfr-npe-reproducer
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

andrewazores/quarkus-jfr-npe-reproducer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

quarkus-jfr-npe-reproducer

Reproducer for quarkusio/quarkus#44976

To automatically test:

  1. quarkus test
  2. quarkus extension remove jfr
  3. quarkus extension add jfr

To manually test:

  1. quarkus dev
  2. curl -v http://localhost:8080 -> should respond HTTP 302 Found
  3. curl -v http://localhost:8080/hello -> should respond HTTP 200 OK, with "Hello from Quarkus REST" body
  4. curl -v http://localhost:8080/hello/upload -> this is a POST endpoint. We should expect an HTTP 405, but instead we get HTTP 500 and an NPE stacktrace.
  5. curl -v http://localhost:8080 -H 'Accept: application/xml' -> should respond HTTP 406 since this endpoint produces plaintext and we accept XML, but instead we get HTTP 500 and an NPE stacktrace.
  6. quarkus extension remove jfr
  7. Repeat steps 2-5

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
318F

Languages

0