This is an automated email from the ASF dual-hosted git repository.
jinmeiliao pushed a change to branch expireAuthentication
in repository https://gitbox.apache.org/repos/asf/geode.git.
discard e4f8e8e GEODE-9521: Add test to cover multi-servers scenario for
re-authentic… (#6782)
omit 6c1bf75 GEODE-9460: Add testing for mutli-user scenarios (#6755)
omit 4be645b GEODE-9456, GEODE-9452: Authentication Expiration (#6721)
add 76695e4 GEODE-8980: bump deps (#6734)
add 5e9b368 GEODE-4181: Reduce ChildVM command line length (#6763)
add fc6ef7c GEODE-9525: Add Radish benchmarks to CI (#6775)
add 1969f39 GEODE-9514: optimize how Coder reads and writes "int" and
"long" values (#6765)
add 9fcbb74 GEODE-9525: Add Radish benchmarks to CI - with fix (#6780)
add 2752849 GEODE-9523: Fix invalid path in ContainerInstall (#6774)
add 0d1954b GEODE-9526: Fix path computation in DiskStore test (#6777)
add 9ff39d12 GEODE-9529: fix release scripts (benchmark baseline, docker)
(#6779)
add dc18a2a GEODE-9525: Add Radish benchmarks to CI - fix 2 (#6784)
new c79b756 GEODE-9456, GEODE-9452: Authentication Expiration (#6721)
new 8507bed GEODE-9460: Add testing for mutli-user scenarios (#6755)
new 5bbd1c9 GEODE-9521: Add test to cover multi-servers scenario for
re-authentic… (#6782)
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 (e4f8e8e)
\
N -- N -- N refs/heads/expireAuthentication (5bbd1c9)
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.
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../src/test/resources/expected-pom.xml | 44 ++--
.../gradle/plugins/DependencyConstraints.groovy | 20 +-
ci/pipelines/geode-build/jinja.template.yml | 8 +-
ci/pipelines/shared/jinja.variables.yml | 13 +-
dev-tools/dependencies/bump.sh | 2 +-
dev-tools/release/promote_rc.sh | 22 +-
docker/Dockerfile | 15 +-
.../apache/geode/redis/internal/netty/Coder.java | 271 +++++++++++++++++++--
.../geode/redis/internal/netty/CoderTest.java | 69 ++++++
.../geode/session/tests/ContainerInstall.java | 4 +-
.../apache/geode/session/tests/TomcatInstall.java | 2 +-
.../session/tests/GenericAppServerInstall.java | 2 +-
.../integrationTest/resources/assembly_content.txt | 34 +--
.../resources/dependency_classpath.txt | 28 +--
geode-assembly/src/main/dist/LICENSE | 2 +-
geode-connectors/build.gradle | 2 +-
.../cli/CreateDataSourceCommandDUnitTest.java | 2 +-
.../cli/DeregisterDriverCommandDUnitTest.java | 2 +-
.../internal/cli/ListDriversCommandDUnitTest.java | 4 +-
.../cli/RegisterDriverCommandDUnitTest.java | 2 +-
.../geode/test/dunit/internal/ProcessManager.java | 47 +++-
.../cli/commands/DiskStoreCommandsDUnitTest.java | 4 +-
22 files changed, 480 insertions(+), 119 deletions(-)