Injections fail in Quarkus with Hapi-Fhir
I need to implement a Hapi-Fhir server in Quarkus. For this purpose i created a ResourceProvider with the CRUD-Operation @Create. Now I want to save the data in a custom format with JPA in an Oracle-database. Unfortunatly I am not able to Inject the EntityManager or anything else. It only works with JAX-RS annotated Resources (@Path, @GET, @POST, …)