[TCK] JTA EntityManager issue

2020-12-01 Thread Jean-Louis Monteiro
Hi community, I'm currently working on a TCK failure. 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

Re: CI job for tomee-7.0.x

2020-12-01 Thread Zowalla, Richard
Hi, forgot to send an eMail to the list. The related PRs are available: https://github.com/apache/tomee/pull/720https://github.com/apache/tomee/pull/722 BestRichard Z Am Freitag, den 27.11.2020, 13:09 + schrieb Zowalla, Richard: > Will also check the third one :) - will create a related JIRA.

Re: JSON Pointer/Patch issue with /-

2020-12-01 Thread Jonathan Gallimore
I'll address a few points inline below, but at a high level, what are we looking to achieve from a spec/tck challenge? I can see a case for some clarification and updates to the Javadoc. The assertions that /- will return an error (as that references an index to append to after the *end* of an

Re: JSON Pointer/Patch issue with /-

2020-12-01 Thread Romain Manni-Bucau
Le mar. 1 déc. 2020 à 14:40, Jonathan Gallimore < jonathan.gallim...@gmail.com> a écrit : > I'll address a few points inline below, but at a high level, what are we > looking to achieve from a spec/tck challenge? > > I can see a case for some clarification and updates to the Javadoc. > > The