This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CDO Model Repository".
The branch, master has been updated
via 7eb4acd2f91f852946fb40ad647740dc69e8b69b (commit)
from 7cc89ae0efe2ab1fd6d4ed071b4a6f96852ff336 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 7eb4acd2f91f852946fb40ad647740dc69e8b69b
Author: Eike Stepper <[email protected]>
Date: Wed Aug 15 09:06:35 2012 +0200
[259086] Protocol versions should be checked
https://bugs.eclipse.org/bugs/show_bug.cgi?id=259086
-----------------------------------------------------------------------
Summary of changes:
.../emf/cdo/common/protocol/CDOProtocol.java | 2 +-
.../cdo/common/protocol/CDOProtocolConstants.java | 7 +-
.../internal/net4j/protocol/CDOClientProtocol.java | 6 +
.../internal/net4j/protocol/CDOServerProtocol.java | 6 +
.../META-INF/MANIFEST.MF | 10 +-
.../net4j/http/internal/common/HTTPConnector.java | 17 ++-
plugins/org.eclipse.net4j.jvm/META-INF/MANIFEST.MF | 10 +-
.../eclipse/net4j/internal/jvm/JVMConnector.java | 7 +-
plugins/org.eclipse.net4j.tcp/META-INF/MANIFEST.MF | 14 +-
.../eclipse/net4j/internal/tcp/ControlChannel.java | 64 ++++++---
.../eclipse/net4j/internal/tcp/TCPConnector.java | 17 +---
.../src/org/eclipse/net4j/tests/AllTests.java | 11 +-
.../net4j/tests/bugzilla/Bugzilla_241463_Test.java | 116 +++++++++++------
.../net4j/tests/bugzilla/Bugzilla_259086_Test.java | 141 ++++++++++++++++++++
.../net4j/tests/signal/TestSignalProtocol.java | 33 +++++-
plugins/org.eclipse.net4j/META-INF/MANIFEST.MF | 28 ++--
.../eclipse/internal/net4j/buffer/BufferUtil.java | 133 +++++++++++++++----
.../src/org/eclipse/net4j/Net4jUtil.java | 30 ++++-
.../src/org/eclipse/net4j/protocol/IProtocol2.java | 24 ++++
.../net4j/protocol/ProtocolVersionException.java | 53 ++++++++
.../org/eclipse/spi/net4j/ChannelMultiplexer.java | 15 ++
.../src/org/eclipse/spi/net4j/Protocol.java | 12 ++-
22 files changed, 607 insertions(+), 149 deletions(-)
create mode 100644
plugins/org.eclipse.net4j.tests/src/org/eclipse/net4j/tests/bugzilla/Bugzilla_259086_Test.java
create mode 100644
plugins/org.eclipse.net4j/src/org/eclipse/net4j/protocol/IProtocol2.java
create mode 100644
plugins/org.eclipse.net4j/src/org/eclipse/net4j/protocol/ProtocolVersionException.java
hooks/post-receive
--
CDO Model Repository
_______________________________________________
cdo-commit mailing list
[email protected]
http://dev.eclipse.org/mailman/listinfo/cdo-commit