Vincent Sevel

Results 12 issues of Vincent Sevel

**Feature request** **Is your feature request related to a problem? Please describe.** Management metrics about the gc and the memory pools are not reported through the `java.lang.management.ManagementFactory` `GarbageCollectorMXBean` and `MemoryPoolMXBean`...

feature
native-image

**Which component are you using?**: `vertical-pod-autoscaler` **What version of the component are you using?**: ``` I0503 08:29:34.972158 1 main.go:15] Version: vertical-pod-autoscaler-operator v4.8.0-202111041632.p0.git.ef8ad45.assembly.stream-dirty I0503 08:29:47.410096 1 main.go:76] Vertical Pod Autoscaler 0.9.0...

vertical-pod-autoscaler
kind/bug

When using failure strategy "dead-letter-queue", nacked messages are copied into the dead letter topic, with new headers: dead-letter-reason, dead-letter-offset, dead-letter-partition, dead-letter-topic, dead-letter-cause. Right now those headers are hard coded into...

I have implemented https://quarkus.io/guides/amqp using: - a cluster of 2 interconnect, connected using link routes to - a cluster of 2 AMQ brokers The interconnect and broker processes run in...

amqp

I can't find a way to evaluate successfully something like `x\${x}` to `x\foo`. With config: ``` x: foo a: x/${x} b: x\${x} c: x\${x} d: x\\${x} e: x\\\${x} f: x\\\\${x}...

bug
spec-related

### Description Here is a use case we expect to be supported: ``` @Inject MyComponent myComponent; @Inject @VirtualThreads ExecutorService vThreads; @Inject SecurityIdentity securityIdentity; @GET @Produces(MediaType.TEXT_PLAIN) @RunOnVirtualThread @Path("/vt") @RolesAllowed("admin") public String...

kind/enhancement
area/arc
area/security
area/virtual-threads

Support global defaults for discovery and load balancer types used across the application: ``` stork.service-discovery=consul stork.service-discovery.refresh-period=7M # default value for consul's discovery param refresh period stork.load-balancer=least-response-time # hello will use...

enhancement

This is related to this: ``` if (firstTime) { log.debug("fetch secrets first time with attempts = " + vaultRuntimeConfig.mpConfigInitialAttempts()); fetchSecretsFirstTime(properties); firstTime = false; ``` If there is a failure, `firstTime`...

**Description** Presets are configured in `PlatformService.PRESETS`. I would like to instantiate my own `code.quarkus.io`, with my own presets. For instance: small mycompany serverless app, medium mycompany app, mycompany batch processing...

feature

**Description** This [selection](https://code.quarkus.io/?e=messaging-kafka) (extension `quarkus-messaging-kafka`) will show the transitive dependencies. But if I specify a filter such as in this [selection](https://code.quarkus.io/?e=messaging-kafka&extension-search=category:messaging) (category `messaging`), the transitive dependencies disappear, even those that...

feature