[kdgcommons-java] branch master updated (b611d6d -> 315b652)
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Tue Jan 24 12:24:56 UTC 2017
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a change to branch master
in repository kdgcommons-java.
from b611d6d New upstream release (1.0.14)
new 692fda4 Switch to debhelper level 10
new 93aa7f1 Standards-Version updated to 3.9.8
new a0daf1e Use secure Vcs-* URLs
new 3314a04 Build with the DH sequencer instead of CDBS
adds bfb8377 New upstream version 1.0.15
new 801b521 Merge tag 'upstream/1.0.15'
new ab4e285 New upstream release (1.0.15)
new 315b652 Upload to unstable
The 7 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
debian/changelog | 11 +
debian/compat | 2 +-
debian/control | 8 +-
debian/rules | 6 +-
pom.xml | 7 +-
.../sf/kdgcommons/bean/IntrospectionException.java | 2 +-
.../java/net/sf/kdgcommons/buffer/BufferUtil.java | 15 +
.../codec/InvalidSourceByteException.java | 6 +-
.../sf/kdgcommons/collections/CollectionUtil.java | 180 ++++++++-
.../java/net/sf/kdgcommons/lang/StringUtil.java | 37 ++
src/main/java/net/sf/kdgcommons/sql/package.html | 2 +-
src/main/java/net/sf/kdgcommons/tuple/package.html | 4 +-
.../sf/kdgcommons/util/CommandLineProcessor.java | 2 +-
src/main/java/net/sf/kdgcommons/util/Counters.java | 2 +-
.../net/sf/kdgcommons/util/ReadThroughCache.java | 325 ++++++++++++++++
.../net/sf/kdgcommons/util/SimpleCLIParser.java | 2 +-
src/site/changes.xml | 33 +-
.../net/sf/kdgcommons/buffer/TestBufferUtil.java | 15 +
.../buffer/TestByteBufferInputStream.java | 8 +-
.../kdgcommons/collections/TestCollectionUtil.java | 211 +++++++++++
.../sf/kdgcommons/io/TestGeneratedInputStream.java | 4 +-
.../java/net/sf/kdgcommons/lang/TestClassUtil.java | 2 +-
.../net/sf/kdgcommons/lang/TestStringUtil.java | 23 +-
.../testinternals/InaccessibleClass.java | 8 +-
.../java/net/sf/kdgcommons/tuple/TestTuple2.java | 2 +-
.../sf/kdgcommons/util/TestReadThroughCache.java | 420 +++++++++++++++++++++
26 files changed, 1289 insertions(+), 48 deletions(-)
create mode 100644 src/main/java/net/sf/kdgcommons/util/ReadThroughCache.java
create mode 100644 src/test/java/net/sf/kdgcommons/util/TestReadThroughCache.java
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/kdgcommons-java.git
More information about the pkg-java-commits
mailing list