Nick Paul

Results 4 issues of Nick Paul

I'm developing camel quarks routes using HAPI for parsing HL7 data. When running mvn install I get the following errors. ` [io.quarkus.arc.deployment.SplitPackageProcessor] Detected a split package usage which is considered...

I'm getting the following error message. ``` (Quarkus` Main Thread) Version mismatch : Database version is older than what dialect POSTGRES supports: 14.11 (Debian 14.11-1.pgdg120+2). Consider https://www.jooq.org/download/support-matrix to see what...

The example code for getting a `JsonWebToken` does not seem to work. [firebase-admin](https://docs.quarkiverse.io/quarkus-google-cloud-services/main/firebase-admin.html) ``` @Path("/app") public class FirebaseAppResource { @Inject FirebaseApp firebaseApp; @Inject SecurityIdentity identity; @GET @Path("/options") @Produces(MediaType.APPLICATION_JSON) public FirebaseOptions...

**Describe the bug** When using a customer model that has a PK that is not "id" the event_handlers.update_customer_helper fails to load the subscriber when calling. `subscriber = subscriber_model.objects.get(id=subscriber_id)` I believe...

bug