Skip to content

wabrit/quarkus_issue_19683

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jpaRepository

This project is a simple repro for quarkus issue 19683.

To reproduce the issue, verify first that running quarkus:dev and issuing a GET to http://localhost:8095/doStuff returns a 200 OK response with text done.

Then build a native image (see below), run it and perform the same REST request. It should fail.

Building a native image

The following are prerequisites:

  • The kubernetes quarkus.container-image properties in src\main\resources\application.yml will need to be adjusted to target an available docker repository.
  • A postgres database jparepo will be need to be created that can be targeted by the native image at runtime. Set the properties in src\main\resources\kubernetes.yml accordingly.

About

a repro for quarkus issue 19683

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages