Jean-Louis Monteiro
Jean-Louis Monteiro
Fixed the table in the pages according asciidoc syntax. Added new/old page (apache-tomee.adoc) by your relevance. One page (spring-ejb-and-jpa.adoc) were with broken links to old example project (spring-integration) that not...
This PR also includes - a fix for a property to match what's in to-jakarta.sh - a local definition to avoid failures on non-english systems
Hi, Some methods in the Transactional subset of JTA are implemented like this https://github.com/eclipse-ee4j/jakartaee-tck/blob/master/src/com/sun/ts/tests/jta/ee/transactional/Client.java#L420 Basically a userTransaction.begin() with catch and no finally. No commit()/rollback() seems to happen and therefor the...
Hi community, I'm currently working on a TCK failure in Apache TomEE. com.sun.ts.tests.jpa.core.enums.Client#setgetFlushModeEntityManagerTest_from_stateless3 This particular method https://github.com/eclipse-ee4j/jakartaee-tck/blob/master/src/com/sun/ts/tests/jpa/core/enums/Client.java#L955 In essence, it gets an entity manager from the container. It's a Stateless...
- [ ] promotes api staging release promotes the specification api jars to maven central. An example release job script can be found here https://wiki.eclipse.org/MavenReleaseScript. - [ ] go through...
Per the current [TCK Process documentation](https://jakarta.ee/committees/specification/tckprocess/), please find bellow a challenge related to JSON-B TCK. Can someone please add the `challenge` label which is required by the TCK Process but...
We have discussed many times the veto() impact when there is specialization involved. We could also ask ourselves if it brings much value to have veto() in PBA.
CDI relies on EL but at the same time goes against what's the EL specification says. For instance, CDI makes it possible to have names with "." (dot) but it's...
Is it possible to set up something like netlify to have live previews of PRs and current version of the specification? I know everyone can of course checkout the repo...