Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [microprofile-wg] [VOTE] Java language/target version changes
  • From: BJ Hargrave <hargrave@xxxxxxxxxx>
  • Date: Mon, 13 Jun 2022 17:45:51 +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=K1JCEqHCPQ38tlZom25owHtY7fbduzXzRgCi/sWyL3o=; b=RDz9N/l6n0R7xYQQZuWknVASuWEs6kSytp/KexbnVKBBXCUFoRVp6exEscu94mmsvFSkewec6PfO7T+Xp986cZxfOU4rN7e7xIM6sYnXfyVXZm900cf/olh65y+Dw89dfz/W0915FRKtR5IuHHj2BSAgAIlMVIJN0POsOSEIApNp3WVNFRtTYG8TM32P41/OIXtPFEHlG1zRtlhzXKhx1Qhz7LUHsvVluaAgKyTu1rElFYUUG3HriMJTxxzEo9xyuHeANuulj/dMz2xggER4UKy0NGMjGOT60Nbc1o2K3bs6ey1U8/d5lyxELxHJcnHsTxx9AAewxUsTRZz4ug0scA==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=F0lY8i4q3NmpumjUlTTSQZ/3yu4iwTZ02FxFuNYXFeyIiXCgHLpTCXtaaZE5h8FQex6+yT0es+TmRjJy4yt4WaiXmgnW5mIwRNWTjg/PPcJh2EhFG+CbPdDBGAJZZiWRjPfzE96KGPEHtzYAMV9y91+6auC11FJRQByRCCAjdyKC0qlzGcIRUUNF2mOW53L0wFQ9TDeC6B3ZWbTnwImXwDgrgmVguYxh77X3ryxjaJxZsEPNN2MzTWeTiQF22xDEKU0W0puVNHypFhA7lBhQ+RF7Yiht4yuggiAs+1Gl/yxJcRDW/8J9ynjQY7VOkzO1/rffZ06mHiLdbJ8fUls8Vw==
  • Delivered-to: microprofile-wg@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/microprofile-wg/>
  • List-help: <mailto:microprofile-wg-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/microprofile-wg>, <mailto:microprofile-wg-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/microprofile-wg>, <mailto:microprofile-wg-request@eclipse.org?subject=unsubscribe>
  • Msip_labels:
  • Thread-index: AQHYcDNMYV549SpX7kKVqlIMrl9Va61NuBWG
  • Thread-topic: [VOTE] Java language/target version changes

Vote results:

 

No -1 votes.

7 +1 from committers.

3 +1 from non-committers.

 

The vote passes.

 

-- 

BJ Hargrave
Senior Technical Staff Member, IBM // office: +1 386 848 1781
OSGi Fellow and OSGi Specification Project lead // mobile: +1 386 848 3788
hargrave@xxxxxxxxxx

 

 

From: BJ Hargrave <hargrave@xxxxxxxxxx>
Date: Wednesday, May 25, 2022 at 08:55
To: microprofile@xxxxxxxxxxxxxxxx <microprofile@xxxxxxxxxxxxxxxx>
Subject: [VOTE] Java language/target version changes

The following item, having already been discussed on the group mail list, is now up for vote. All in the community are welcome to vote but only the votes of committers are counted towards the vote result. The voting will conclude at end-of-day Wednesday June 1, 2022. Please use this mail thread only for voting. I will start a separate mail thread for any discussion about this vote.

 

"Updating the base Java language/target version (e.g., Java 8 to Java 11) of a MicroProfile specification is up to each individual specification. In general, a specification should only raise the language/target version when using a new language feature (e.g., Records) in the specification's API. Exceptions can be discussed and agreed by vote. Known non-exceptions include change of language version in non-dependent specifications including the umbrella/platform specification; change of language version in dependent specifications where older versions of the dependent specification are still supported; change of language version in any implementation. Also, when the language/target version is changed, this does not require a major version bump of the specification as such a change alone does not require any application binaries using the API to change."

 

The basic goal here is to "compile low, run high" which means that we want to compile the API to target the lowest Java version required by the API and then all users and implementors of the API can then run on higher Java versions if desired.

 

--


BJ Hargrave
Senior Technical Staff Member, IBM // office: +1 386 848 1781
OSGi Fellow and OSGi Specification Project lead // mobile: +1 386 848 3788
hargrave@xxxxxxxxxx


Back to the top