Kyle Aure
Kyle Aure
# User Story As a user of this test framework, I want to be able to pass information from my test-container to my app container during the setup process. This...
As a user of the system-test package, I would like to use the integration test capabilities of this package for test driven development. However, after performing an integration test, there...
Currently, there are a number of tests that will use `Thread.sleep()` to pause execution to wait for task completion. During the TCK port I centralized this activity to a single...
Based on feedback on PR: https://github.com/eclipse-ee4j/jakartaee-tck/pull/816 The standalone TCK needs to implement a similar feature as the Platform TCK vehicle infrastructure. This means that all tests in packages `ee.jakarta.tck.concurrent.api.*` need...
The failure is due to the Signature Test plugin failing to run in `static mode` because it does not recognize or thinks that a specifc argument is missing. This leads...
We should upgrade to building and testing using Java 17 as a stepping stone to Java 21 (Necessary for Jakarta EE 11). - [ ] If necessary upgrade gradle wrapper...
Fixes #348 Fixes where the TCK makes the wrong assumptions about character encoding.
When running the TCK on an OS/JDK combination that uses a different character encoding other than UTF-8 the following tests fail: ```xml ``` Due to assertions that assume that Charset.defaultCharset()...
### Proposal Let's start a plan for the 3.1.0 GA release! 🎉 ### Outstanding work - [x] https://github.com/jakartaee/concurrency/pull/473 ### Check List #### Prepare - [X] Open this issue. - [x]...
### Proposal If we were to create a 3.0.4 service release I wanted an issue open to track changes we would want to put in ### Outstanding work - [...