blob: 1a7ad62d6de58670013796593d78624ab625ba18 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with
this work for additional information regarding copyright ownership.
The ASF licenses this file to You under the Apache License, Version 2.0
(the "License"); you may not use this file except in compliance with
the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<document xmlns="http://maven.apache.org/changes/1.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/changes/1.0.0 http://maven.apache.org/plugins/maven-changes-plugin/xsd/changes-1.0.0.xsd">
<properties>
<title>Apache Commons Functor Changes</title>
</properties>
<body>
<release version="1.0" date="2012-??-??" description="First release.">
<action dev="kinow" issue="FUNCTOR-22">
Generify ComparableComparator.
</action>
<action dev="kinow" issue="FUNCTOR-3">
Reduce the use of raw types in test classes.
</action>
<action dev="kinow" issue="FUNCTOR-21">
Fix NPE in UnarySequence.
</action>
<action dev="simonetripodi" issue="FUNCTOR-19" due-to="Bruno P. Kinoshita">
Fix checkstyle warnings
</action>
<action dev="simonetripodi" issue="FUNCTOR-18" due-to="Bruno P. Kinoshita">
Fix duplicated entries in examples page of [functor] website, and replace &lt;br/&gt; tags in aggregator.xml
</action>
<action dev="simonetripodi" issue="FUNCTOR-17">
Move developers from @author tags to pom.xml
</action>
<action dev="simonetripodi" issue="FUNCTOR-16" due-to="Bruno P. Kinoshita">
Fix checkstyle errors
</action>
<action dev="simonetripodi" issue="FUNCTOR-15" due-to="Bruno P. Kinoshita">
Distribute tests from TestAlgorithms into several test classes under algorithm test package
</action>
<action dev="simonetripodi" issue="FUNCTOR-9" due-to="Bruno P. Kinoshita">
Make Limit and Offset Serializable
</action>
<action dev="simonetripodi" issue="FUNCTOR-8" due-to="Bruno P. Kinoshita">
Possible NPE in TransformedGenerator if getWrappedGenerator() is overridden to return null
</action>
<action dev="simonetripodi" issue="FUNCTOR-7" due-to="Bruno P. Kinoshita">
Tests for generators
</action>
<action dev="simonetripodi" issue="FUNCTOR-5" due-to="Bruno P. Kinoshita">
Complete the javadoc description of Limit
</action>
<action dev="simonetripodi" issue="FUNCTOR-4" due-to="Bruno P. Kinoshita">
Add easily accessible, user-friendly examples
</action>
<action dev="simonetripodi" issue="FUNCTOR-2" due-to="Bruno P. Kinoshita">
Improve Functor web page, removing Ant from building
</action>
<action dev="simonetripodi" issue="FUNCTOR-1" due-to="Liviu Tudor">
New components: summarize and aggregate
</action>
</release>
</body>
</document>