-
### Description
When working with Quarkus WebSockets Next it seems impossible to execute async callbacks.
Use cases are:
- some code takes long time to execute and I don't want to block ws endp…
-
### Expected Behavior
When following the docs here:
https://micronaut-projects.github.io/micronaut-validation/snapshot/guide/index.html#compileTimeValidation
I expect the below annotation to be val…
-
Error when using async request client
Version: 3.0.12
Code:
```
try (Response response = client.target(BASE_RESOURCE_URI.formatted(baseURI))
.path("items")
…
-
### Describe the bug
after updating to version >3.5.3 (e.g. 3.9.4), the application stopped working.
I have a demo project to reproduce issue: https://github.com/sszuev/play-quarkus
the application…
-
Given a job property defined as an enum named BatchMode
```
@BatchProperty(name = "batchMode") BatchMode batchMode
```
I get an injection error
```
Caused by: java.lang.RuntimeException: io.qua…
-
The following types are allowed to be injected in class fields and method parameters via @Context injection. These will need to be supported via CDI going forward:
- Application subclasses
- Uri…
-
[About CDI Managed Beans](https://eclipse-ee4j.github.io/jakartaee-tutorial/#about-cdi-managed-beans)
> A top-level Java class is a managed bean if it is defined to be a managed bean by any other Jak…
-
### Expected Behavior
The modules `io.micronaut.core_processor` and `io.micronaut.inject` contains the same package `io.micronaut.inject.annotation`.
I guess the correct fix is that either there s…
-
Currently when adding a `Bean` using `jakarta.enterprise.inject.spi.AfterBeanDiscovery.addBean()` or `jakarta.enterprise.inject.spi.AfterBeanDiscovery.addBean(Bean)` any decorators declared or program…
-
Something to think about:
> WARNING: Annotation classes from the 'javax.inject' or 'javax.annotation' package found.
> It is recommended to migrate to the corresponding replacements in the jakarta…
gnl42 updated
5 months ago