George Gastaldi
George Gastaldi
Right now the `env` property values get added to both the BuildConfiog and DeploymentConfig environments (it was assumed that this wouldn't really cause any problems in the vast majority of...
There are use cases where you want to provide an example application but don't want the sources to be stored in a new Git repository (for example, if your example...
Add messaging capability for Quarkus This could be (but not required to) based on: https://github.com/fabric8-launcher/launcher-documentation/wiki/Mission:-AMQ-Messaging-Work-Queue
Because the `registry.access.redhat.com/redhat-openjdk-18/openjdk18-openshift` S2I image has Maven 3.5.0 and Quarkus requires Maven 3.6.0+ to build.
Sentry integration no longer works when the app was migrated to Quarkus. Referenced issues: - https://github.com/quarkusio/quarkus/issues/2400 - https://github.com/quarkusio/quarkus/issues/2409
Ideally the following environment variables should be fetch from secrets instead of the configmap: * LAUNCHER_MISSIONCONTROL_OPENSHIFT_USERNAME * LAUNCHER_MISSIONCONTROL_OPENSHIFT_PASSWORD * LAUNCHER_MISSIONCONTROL_OPENSHIFT_TOKEN * LAUNCHER_MISSIONCONTROL_GITHUB_TOKEN
This means use the JUnit 5 extension instead of rules: https://hoverfly.readthedocs.io/projects/hoverfly-java/en/latest/pages/junit5/extension.html
https://github.com/eclipse/microprofile-metrics https://www.tomitribe.com/blog/2018/05/getting-started-with-microprofile-metrics/
Right now we have webhooks that are triggered when the booster-catalog changes (or a new booster-catalog release is fired), however they need to hit all the existing replicas instead of...
### 🔖 Summary Support deploying applications using Quarkus as the backend ### 🌐 Project website (if applicable) https://quarkus.io ### ✌️ Context _No response_ ### 👀 Have you spent some time...