Martin Kouba

Results 38 issues of Martin Kouba

In Gizmo2, the method body can only be built in the consumer passed to `BodyCreator.body(Consumer)`. This is clean and works fine in most cases. However, in Gizmo1 a common pattern...

enhancement
question
2.x

I agree that the defaults should just follow the JLS. But in Gizmo1 the defaults differ. For example, the `MethodCreator` produces `public` methods by default, fields are `private` (unless declared...

question
2.x

### Description It can cause high memory consumption for apps with many beans (thousands) and complex hierarchy. See also https://quarkusio.zulipchat.com/#narrow/channel/187030-users/topic/High.20memory.20consumption.20during.20build-phase.20on.20a.20big.20monolith ### Implementation ideas - optimize the generated JSON - load...

kind/enhancement
area/arc
area/dev-ui

- introduce a simplified Node structure

area/arc

The wording of [Session Management](https://spec.modelcontextprotocol.io/specification/2025-03-26/basic/transports/#session-management) indicates that _"servers MAY establish stateful sessions"_ but in fact, the servers MUST use stateful sessions to be able to associate a client "operation" request...

As discussed on Discord it would make sense to add the possibility to supply a custom eventLoop context when a new WebSocket is connected. Currently, when you connect a new...

enhancement

### Description Currently, the first param (= the template id) is always treated as a string literal (i.e. it's not evaluated). For example, if there's a template that contains `{#include...

kind/enhancement
area/qute

- see also https://github.com/quarkusio/quarkus/discussions/51489

area/qute