Charlie Dennison
Charlie Dennison
### Questions Camel example appears to be broken for both 3.x and 4.x ### Version 3.x https://github.com/vert-x3/vertx-examples/commit/31530f59aeda6344392a87968cedaf1960f65e52 4.x https://github.com/vert-x3/vertx-examples/commit/be4a5ddac93c4a143e4b09386ecc3d1b285e7b44 ### Steps to reproduce 3.x maven clean package $ java -jar...
**Describe the bug** Steps don't show up in report for Quarkus JUnit 5 tests **To Reproduce** git clone https://github.com/cdennison/quarkus-allure.git ./gradlew clean test open ./build/reports/allure-report/index.html **Expected behavior** Expected Quarkus test report...
This project is exactly what I need except that I need to generate to the report as part of the docker run command. Currently I can do this: docker run...
### Version 4.3.3-SNAPSHOT ### Context Previously scan while using Redis cluster was disabled - see this commit that recently enabled it: https://github.com/vert-x3/vertx-redis-client/commit/f43502bcf1e63566fc304a3d3f3349329989c2d1. ### Do you have a reproducer? A simple...
I tried using this tool to get a coverage report similar to goveralls but the lack of the "--coverpkg" arg caused it to give a much different result. You can...
I was happy to see that RabbitMQ was recently added to the documentation but I found several points confusing that I think would be best addressed using a quickstart. I...
Implements #1696
Hi Brylie, Are you still interested in working on this? Looks like you got off to a good start - I'm interested in contributing on the backend. Charlie
### Report Here's my deployment yaml For non-arm you can use just "nginx" for image Trying to use this trigger: https://keda.sh/docs/2.8/scalers/metrics-api/ ``` apiVersion: apps/v1 kind: Deployment metadata: name: nginx-keda-charlie namespace:...