Giancarlo Calderón Cárdenas
Giancarlo Calderón Cárdenas
### Describe the bug -H:±UnlockExperimentalVMOptions was introduced in GraalVM for JDK 21 (see https://github.com/oracle/graal/issues/7105). When building an app natively, the following warning appears: ```shell Warning: The option '-H:IncludeResources=rabbitmq-amqp-client.properties|version.properties' is experimental...
## Suggestion To be able to use autocomplete when changing "properties" used in a section where autocomplete is available (`dependency.version`, `dependency.artifactId`, `dependency.groupId`, `plugin.version`, `plugin.artifactId`, etc.) ## Use Cases When changing...
On newer versions of SonarQube there is a new Authentication tab on Administration/Settings page (screenshot from 9,9)  It'd be nice to organize `sonar-auth-oidc` settings inside this section. Full location...
Closes https://github.com/abdonrd/github-labels/issues/5 - I didn't update the image because I don't have the source file - Wasn't sure if there was already a guideline regarding colors, so I just reused...
Given [this list](https://quarkus.io/guides/opentelemetry-tracing#quarkus-extensions-using-opentelemetry), it looks like`quarkus-rabbitmq-client` doesn't currently support `quarkus-opentelemetry` "by default". Is there any plan to add support for `quarkus-opentelemetry`? `quarkus-messaging` supports it Related links: - https://stackoverflow.com/questions/75160902/opentelemetry-context-propagation-using-messaging-artemis - https://github.com/brunobat/quarkus-observability-demo/tree/main/quarkus-observability-demo-activemq
I currently have an app that: 1. Retrieves credentials from a vault 2. Uses a certificate (in base64) to secure the connection Both configurations depends on using `ConnectionFactory` to create...
For some reason, some ESM code is included in earlier versions, where CommonJS is supposed to be still compatible. Upgrading to said versions breaks CommonJS apps. ## Summary - `[email protected]`...
Fixes https://github.com/modernweb-dev/web/issues/2810 ## What I did 1. Add support for nested TestSuites 2. Print TestSuite names (including root) 3. Print log when test file has no test defined 4. Add...
### What is the problem you're trying to solve? If: - "@stylistic/max-empty-lines" is set to 1, and - "@stylistic/block-closing-brace-newline-after" to "always" it is not possible to say "except to last...
Is it possible to define a custom `.browserslistrc` location? It currently defaults to the root of the execution path. https://github.com/browserslist/browserslist seems to support path and config options, but am not...