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 "The Saros Eclipse Plugin". Pusher was dpp-gerrit.

The branch, master has been updated
       via  4757f8b85988f046eb888ceacce4f0ad43d1def4 (commit)
      from  8dfaf8fe20a2cd99952a3bf4191c774a82bbae95 (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 4757f8b85988f046eb888ceacce4f0ad43d1def4
Author: Stefan Rossbach <[email protected]>
Date:   Mon Dec 9 16:20:40 2013 +0100

    [INTERNAL] changed Version verification protocol
    
    Up until know the packet that contains the version information contained
    serialized Eclipse Objects and so this protocol would never be able to
    communicate with other Saros applications that are running on other
    platforms.
    
    Changed the version packet, it now only contains string values as data
    and so it is up to the remote side to correctly handle them which is now
    at least possible.
    
    
    Change-Id: Ie14cd99c47cf7594b71d9a7f6c7ca227c8006c95
    Reviewed-on: http://saros-build.imp.fu-berlin.de/gerrit/1277
    Tested-by: Jenkins CI
    Reviewed-by: Stefan Rossbach <[email protected]>

-----------------------------------------------------------------------

Summary of changes:
 .../dpp/invitation/IncomingSessionNegotiation.java |   11 +-
 .../dpp/invitation/OutgoingSessionNegotiation.java |   29 +-
 .../inf/dpp/net/business/InvitationHandler.java    |   10 +-
 .../extensions/InvitationOfferingExtension.java    |   12 +-
 .../inf/dpp/project/ISarosSessionManager.java      |    7 +-
 .../inf/dpp/project/SarosSessionManager.java       |    7 +-
 .../dpp/ui/wizards/pages/ShowDescriptionPage.java  |   28 --
 .../inf/dpp/versioning/Compatibility.java          |   49 ++-
 .../de/fu_berlin/inf/dpp/versioning/Version.java   |  156 ++++++++
 .../dpp/versioning/VersionCompatibilityResult.java |   47 +++
 .../inf/dpp/versioning/VersionManager.java         |  401 ++++++++++----------
 .../rmi/superbot/internal/impl/InternalImpl.java   |    5 +-
 .../inf/dpp/versioning/VersionManagerTest.java     |   85 ++---
 13 files changed, 505 insertions(+), 342 deletions(-)
 create mode 100644 
de.fu_berlin.inf.dpp/src/de/fu_berlin/inf/dpp/versioning/Version.java
 create mode 100644 
de.fu_berlin.inf.dpp/src/de/fu_berlin/inf/dpp/versioning/VersionCompatibilityResult.java


hooks/post-receive
-- 
The Saros Eclipse Plugin

------------------------------------------------------------------------------
Sponsored by Intel(R) XDK 
Develop, test and display web and hybrid apps with a single code base.
Download it for free now!
http://pubads.g.doubleclick.net/gampad/clk?id=111408631&iu=/4140/ostg.clktrk
_______________________________________________
Dpp-robot mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dpp-robot

Reply via email to