Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jpa-dev] Updates to the Jakarta Persistence Release Plan?
  • From: Tracy Burroughs <tkb@xxxxxxxxxx>
  • Date: Wed, 24 Jan 2024 16:48:31 +0000
  • Accept-language: en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=us.ibm.com; dmarc=pass action=none header.from=us.ibm.com; dkim=pass header.d=us.ibm.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=ENQzb2WCjOmO2rqR8/3P42SjnBlDoPGpDWMGxKeOHeQ=; b=hcy8zBWcAjaLCN/l9vkYjHxdSXRGIzzNpvbWz5n5VnwqerxFxTcp+opOfnGI49vSmwtzPejgcVLrzMihR0+50dyVPhTBDgCXLlaBzL6l5iY4lymwtWw26o9lhv6Bde+2BGYXPjswq8KNGq4vSkHTySeeTL/Jv9HnQgFIzow+IhKMnHa3/D0HOCZE47jJDMuVuKutFcgjNBbyrb1ihSAxyVKdhTI5BzglIrbnOgOXU5ZFor4bVk1b87bDyo2CHN0PFUdhk9+eZQlccURNBE85oJFWWf23lPrqLtYIS+flZt4RTFfT2ZuboHK2wRY/ahlRX7qGq6h/DBNtqVM2Bx3BVA==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=EwsROq4MNKXg8M6UH1CxGp9Tj+2Fob1wXE3StJ99qr7meFutfQSImtO/xlmyP568T5/LajWFWCa8v9/8A60TeTWG8Dluj5WC6NTvfH9lP4J6QiJjlnjze0K/bav/TBm0RDw+QA1bkzSoW5u2/f5iGAUrGedZ10ofFFDxS8FsXfZ8Z1+ToPHEUxg+4WPtMtQv+Ud7ytBp26S588eB74FTyI5JTEV6gjBbp1pvfOEsnKY2EyO7jSNdqxdNlGLVSKtXU1feNK4dtNS23SHQeAkD7qu3+/VkoDR1Oank5dLFuOyNbmoxD7IBQnTktYzYGDHYmM/reTrHUFRzEgKW9EALxQ==
  • 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>
  • Thread-index: AdpO2Ra5TVS31wpCQl6yHnH4yijGJw==
  • Thread-topic: Updates to the Jakarta Persistence Release Plan?

Is it time to update the Jakarta Persistence 3.2 release plan to remove items that will not be included?

Plan : https://projects.eclipse.org/projects/ee4j.jpa/releases/3.2

Specifically, it appears the following items will not make Jakarta Persistence 3.2:

    - support for subqueries in the select, from and join clauses
        https://github.com/jakartaee/persistence/issues/401

    - define stateless EntityManager
        https://github.com/jakartaee/persistence/issues/374

    - provide support for spatial queries and data types
        https://github.com/jakartaee/persistence/issues/198


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.

    - provide standalone TCK based on Apache Maven
        https://github.com/jakartaee/persistence/issues/403


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@xxxxxxxxxx)
WebSphere Application Server Development
 
 

Back to the top