Nathan Rauh

Results 13 issues of Nathan Rauh

We are seeing the following TCK test fail intermittently (extremely infrequently - just 3 times since we automated running of the TCK several months ago) ee.jakarta.tck.concurrent.api.LastExecution.LastExecutionTests.lastExecutionGetRunningTimeTest which intermittently fails claiming...

Some CDI users would like to be able inject the default instances of ManagedExecutorService, ManagedScheduledExecutorService and/or ContextService into CDI beans with `@Inject` instead of `@Resource`. For example, ``` @Inject ManagedExecutorService...

Comments on the release review of Concurrency 3.0 from @edbratt that we can address in the following release: > I did notice that the TCK JAR does not contain test...

TCK

MicroProfile Context Propagation includes the ability to propagate JTA transactions to completion stage actions and executor tasks. Much of the capability is considered optional, acknowledging that some transaction managers will...

enhancement
Type: New Feature
microprofile

Please add this in Jakarta EE 11. It is needed by Jakarta Data. When performing method validation on methods that came from an interface and you don't control the interface...

[Structured Concurrency](https://openjdk.org/jeps/437) has been in incubation in Java 19 and 20 and might be part of a supported release of Java SE at some point, in which case the Concurrency...

enhancement

The Concurrency resource definition annotations (which were added in EE 10 and updated in EE 11) are missing from the Jakarta EE platform specification. These ought to be included alongside...

### As a ... - [ ] Application user/user of the configuration itself - [X] API user (application developer) - [ ] SPI user (container or runtime developer) - [...

enhancement

## Plan Review PR template When creating a specification project plan review, create PRs with the content defined as follows. Include the following in the PR: - [x] A directory...

A specification participant in Jakarta Data proposed adding [java.time.YearMonth](https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/time/YearMonth.html) and [java.time.MonthDay](https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/time/MonthDay.html) as supported temporal types in Jakarta Data. The participant also indicated having a business need for `YearMonth`. I noticed...