This is an automated email from the ASF dual-hosted git repository.

bschuchardt pushed a change to branch feature/GEODE-7090
in repository https://gitbox.apache.org/repos/asf/geode.git.


 discard f226923  splitting ObjectSerializer into a serializer and a 
deserializer
 discard b7b0873  incorporating review comments and fixing tomcat test classpath
 discard 10e0885  GEODE-7090 Remove dependency on DataSerializer from 
membership classes
     add f0d0183  GEODE 6872: Add Non-Sticky configuration information to 
Tomcat Session module documentation (#3932)
     add b31d9f3  GEODE-6867: Updating Tomcat Session State Module docs (#3886)
     add 49db9da  auto-stage to nexus and output next steps and script to 
commit the RC
     add fc213dc  don't try to run brew command on linux just to find cmake
     add 4cd3f3b  GEODE-7090 Remove dependency on DataSerializer from 
membership classes
     add 39d0371  incorporating review comments and fixing tomcat test classpath
     add 11601a0  splitting ObjectSerializer into a serializer and a 
deserializer
     add ab7b074  rebased on origin & fixed deserialization issue

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (f226923)
            \
             N -- N -- N   refs/heads/feature/GEODE-7090 (ab7b074)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 dev-tools/release/commit_rc.sh                     | 101 +++++++++++++++++++++
 dev-tools/release/prepare_rc.sh                    |  41 +++++++--
 .../apache/geode/session/tests/TomcatInstall.java  |   6 ++
 .../integrationTest/resources/assembly_content.txt |   1 +
 .../Tomcat8ClientServerRollingUpgradeTest.java     |  71 ++++++++++++++-
 geode-book/README.md                               |   8 +-
 .../source/subnavs/geode-subnav.erb                |   3 +
 .../http_session_mgmt/chapter_overview.html.md.erb |   4 +
 .../configuring_non_sticky_sessions.html.md.erb    |  57 ++++++++++++
 .../tc_setting_up_the_module.html.md.erb           |  18 ----
 .../tomcat_installing_the_module.html.md.erb       |   3 +
 .../tomcat_setting_up_the_module.html.md.erb       |  17 ++--
 .../weblogic_setting_up_the_module.html.md.erb     |  22 ++---
 .../apache/geode/test/version/VersionManager.java  |  21 +++++
 .../serialization/DSFIDSerializerImpl.java         |   2 +-
 15 files changed, 316 insertions(+), 59 deletions(-)
 create mode 100755 dev-tools/release/commit_rc.sh
 create mode 100644 
geode-docs/tools_modules/http_session_mgmt/configuring_non_sticky_sessions.html.md.erb

Reply via email to