-
This is not a bug
We need to add new entries for Steering meeting minutes in https://jakarta.ee/meeting_minutes/ , under the tab: Jakarta EE Steering Committee, in the same way as other files with …
-
Is there any servlet in JEE which understands all three APIs?
The problem is that there is no servlet which handles requests from all these three under one Security Context. At the same time the Mode…
-
I'm trying to port our quartz jobs to a recent version of Wildfly (31 under Java 17) and get the following error for a job declared in an XML-file:
`ERROR [org.quartz.core.JobRunShell] Job JobSched…
cstsw updated
1 month ago
-
When LTI upgrades to LSP4Jakarta 0.2.2 this will finally enable support for `resolveCodeAction()`. `RemoveParamAnnotationQuickFix` stores an integer in the extended data which will be serialized to JS…
-
At the moment, it is not possible to have null @Embedded objects in JPA (while Hibernate, etc allow it). This is quite a common scenario in most domain models that JPA should take into account. The fo…
-
We are using JDK 10. We get a bunch of errors when some of the dependencies listed in the readme of this project seem to reference good old tools.jar. Since this is no longer available since jigsaw th…
-
we added interceptor to intercept the request and response and need to get the response body in string format
How should I access the response body.
class RequestResponseInterceptor(privat…
-
Extracted from https://github.com/open-telemetry/semantic-conventions/issues/1205
`messaging.operation.type = publish` is specific to pub/sub/topic.
`send` would sound more neutral and apply to …
-
**Challenged Tests:**
```
com.sun.ts.tests.servlet.api.jakarta_servlet_http.cookie.URLClient#getDomainTest
com.sun.ts.tests.servlet.api.jakarta_servlet_http.cookie.URLClient#getPathTest
com.sun.ts…
-
Note that I am using the https://github.com/eclipse-ee4j/jakartaee-tck-tools/pull/129 change locally for refactoring the JPA tests which address a compile error.
When running the JPA test ee.jakart…