Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 36979200B7F for ; Sun, 11 Sep 2016 22:04:22 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 35386160AC7; Sun, 11 Sep 2016 20:04:22 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id A3876160AB6 for ; Sun, 11 Sep 2016 22:04:21 +0200 (CEST) Received: (qmail 96627 invoked by uid 500); 11 Sep 2016 20:04:20 -0000 Mailing-List: contact issues-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: issues@commons.apache.org Delivered-To: mailing list issues@commons.apache.org Received: (qmail 96616 invoked by uid 99); 11 Sep 2016 20:04:20 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 11 Sep 2016 20:04:20 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 950B12C1B77 for ; Sun, 11 Sep 2016 20:04:20 +0000 (UTC) Date: Sun, 11 Sep 2016 20:04:20 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: issues@commons.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (LANG-1263) Add possibility to retrieve the current JavaVersion MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Sun, 11 Sep 2016 20:04:22 -0000 [ https://issues.apache.org/jira/browse/LANG-1263?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15482314#comment-15482314 ] ASF GitHub Bot commented on LANG-1263: -------------------------------------- Github user coveralls commented on the issue: https://github.com/apache/commons-lang/pull/187 [![Coverage Status](https://coveralls.io/builds/7836644/badge)](https://coveralls.io/builds/7836644) Coverage increased (+0.02%) to 93.593% when pulling **de0de45fedd9dbf012be3b12a24b1b7433d25f77 on britter:LANG-1263** into **dad86bc0a29689fd29bf03b382a39621718e8b05 on apache:master**. > Add possibility to retrieve the current JavaVersion > --------------------------------------------------- > > Key: LANG-1263 > URL: https://issues.apache.org/jira/browse/LANG-1263 > Project: Commons Lang > Issue Type: Improvement > Components: lang.* > Reporter: Benedikt Ritter > Assignee: Benedikt Ritter > Fix For: 3.5 > > > Currently one has to iterate over all JavaVersion enum values and compare them to the value of java.specification.version in order to get the current JavaVersion enum value. > Provide a convenient method for this. -- This message was sent by Atlassian JIRA (v6.3.4#6332)