Aurélien Leboulanger

Results 6 issues of Aurélien Leboulanger

### Is your task related to a problem? Please describe I can't find a way to use an example of waitUntilCondition described in your readme file https://github.com/fabric8io/kubernetes-client/blob/master/doc/CHEATSHEET.md#kubernetes-client-dsl-usage ### Describe the...

Waiting on feedback
status/stale

**Describe the bug** the rule `java.jax-rs.security.insecure-resteasy.default-resteasy-provider-abuse` is producing a false positive when the `@Consumes` annotation is set at the class level only. **To Reproduce** ``` package unsafe.jaxrs; import java.util.*; import...

bug

**Expected behavior** `quarkus build --native` passed **Actual behavior** ``` java.lang.ClassNotFoundException: io.vertx.core.http.impl.Http1xServerResponse at java.base/java.net.URLClassLoader.findClass(URLClassLoader.java:445) at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:592) at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:525) at java.base/java.lang.Class.forName0(Native Method) at java.base/java.lang.Class.forName(Class.java:467) at io.quarkus.runner.Feature.runtimeReinitializedClasses(Unknown Source) at io.quarkus.runner.Feature.beforeAnalysis(Unknown Source) at org.graalvm.nativeimage.builder/com.oracle.svm.hosted.NativeImageGenerator.lambda$runPointsToAnalysis$9(NativeImageGenerator.java:757)...

quarkus

I created a file in `.github/.scala-steward.conf` for a repository on which I launched the scala steward action. I put some override like below, but the PR already created didn't follow...

Hello, I retrieved the specification https://data.ademe.fr/data-fair/api/v1/datasets/dpe-v2-logements-existants/api-docs.json and try to generate an http client from this Open specification but it seems that the document is not valid. you can see below...

**Describe the bug** Unable to intercept traffic from macOS with telepresence 2.17 [telepresence_logs.zip](https://github.com/telepresenceio/telepresence/files/14603528/telepresence_logs.zip) **To Reproduce** I followed the steps from the website * telepresence helm install * telepresence connect *...