-
Using java-saml for security. its depends on javax.servlet. my project migrated from 'javax 'namespace to 'jakarta'. current version not supporting for jakarta servlet.
-
## Environment Details
* GlassFish Version (and build number): 8.x
* JDK version: 17+
* OS: any
* Database: any
----------
## Problem Description
Jakarta Persistence 3.2 has added qualifier…
-
- [x] Organization Name ("Organization") and, if applicable, URL:
* [Payara Services Ltd.](https://www.payara.fish/)
- [x] Product Name, Version and download URL (if applicable):
* [Payara Serv…
-
When a Pojo has multiple Bean-Annotations on a field, magic-bean crashes during code-generation.
Following example:
```
@MagicBean
public final class UpdateProductRequest {
@Schema(requir…
-
- [x] Organization Name ("Organization") and, if applicable, URL:
* [Payara Services Ltd.](https://www.payara.fish/)
- [x] Product Name, Version and download URL (if applicable):
* [Payara Serv…
-
### Describe the bug
For [load shedded](https://github.com/quarkusio/quarkus/blob/ea7996c7f2fb82e549dd79d21629648c87e0b9e2/extensions/vertx-http/runtime/src/main/java/io/quarkus/vertx/http/runtime/Qu…
-
I have an app (https://github.com/edeandrea/java-ai-playground/tree/quarkus) that if I try to set `quarkus.langchain4j.chat-memory.type=token-window` I end up getting a big fat stack trace (see below)…
-
boat plugin 0.17.51 is missing the import of the @Valid annotation (import jakarta.validation.Valid )
error: cannot find symbol
[ERROR] symbol: class Valid
-
#### Bug Report Checklist
- [x] Have you provided a full/minimal spec to reproduce the issue?
- [x] Have you validated the input using an OpenAPI validator ([example](https://apidevtools.org/swagg…
-
Hello all I have a JoinFaces app which runs just fine in IntelliJ IDE but when I package as a JAR and try running it this way I get "Too many redirects" when reaching the login page.
My application…