-
environment: freshly installed and untouched eclipse 2024-6 on linux mint 22 with default jdk (build 21.0.4+7-Ubuntu-1ubuntu224.04)
steps to reproduce:
1. download the eclipse installer (https:/…
-
Nothing happen for improvements( i'm expect pop-up show available configuration)
i'm also enable [Show the documentation popup] config
and with application.yaml i'm got this error
### …
-
### Describe the bug
When compiling in native mode with Quarkus, the build failed because `Crc64NvmeChecksum` class has a method exposing an optional class.
This was introduced in 2.29.0 (2.28.2…
-
### Describe the bug
Hello!
Running `mvn quarkus:dev` in terminal and navigating to the Dev UI to activate Continuous Testing works fine.
However, starting the same application via bundled In…
-
### Describe the bug
I have a pipeline in Azure DevOps:
```
jobs:
- job: SonarQubeAnalysis
steps:
- checkout: self
fetchDepth: 0
- task: Cach…
-
### Description
We have `org.quarkus.panache.common.Sort` to create sort objects which can be added to the find-query:
```
Sort sort = Sort.by("name").and("age", Direction.Descending);
Sort sort2 = …
-
Quarkus uses Apicurio Registry serdes classes in their build. They build everything to native obviously, so we need to make sure that we can build our serdes classes to native successfully. Recently…
-
the `./mvnw package -Dquarkus.kubernetes.deploy=true` command is complaining about a missing namespace, just a few lines after it says the actual namespace is `default`:
```
[INFO] [io.quarkus.kub…
-
## Description
Create entry for the Quarkus migration guide and the new default values (that are now inherited from Fabric8's defaults).
See https://github.com/quarkusio/quarkus/pull/43475#issue…
-
### Describe the bug
When creating an io. vertx. mutiny. ext. web. client. WebClient, one can provide a `WebClientOptions` object.
The WebClientOptions allow to set a name and a metric name
````
…