You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2019/10/21 12:40:00 UTC

[jira] [Work logged] (BEANUTILS-527) Convert from Collections4 to java.util.function #8

     [ https://issues.apache.org/jira/browse/BEANUTILS-527?focusedWorklogId=331396&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-331396 ]

ASF GitHub Bot logged work on BEANUTILS-527:
--------------------------------------------

                Author: ASF GitHub Bot
            Created on: 21/Oct/19 12:39
            Start Date: 21/Oct/19 12:39
    Worklog Time Spent: 10m 
      Work Description: melloware commented on pull request #9: BEANUTILS-527: Remove Commons Collection4 dependency.
URL: https://github.com/apache/commons-beanutils/pull/9
 
 
   - The last reference to Collections4 was the ComparableComparator.
   - I made a private static internal reference to the same class but called it NaturalOrderingComparator
   - NaturalOrderingComparator cannot be used outside of this class and its just used by INSTANCE
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Issue Time Tracking
-------------------

            Worklog Id:     (was: 331396)
    Remaining Estimate: 0h
            Time Spent: 10m

> Convert from Collections4 to java.util.function #8
> --------------------------------------------------
>
>                 Key: BEANUTILS-527
>                 URL: https://issues.apache.org/jira/browse/BEANUTILS-527
>             Project: Commons BeanUtils
>          Issue Type: New Feature
>            Reporter: Gary D. Gregory
>            Priority: Major
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> Convert from Collections4 to java.util.function #8
> Implement {{java.util.function.Predicate<T>}} instead of {{org.apache.commons.collections4.Predicate}}:
>  * {{org.apache.commons.beanutils2.BeanPropertyValueEqualsPredicateTestCase}}
>  * {{org.apache.commons.beanutils2.BeanPredicate}}
> Implement {{java.util.function.Consumer<T>}} instead of {{org.apache.commons.collections4.Closure}}:
>  * {{org.apache.commons.beanutils2.BeanPropertyValueChangeClosure}} renamed to {{BeanPropertyValueChangeConsumer}}
> {{org.apache.commons.beanutils2.BeanMap.Entry}} extends {{java.util.AbstractMap.SimpleEntry<K, V>}} instead of {{org.apache.commons.collections4.keyvalue.AbstractMapEntry}}.
> {{org.apache.commons.beanutils2.BeanToPropertyValueTransformer}} implements {{java.util.function.Function}} instead of {{org.apache.commons.collections4.Transformer}}.
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)