Ed Bratt
Ed Bratt
Tracking issue for the platform team to produce recommendation for output format from each TCK and each vehicle summary that will be required for certification reports. It has been noted...
I've re-read through part one of [the tutorial](https://eclipse-ee4j.github.io/jakartaee-tutorial/) and thought there are several aspects which we could consider revising. This issue captures my thoughts and could serve as a vehicle...
Create an MP starter application from 'Helidon Starter' features: [CDI, Config, Health, JPA, JTA, Metrics, Open API, Server] Build application with `mvn -X package -Pjlink-image` Build fails with timeout --...
Consider adding build targets for GraalVM Enterprise PGO This can be accomplished using cmd arguments: `mvn package -DbuildArgs="--pgo-instrument" -Pnative-image` for generating the profile generation build. Followed by `mvn clean package...
Improve integration support for in memory cache, such as Coherence. (Coherence CE). - [ ] helidon-io/helidon#9125 - [ ] helidon-io/helidon-examples#84 - [ ] helidon-io/helidon#3118 - [ ] #9364 (Feedback is...
We have all configuration metadata available in the Helidon jar files. We should be able to validate that a configuration file contains only supported structure in our "owned" root configuration...
Platform should adopt HTTP/3 as a required available protocol. This would include Servlet, REST, and any other component specification that specifies the specific HTTP protocol version. This should improve performance...
**Is your feature request related to a problem? Please describe.** Simplify the programming model with Virtual Threads **Describe the solution you'd like** Jakarta EE 12 is proposed with a base...