From commits-return-71583-archive-asf-public=cust-asf.ponee.io@commons.apache.org Wed Jan 1 14:32:32 2020 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id 91C8D180630 for ; Wed, 1 Jan 2020 15:32:32 +0100 (CET) Received: (qmail 66076 invoked by uid 500); 1 Jan 2020 14:32:31 -0000 Mailing-List: contact commits-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@commons.apache.org Delivered-To: mailing list commits@commons.apache.org Received: (qmail 66067 invoked by uid 99); 1 Jan 2020 14:32:31 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Jan 2020 14:32:31 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id B3AB38D80D; Wed, 1 Jan 2020 14:32:31 +0000 (UTC) Date: Wed, 01 Jan 2020 14:32:31 +0000 To: "commits@commons.apache.org" Subject: [commons-lang] branch master updated: [LANG-1509] Add ObjectToStringComparator. #483. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <157788915164.31796.7775791425795150842@gitbox.apache.org> From: ggregory@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: commons-lang X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 1df9bc70256d166cd78ea805a2dbac4433a89f2a X-Git-Newrev: 365f73c4554e7753e84500a572a169f5daf1b60d X-Git-Rev: 365f73c4554e7753e84500a572a169f5daf1b60d X-Git-NotificationType: ref_changed_plus_diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-lang.git The following commit(s) were added to refs/heads/master by this push: new 365f73c [LANG-1509] Add ObjectToStringComparator. #483. 365f73c is described below commit 365f73c4554e7753e84500a572a169f5daf1b60d Author: Gary Gregory AuthorDate: Wed Jan 1 09:32:27 2020 -0500 [LANG-1509] Add ObjectToStringComparator. #483. --- src/changes/changes.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 33b938e..56b6041 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -91,6 +91,7 @@ The type attribute can be add,update,fix,remove. Allow a StopWatch to carry an optional message. Add ComparableUtils #398. Add org.apache.commons.lang3.SystemUtils.getUserName(). + Add ObjectToStringComparator. #483. Add org.apache.commons.lang3.arch.Processor.Arch.getLabel().