[jboss-xnio] branch master updated (224d05d -> 1429ff2)
Markus Koschany
apo-guest at moszumanska.debian.org
Mon Dec 21 22:41:46 UTC 2015
This is an automated email from the git hooks/post-receive script.
apo-guest pushed a change to branch master
in repository jboss-xnio.
from 224d05d Revert "Revert "Compile with Java 8.""
new 45497b8 Revert "Imported Upstream version 3.3.3"
new a7b29b2 Revert "Revert "Revert "Compile with Java 8."""
new 2308bad Revert "Set compiler.source and compiler.target to 1.8."
new 66c1c49 Build-Depend on libmaven-compiler-plugin-2.5-java.
new b89e423 Add maven-compiler-plugin-2.5.patch
new 9a7e765 Update my e-mail address.
new bfd68eb Revert "Revert "Imported Upstream version 3.3.3""
new 2a09891 Update changelog
new 39c5cee wrap-and-sort -sa
new 858cf6a Revert "Revert "Revert "Imported Upstream version 3.3.3"""
new 1429ff2 Update changelog
The 11 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:
api/pom.xml | 2 +-
.../main/java/org/xnio/ByteBufferSlicePool.java | 55 +--
api/src/main/java/org/xnio/XnioWorker.java | 10 +-
api/src/test/java/org/xnio/XnioWorkerTestCase.java | 5 -
.../test/java/org/xnio/mock/XnioWorkerMock.java | 6 +-
debian/changelog | 9 +-
debian/control | 7 +-
debian/copyright | 2 +-
debian/maven.properties | 4 +-
debian/patches/disable-apiviz-plugin.patch | 4 +-
debian/patches/maven-compiler-plugin-2.5.patch | 34 ++
debian/patches/series | 1 +
debian/rules | 4 +-
nio-impl/pom.xml | 2 +-
.../src/main/java/org/xnio/nio/ChannelClosed.java | 26 --
.../org/xnio/nio/NioSocketStreamConnection.java | 10 +-
.../src/main/java/org/xnio/nio/NioTcpServer.java | 26 +-
.../main/java/org/xnio/nio/NioTcpServerHandle.java | 4 +-
nio-impl/src/main/java/org/xnio/nio/NioXnio.java | 33 +-
.../src/main/java/org/xnio/nio/NioXnioWorker.java | 36 +-
.../main/java/org/xnio/nio/QueuedNioTcpServer.java | 482 ---------------------
.../org/xnio/nio/QueuedNioTcpServerHandle.java | 60 ---
.../src/main/java/org/xnio/nio/WorkerThread.java | 34 +-
.../xnio/nio/test/IllegalConnectionTestCase.java | 2 -
.../java/org/xnio/nio/test/TcpChannelTestCase.java | 7 +-
.../org/xnio/nio/test/TcpConnectionTestCase.java | 7 +-
pom.xml | 2 +-
27 files changed, 114 insertions(+), 760 deletions(-)
create mode 100644 debian/patches/maven-compiler-plugin-2.5.patch
delete mode 100644 nio-impl/src/main/java/org/xnio/nio/ChannelClosed.java
delete mode 100644 nio-impl/src/main/java/org/xnio/nio/QueuedNioTcpServer.java
delete mode 100644 nio-impl/src/main/java/org/xnio/nio/QueuedNioTcpServerHandle.java
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jboss-xnio.git
More information about the pkg-java-commits
mailing list