This is an automated email from the ASF dual-hosted git repository.
rec pushed a change to branch release/3.4.x
in repository https://gitbox.apache.org/repos/asf/uima-uimaj.git
from 7dc27b39f Merge pull request #322 from
apache/bugfix/319-SelectFSs_impl-close-creates-stream-just-to-close-it
add 42c92c65d Issue #320: Copy of FsIterator_set_sorted_pear does not
retain position
new f26fa48ac Merge pull request #323 from
apache/bugfix/320-Copy-of-FsIterator_set_sorted_pear-does-not-retain-position
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
uimaj-core/pom.xml | 15 +++++++
.../uima/cas/impl/FsIterator_set_sorted2.java | 6 ++-
.../uima/cas/impl/FsIterator_set_sorted_pear.java | 5 ++-
.../cas/impl/FsIterator_set_sorted_pearTest.java | 49 ++++++++++++++++++++++
uimaj-parent/pom.xml | 25 +++++------
5 files changed, 83 insertions(+), 17 deletions(-)
create mode 100644
uimaj-core/src/test/java/org/apache/uima/cas/impl/FsIterator_set_sorted_pearTest.java