Hello All, Just a quick bump to request a review on this work which brings the GemFire Session Replication and Hibernate modules onto the main branch.
https://reviews.apache.org/r/41802/ I know it's a lot of unknown code. It's coming over basically unmodified from it's original source. Some changes to highlight: - The Gradle modules have been placed under an *extensions/* directory and are referenced as *:extensions/gemfire-module**. - Some of the original maven modules have been consolidated. Specifically gemfire-modules-session, gemfire-modules-session-external and gemfire-modules-session-integration-test are now all contained within *:extensions/gemfire-modules-session*. - The original code allows for WAN replication to be configured. The hooks to enable this have been commented out. - A change to the overall build process now enables transitive dependencies for testing configurations. This means transitive test dependencies don't need to clutter up *gradle/dependency-versions.properties*. - The module artifacts are produced with the gradle task *extensions/gemfire-modules-assembly:dist*. This task still needs to be included into the overall product distribution creation. Please either comment in this thread with general questions or in the review request with questions or issues relevant to the code. Thanks --Jens
