Laird Nelson
Laird Nelson
Hello; thank you for a great little tool! For convenience, it would be nice if this tool supported `--name`, so that `{{ .Release.Name }}` (for example) could be supported in...
I just ran across this and didn't want it to get lost. I'm not sure what the proper solution is. H2 [changed](https://github.com/h2database/h2database/pull/3067) certain details about `IDENTITY` in their grammar. A...
Container-managed `EntityManager`s with a given qualifier and user-managed `EntityManager`s with the same qualifier seemingly prevent injection of any `EntityManager` with that qualifier. This is an edge use case but should...
Container-managed JPA has issues with JTA transactions started within other JTA transactions.
The OCI BOM (Bill of Materials) POM (v2.40.0) inherits from the parent POM: https://github.com/oracle/oci-java-sdk/blob/7b89c4a35d9cf3b75e159094a389838c6ed6f272/bmc-bom/pom.xml#L5-L10 The parent POM _also_ defines a `` element: https://github.com/oracle/oci-java-sdk/blob/v2.40.0/pom.xml#L498 The result is that projects that import...
https://jakarta.ee/specifications/cdi/ has the title "Jakarta Contexts and Dependency Injection". That seems right. Then each subheading on that page says "Jakarta Context Dependency Injection". That seems wrong. Navigating to https://jakarta.ee/specifications/cdi/4.0/ (haven't...
[Section 11.5.4](https://jakarta.ee/specifications/cdi/3.0/jakarta-cdi-spec-3.0.html#after_deployment_validation) says: > The container must fire an event after it has validated that there are no deployment problems and **before creating contexts** or processing requests [emphasis mine]. [Section...
There are several things we can do to make UCP a better citizen of Helidon MP: - [x] #8345 (#8359) - [x] #8379 (#8378) - [ ] #9148 There may...