Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jpa-dev] What's next for JPA?
  • From: Xavier Dury <kalgon@xxxxxxxxxxx>
  • Date: Fri, 15 Nov 2019 15:06:30 +0000
  • Accept-language: en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=none; dmarc=none; dkim=none; 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-SenderADCheck; bh=l2jdelBWeHNbQC6OV/5NTjwnxtDKpbuTJr/wm7QEc8k=; b=SYIVWV9TpIaFkO8fWeAOVseHK2c1qghk4O/hbr8TbycALG3XraOYp8ZDBEOdbPEKRzfHw1vz3Z+M8FiQONAYQH8ChjfpowQoUiFKRl4wc/+Tc90aMUcLzjs9TxW2jfw3fKx3yZtW9MBnUN6SWKcFuaBWj2hpnasBVps0BYu1FCDvAl3+V8m60xpA5vR3STGfHYdehrE8cNj3rv7Jo+ccOHTg/IKw2BZQIs4A8tH88GEil6zigTmphD5ITGYJ7qOi42rFG+qRDc4b82kK3vtozHIZmsA6AkKkkDV7UZ+Ucy/rH4flB1XsQLDL7SQ0G1c8t9kCRjtpLmyPADDHWh7IFg==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=kLN4KaFpCpFJXWrOWGrL6XHRFoJeE8XlMyqX+WwYeS8M4pYm/3hOauLlzmz3lYpNKUVgMzPj6Ve08vBx/SR0pCzw2b/Ruu4aQ3wvv0oXAAFQQ5TyyZXXco/COi/JUrNHVRlljNOhQKcd7NGthcp6uHq4piKtpRcWgYZW+yTw0GPiIwsxx5+IElp1lFBkb0EZntVc6XJGgbQqk2oMwp0XlRTbyXM7+Pylp7dFX8/qEOXv9Eu38wu6RG6nOcTMnl88qo9h7sZYBLO28RKdTaOMi2eVDlDUwNND6JrCxahMIgw1pYL9VSM89NYlREtUQ0oQCrMvE7wTw+vPVPhAsy7EfQ==
  • 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: AQHVkJt3YGl7unES9EW4BntbCCaDB6eFvqIAgAarj6s=
  • Thread-topic: [jpa-dev] What's next for JPA?

Hi,

I don't know how the EG is working but Is there any review process or selection criteria for the current open issues?

If not, as there are less than 150 issues, it would be nice if people could review all of them and vote for the ones they find interesting (or leave a comment asking for more clarification if needed).

>From those 150, the top-voted 10, 20 or XX (https://github.com/eclipse-ee4j/jpa-api/issues?q=is%3Aissue+is%3Aopen+sort%3Areactions-%2B1-desc) could be picked up, further debated and become candidates for JPA.next.

Regards,
Xavier

________________________________________
From: jpa-dev-bounces@xxxxxxxxxxx <jpa-dev-bounces@xxxxxxxxxxx> on behalf of Vano Beridze <vanuatoo@xxxxxxxxx>
Sent: Monday, November 11, 2019 10:10 AM
To: jpa developer discussions
Subject: Re: [jpa-dev] What's next for JPA?

1. Today you use orm.xml file to indicate that you want to use different schema in your queries.
JPQL queries respect that parameter but with native queries you have to use env var or some other mean to indicate schema name.

2. Subquery support in JPQL queries (SELECT FROM part)

Kind Regards,
Vano

On Fri, Nov 1, 2019 at 2:02 PM Behrang Saeedzadeh <behrangsa@xxxxxxxxx<mailto:behrangsa@xxxxxxxxx>> wrote:
Hi all,

What are the current plans for the future versions of the JPA spec?

When is the next version expected?

Is there a roadmap?

What features are being discussed?

Best regards,
Behrang Saeedzadeh
blog.behrang.org<https://blog.behrang.org>
_______________________________________________
jpa-dev mailing list
jpa-dev@xxxxxxxxxxx<mailto:jpa-dev@xxxxxxxxxxx>
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/jpa-dev


Back to the top