quarkus
quarkus copied to clipboard
Quarkus: Supersonic Subatomic Java.
### Describe the bug After upgrading from **2.9.2.Final**, requests to the GraphQL API for secured resources (queries / mutations) may spuriously fail with an "unauthorized" error-code. I have created a...
Edits to enhance the Quarkus security content and to prepare for future restructuring by using the Diataxis framework. Relating to QDOCS-33
**Description** Currently, the extension doesn't configure Image Pull Secrets. It would be nice to have the extension generate and use image pull secrets with the following ways: - optionally by...
### Description One of the types of volumes in kubernetes is the emptyDir described in https://kubernetes.io/docs/concepts/storage/volumes/#emptydir and from https://quarkus.io/guides/deploying-to-kubernetes#quarkus-kubernetes-kubernetes-config_configuration there seems to be no support in quarkus-lubernetes for this type...
Fixes #26782 I wanted to write a test but in test mode the framework router is not created and everything is under HTTP root router so I think that adding...
JIRA: [QDOCS-31](https://issues.redhat.com/browse/QDOCS-31) Edits to the Quarkus security content to enhance introduction to OpenID Connect
Added `quarkus.flyway.ignore-migration-patterns` parameter to quarkus config. Resolves https://github.com/quarkusio/quarkus/issues/27099
### Describe the bug Hi guys! I've noticed that some async processing in our project exhausts a database connection pool, and it never recovers. The problem can be fixed by...
**Describe the bug** It seems it is not possible to use hibernate-reactive while providing JDBC properties, and those are required buy Liquibase extension, effectively, Liquibase cannot be used with hibernate...