Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jpa-dev] [External] : Re: Updates to the Jakarta Persistence Release Plan?
  • From: Lukas Jungmann <lukas.jungmann@xxxxxxxxxx>
  • Date: Fri, 26 Jan 2024 15:08:39 +0100
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=oracle.com; dmarc=pass action=none header.from=oracle.com; dkim=pass header.d=oracle.com; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=UIlMOWLBPe+DDqOKLChF85ChZ/J/i3J2j+EtWOrhLps=; b=Iemz4FhDy/V433qT+kO/kDFEjV9pLuS6y1IAKtJUX1LFp6Q/hH6OE3fZpbL3Due8UmlOgRKGWFXte9xxCr+CsPDKzlziK9Jf3syvJPXKMw84cjsw1oUX2WHU/82EBkcwE2k6Epu2jVwEYDbQrDxqjWYZ6wRIw0jjTav5TicR4+6oiF82irvU6607wN8mPWZy11Sq9EwrhtV4NTgw/tAlNp6ylK/iu6iVolHwl0RVcyUxfks/yoRrBPCDzmvU1tu5qUhWe9Kj0p4hRYgdgRWouqvRAFgxeeDKihNrQOM374x/zV9bFpA5+IbFt8q0pbJ2/ts8KNYHlCHeYrLFSAmgYw==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=AcXGxSmNd7hIu+vhVaukGzF/vC1LydDvkhKYzesX1CMnCPbuoUIcg/m5OALw5c+8hklj1yUmE32uwie3HyI4xkrmpPzkzvOzAy7MeRpnaV5rrPE/7lFKE3RRFym9xEowrgwLJoIudoTnauD1uX00E9ZaXwQUvGtuia8wDKkKH42aDCyGU9XvQoW+byayDNclrly+7aW7eEUuKDAgeEYiZnyZ9LlUas/yJsszFL5xoyvHVuisZjzxLqlFxem9z/sXmwXvG4EQkVMeMOBk7BuwmO/wDbsW5CfORT1yfmD7wSlFkcbjRXq4K1ENmvHzVpo7KJHiAshSWgDSJXZIPOaOjg==
  • Delivered-to: jpa-dev@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/jpa-dev/>
  • List-help: <mailto:jpa-dev-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/jpa-dev>, <mailto:jpa-dev-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/jpa-dev>, <mailto:jpa-dev-request@eclipse.org?subject=unsubscribe>
  • User-agent: Mozilla Thunderbird

On 24.01.2024 19:47, Scott Marlow via jpa-dev wrote:


On Wed, Jan 24, 2024 at 11:49 AM Tracy Burroughs via jpa-dev <jpa-dev@xxxxxxxxxxx <mailto:jpa-dev@xxxxxxxxxxx>> wrote:
<snip/>

    The only other item that doesn’t appear complete yet is the
    standalone TCK. While the Jakarta EE community would like to see the
    Platform TCK split up, it sounds like much of that may be deferred
    until Jakarta EE 12. I assume it is too early to abandon this item yet.


https://github.com/jakartaee/platform-tck/pull/1202 <https://urldefense.com/v3/__https://github.com/jakartaee/platform-tck/pull/1202__;!!ACWV5N9M2RV99hQ!N4kbzmnqksZhOJRwaK92D-4MqUK_9f_n7By-fMJM7WcPjEwF8PiiY-KKHhH-0aZxFtnQOsaug7a646FvYPEX$> deals with only the Persistence standalone tests and is now mentioned in issue 403.

After we merge https://github.com/jakartaee/platform-tck/pull/1202 <https://urldefense.com/v3/__https://github.com/jakartaee/platform-tck/pull/1202__;!!ACWV5N9M2RV99hQ!N4kbzmnqksZhOJRwaK92D-4MqUK_9f_n7By-fMJM7WcPjEwF8PiiY-KKHhH-0aZxFtnQOsaug7a646FvYPEX$>, would the Persistence Spec team want to move the Persistence standalone tests into the Persistence Spec repo?  I assume that the Persistence EE tests would remain in the Platform TCK as they are not ready yet.

I think that from release management point of view it would be good to have the TCK in its own repo managed by the persistence spec project. OTOH closer the tests are to sources, easier it is to keep them up-to-date, therefore I'm more leaning towards putting them into current API repo, under the tck folder.

What do others think/prefer?

wrt EE part - yes, keep them in the platform for now



         - provide standalone TCK based on Apache Maven
    _https://github.com/jakartaee/persistence/issues/403_
    <https://urldefense.com/v3/__https://github.com/jakartaee/persistence/issues/403__;!!ACWV5N9M2RV99hQ!N4kbzmnqksZhOJRwaK92D-4MqUK_9f_n7By-fMJM7WcPjEwF8PiiY-KKHhH-0aZxFtnQOsaug7a64wnxySx1$>

given where we are, I'd consider having TCKs under the control of adn released by this project to be enough for this release and transition to maven can be the next step

thanks,
--lukas



    Finally, if the API changes are nearly complete, will the schema
    changes (persistence.xsd, orm.xsd) be targeted for the M2 delivery
    at the end of February?  I assume this will be required before a
    compatible implementation can be provided for M3.

    Thanks,
    Tracy Burroughs  (_tkb@xxxxxx.com_ <mailto:tkb@xxxxxxxxxx>)
    WebSphere Application Server Development
    _______________________________________________
    jpa-dev mailing list
    jpa-dev@xxxxxxxxxxx <mailto:jpa-dev@xxxxxxxxxxx>
    To unsubscribe from this list, visit
    https://www.eclipse.org/mailman/listinfo/jpa-dev
    <https://urldefense.com/v3/__https://www.eclipse.org/mailman/listinfo/jpa-dev__;!!ACWV5N9M2RV99hQ!N4kbzmnqksZhOJRwaK92D-4MqUK_9f_n7By-fMJM7WcPjEwF8PiiY-KKHhH-0aZxFtnQOsaug7a642Nt7Bbh$>


_______________________________________________
jpa-dev mailing list
jpa-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://urldefense.com/v3/__https://www.eclipse.org/mailman/listinfo/jpa-dev__;!!ACWV5N9M2RV99hQ!N4kbzmnqksZhOJRwaK92D-4MqUK_9f_n7By-fMJM7WcPjEwF8PiiY-KKHhH-0aZxFtnQOsaug7a642Nt7Bbh$



Back to the top