Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jpa-dev] [External] : What's coming in the pipeline for JPA 3.1?
  • From: Lukas Jungmann <lukas.jungmann@xxxxxxxxxx>
  • Date: Thu, 2 Dec 2021 16:31:57 +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=rxrebveZgenldvk31NJZhGNZtMFihYEHRQxJqVyzGzQ=; b=X1GJvTCFCYrbSfKCp5/h6Fpc5PoKKwhHY+QYiBE/EtzEYtBhgGjW/0MyBoQpTK3nsrsa7T61OiG5JNFbBkBt6hpiloECfSPVo+/2P6Y1snCnOyzmf2S8TCzY53GH5MfiAZ+K++wfO0+LBNwOsakAe/6ghPhII+oTYOCrgPYyhOp5fzWAXRpyKZvvxyD2isnhc645QHsiD0Ye9EPFj3Df21Ag51P9S4R7ydWuxBEL/65r2FrTM1TOqhxGlilhWGEdJM3Y+zHV8f9AI3qUgaaa4TxM16/hTtwzchju9DbKZSVMUOtSgQLCnW85CFQ/nh9MKMfRDQTzuuUc3vAw9FMSiQ==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=gNhYrF9vwSS1F4UOix92kpFSRCNlKYKj1DXqvDsTzmKX2m15nstQiLKn7utLwhgvkJe1sThbLou2w3zKC8s0o+H7IokgLDqUryhBJZgdvPVuDmZZSQuYEdXUabMz1P9/Rd60PRmR3zOZMxKTzSZWbrI/L38oDRabhJ1HREKNfdzmCj4IhM5WS0PNqX3BEWBEz8aKvpP/ItSYV8+FmeHtsW0ieCXPb7ynHnhehGTJISNM6WtoW5d0hH70aVMnyO1D0SfTFEKISfOe9usGJVFXzzcA2/vub2h6A8SwVeLu+JrOVJ+cQmIxfStkYemWv1ShymXwO+dASiKlTtN/X/watw==
  • 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/5.0 (Macintosh; Intel Mac OS X 10.15; rv:91.0) Gecko/20100101 Thunderbird/91.3.2

On 12/2/21 3:19 PM, Jody Grassel wrote:
I was a bit surprised to see some more commits to the JPA API github repo this morning, such as #264,

PR for this was submitted 6 months ago - that was long enough time for feedback from anyone.


 #102.

This was drafted by community and discussed in the related PR back in April/May - ~6 months ago. The only real reason why it wasn't merged back then was missing TCK test, which is now available at https://github.com/eclipse-ee4j/jakartaee-tck/pull/775. So from my point of view, the work on this is now complete - the spec document is updated, TCK test is available, there are at least 2 implementations supporting this already. What is the reason to not merge this change?

There is also time to do corrections if needed.

  So I have to ask where are the
discussions for deciding what is going into 3.1 being held (I haven't seen a lot of activity on this particular mailing list),

From my point of view the discussion about _real_ inclusion starts at the time PR is submitted and usually happens in the PR. It can also happen in the issue or on the list of course but one should keep in mind that search options through eclipse.org mailing lists are limited to google, so from the future reference point of view, having those discussions directly @ github issue tracker makes more sense to me.


 and what else
is in the pipeline for 3.1?

see https://github.com/eclipse-ee4j/jpa-api/projects/2

there are also some open PRs awaiting feedback/decision wrt 3.1.0 at https://github.com/eclipse-ee4j/jpa-api/pulls - especially the UUID related one is worth considering

and any new PR which is submitted ~ by the end of the next week can be considered as well as long as the change does not break backward compatibility and is followed by the TCK test (if needed).

thanks,
--lukas



_______________________________________________
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!cN-T8Lzct7ObwG_vG-s5AMjwfZJlQvjPASjgdTvTIeMyUYcS8LRoQSZyBCYU_3xPknc$




Back to the top