Martin Kouba
Martin Kouba
Gizmo2: API limitation - method body can only be built in the consumer passed to BodyCreator.body()
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...
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...
### 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...
- introduce a simplified Node structure
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...
### 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...
- see also https://github.com/quarkusio/quarkus/discussions/51489