This is an automated email from the ASF dual-hosted git repository.
rec pushed a change to branch refactoring/325-Update-dependencies
in repository https://gitbox.apache.org/repos/asf/uima-uimaj.git
from 5d71885db Issue #325: Update dependencies
add ddf5c533e Issue #319: SelectFSs_impl.close() creates stream just to
close it
add 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
add f26fa48ac Merge pull request #323 from
apache/bugfix/320-Copy-of-FsIterator_set_sorted_pear-does-not-retain-position
add 74a7dff9e Merge branch 'release/3.4.x' into no-issue-merge-3.4.x
add 9c9b76a49 Merge pull request #324 from apache/no-issue-merge-3.4.x
add be10c7900 Merge branch 'main' into refactoring/325-Update-dependencies
No new revisions were added by this update.
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 ++-
.../org/apache/uima/cas/impl/SelectFSs_impl.java | 2 +-
.../cas/impl/FsIterator_set_sorted_pearTest.java | 49 ++++++++++++++++++++++
uimaj-parent/pom.xml | 25 +++++------
6 files changed, 84 insertions(+), 18 deletions(-)
create mode 100644
uimaj-core/src/test/java/org/apache/uima/cas/impl/FsIterator_set_sorted_pearTest.java