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 535012009EE for ; Wed, 18 May 2016 15:48:14 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 51A6E160A00; Wed, 18 May 2016 13:48:14 +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 C1B8F1609B0 for ; Wed, 18 May 2016 15:48:13 +0200 (CEST) Received: (qmail 702 invoked by uid 500); 18 May 2016 13:48:13 -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 687 invoked by uid 99); 18 May 2016 13:48:12 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 May 2016 13:48:12 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id CD11A2C1F58 for ; Wed, 18 May 2016 13:48:12 +0000 (UTC) Date: Wed, 18 May 2016 13:48:12 +0000 (UTC) From: "Sebb (JIRA)" To: issues@commons.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (CODEC-195) Support SHA-224 in DigestUtils on Java 8 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Wed, 18 May 2016 13:48:14 -0000 [ https://issues.apache.org/jira/browse/CODEC-195?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb resolved CODEC-195. ------------------------ Resolution: Fixed URL: http://svn.apache.org/viewvc?rev=1744409&view=rev Log: CODEC-195 - Support SHA-224 in DigestUtils on Java 8 Drop specific methods and provide sample code instead Modified: commons/proper/codec/trunk/src/main/java/org/apache/commons/codec/digest/DigestUtils.java > Support SHA-224 in DigestUtils on Java 8 > ---------------------------------------- > > Key: CODEC-195 > URL: https://issues.apache.org/jira/browse/CODEC-195 > Project: Commons Codec > Issue Type: New Feature > Affects Versions: 1.11 > Environment: Apache Maven 3.2.3 (33f8c3e1027c3ddde99d3cdebad2656a31e8fdf4; 2014-08-11T16:58:10-04:00) > Maven home: C:\Java\apache-maven-3.2.3 > Java version: 1.7.0_71, vendor: Oracle Corporation > Java home: C:\Program Files\Java\jdk1.7.0_71\jre > Default locale: en_US, platform encoding: Cp1252 > OS name: "windows 7", version: "6.1", arch: "amd64", family: "windows" > Reporter: Gary Gregory > Fix For: 1.11 > > > Support SHA-224 in DigestUtils on Java 8. > The new APIs throw IllegalArgumentException on Java versions prior to Java 8. -- This message was sent by Atlassian JIRA (v6.3.4#6332)