quarkus icon indicating copy to clipboard operation
quarkus copied to clipboard

Quarkus: Supersonic Subatomic Java.

Results 937 quarkus issues
Sort by recently updated
recently updated
newest added

**Describe the bug** According to quarkus documentation, named handlers can be added and attached to categories: https://quarkus.io/guides/logging#category-example It is not supported with gelf however. **Expected behavior** custom handlers should be...

kind/enhancement
area/logging

This allow it to be compatible with Confluent Schema Registry

area/testing

This PR upgrades to [SmallRye GraphQL 1.7.0](https://github.com/smallrye/smallrye-graphql/releases/tag/1.7.0) that contains a new version of [graphql-java (v19.0)](https://github.com/graphql-java/graphql-java/releases/tag/v19.0). The validation messages now supports i18n and the default message changed slightly (hence the overrides...

area/smallrye
triage/waiting-for-ci
area/dependencies
area/graphql
area/jakarta

The Link java class from JAXRS API contains a JAXB Adapter that inherits of XmlAdapter (from JAXB API). The Mandrel native build detects the missing dependency and fails with: ```...

area/jaxb
area/mandrel
area/resteasy-reactive

As discussed at JNation, we have some experiments showing that: - there's no compelling reason to start more eventloops than available cores - it's actually harmful for performance in some...

release/noteworthy-feature
area/vertx

### Describe the bug When using `resteasy-reactive` in Kotlin (I didn't test with Java), when I have an endpoint like this: ```Kotlin import org.jboss.resteasy.reactive.MultipartForm @POST @Path("/image/{id}") @RolesAllowed(MANAGER_ROLE, ADMIN_ROLE) @Consumes(MediaType.MULTIPART_FORM_DATA) @Operation(summary...

kind/bug
area/openapi
area/resteasy-reactive

fix: #26536 `EagerSecurityHandler` performs standard security checks for endpoints annotated with an RBAC annotation and the same checks are later done by `SecurityHandler`. We still need interceptors to run for...

area/arc
area/security
area/resteasy-reactive

**Description** To debug more easily an Ajax request I propose to return the traceId in response header. ![image](https://user-images.githubusercontent.com/5189615/92352776-235ea580-f0df-11ea-8cf4-bdad69a57463.png) ![image](https://user-images.githubusercontent.com/5189615/92355547-c0700d00-f0e4-11ea-9135-fed81a73f592.png) ![image](https://user-images.githubusercontent.com/5189615/92352791-2a85b380-f0df-11ea-9c15-b4e267f53a4d.png) **Implementation ideas** I've follow this code https://github.com/quarkusio/quarkus/blob/master/extensions/jaeger/runtime/src/main/java/io/quarkus/jaeger/runtime/MDCScope.java ```java package com.damdamdeo.todo.publicfrontend.interfaces;...

kind/enhancement
good first issue
area/smallrye
area/tracing

- Fixes #23807

area/core
area/config
area/arc
area/undertow
area/resteasy-reactive