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

igodwin pushed a change to branch mass-test-run
in repository https://gitbox.apache.org/repos/asf/geode.git.


 discard b6e3027  remove meta-* jobs that we won't use for mass-test-run
 discard 818b1ec  Mass-test-run branch, no windows or publication jobs
     add 578cb07  GEODE-7851: Pulse Oauth Configuration (#4823)
     add e1949a4  GEODE-7889: Fix CloseConnectionTest
     add cf0e128  GEODE-7852: Ignore ClientSNIAcceptanceTest on windows (#4838)
     add 9700bbc  GEODE-7826: start jmx-manager when the Management Rest 
Service is (#4820)
     add a93a59e  GEODE-7900: Only set the SNI hostname if it is not present
     add 1dfc496  GEODE-6008: CI Failure: 
ClientServerHostNameVerificationDistributedTe… (#4839)
     add f7b79c9  GEODE-7812: Fix PoolFactory usage in 
PutAllClientServerDistributedTest (#4835)
     add 521a453  GEODE-7907: change test to use non-default jmx-manager-port 
(#4844)
     add 382cdcd  GEODE-7851: update docs on Pulse Authentication (#4840)
     add 94e2b99  GEODE-7812: Cleanup for PutAllOp (#4836)
     add 733525f  GEODE-7901: increase Redis test timeouts to mask flakiness
     add b1f84ea  GEODE-7911: fix release script issues encountered in 1.12.0 
release (#4850)
     add 72cd035  GEODE-7902: fix flaky test (#4845)
     new c989dde  Mass-test-run branch, no windows or publication jobs
     new 876946e  remove meta-* jobs that we won't use for mass-test-run

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   (b6e3027)
            \
             N -- N -- N   refs/heads/mass-test-run (876946e)

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 2 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            |   18 +
 .../gradle/plugins/DependencyConstraints.groovy    |    3 +
 dev-tools/release/commit_rc.sh                     |   10 +-
 dev-tools/release/deploy_rc_pipeline.sh            |    7 +
 dev-tools/release/finalize_release.sh              |    8 +
 dev-tools/release/prepare_rc.sh                    |    8 +
 dev-tools/release/promote_rc.sh                    |    8 +
 geode-assembly/build.gradle                        |    1 +
 .../geode/client/ClientSNIAcceptanceTest.java      |   19 +-
 .../cli/commands/StartLocatorCommandDUnitTest.java |   20 +-
 .../rest/DeploymentManagementRedployDUnitTest.java |   15 +-
 ...a => PulseSecurityConfigCustomProfileTest.java} |   41 +-
 .../pulse/PulseSecurityConfigOAuthProfileTest.java |   84 +
 .../integrationTest/resources/expected_jars.txt    |    9 +
 .../resources/pulse-authentication-custom.xml      |    0
 ...tServerHostNameVerificationDistributedTest.java |    4 +
 .../cache/PartitionedRegionSingleHopDUnitTest.java | 1696 +++++++++++---------
 ...nedRegionSingleHopWithServerGroupDUnitTest.java |  158 +-
 .../internal/cache/SingleHopStatsDUnitTest.java    |  163 +-
 .../geode/internal/tcp/CloseConnectionTest.java    |   67 +-
 .../AutoConnectionSourceImplJUnitTest.java         |    5 +
 .../client/internal/QueueManagerJUnitTest.java     |    5 +
 ...LSocketHostNameVerificationIntegrationTest.java |    3 +-
 .../internal/net/SSLSocketIntegrationTest.java     |    2 +-
 .../client/internal/ClientMetadataService.java     |   68 +-
 .../client/internal/ClientPartitionAdvisor.java    |    2 +
 .../internal/ExecuteRegionFunctionSingleHopOp.java |    4 +-
 .../geode/cache/client/internal/GetAllOp.java      |   14 +-
 .../geode/cache/client/internal/InternalPool.java  |    6 +
 .../geode/cache/client/internal/PoolImpl.java      |    4 +-
 .../geode/cache/client/internal/PutAllOp.java      |   41 +-
 .../geode/cache/client/internal/RemoveAllOp.java   |   12 +-
 .../client/internal/ServerRegionDataAccess.java    |    3 +-
 .../cache/client/internal/ServerRegionProxy.java   |   12 +-
 .../client/internal/SingleHopClientExecutor.java   |    5 +-
 .../internal/SingleHopOperationCallable.java       |    7 +-
 .../geode/distributed/ConfigurationProperties.java |    2 +
 .../InternalConfigurationPersistenceService.java   |    3 +-
 .../distributed/internal/InternalLocator.java      |   19 +-
 .../org/apache/geode/internal/JarDeployer.java     |    3 +-
 .../apache/geode/internal/cache/BucketAdvisor.java |    2 +-
 .../apache/geode/internal/cache/LocalRegion.java   |    3 +-
 .../geode/internal/cache/PartitionedRegion.java    |    2 +-
 .../internal/cache/PartitionedRegionHelper.java    |    2 +-
 .../geode/internal/cache/RegionMapOwner.java       |    2 +
 .../cache/execute/FunctionExecutionNodePruner.java |    6 +-
 .../internal/cache/partitioned/RegionAdvisor.java  |    2 +
 .../apache/geode/internal/net/NioSslEngine.java    |    4 +-
 .../apache/geode/internal/net/SocketCreator.java   |    9 +
 .../org/apache/geode/internal/tcp/Connection.java  |   38 +-
 .../geode/management/internal/ManagementAgent.java |   16 +-
 .../geode/security/AuthTokenEnabledComponents.java |   11 +-
 .../distributed/internal/InternalLocatorTest.java  |  140 ++
 .../geode/internal/net/NioSslEngineTest.java       |    8 +-
 .../cache/PutAllClientServerDistributedTest.java   |   49 +-
 .../tools_modules/pulse/pulse-auth.html.md.erb     |  108 +-
 .../geode/test/dunit/internal/DUnitLauncher.java   |    2 +
 .../cli/commands/GfshCommandIntegrationTest.java   |    1 +
 .../geode/internal/cache/InternalHttpService.java  |    2 +
 ...storeTCCLRule.java => IgnoreOnWindowsRule.java} |   24 +-
 geode-pulse/build.gradle                           |    3 +
 ...onfigTest.java => OAuthSecurityConfigTest.java} |   21 +-
 .../src/integrationTest/resources/pulse.properties |    9 +-
 .../internal/security/DefaultSecurityConfig.java   |    3 +-
 .../internal/security/OAuthSecurityConfig.java     |  100 ++
 geode-pulse/src/main/resources/pulse.properties    |   10 +
 .../apache/geode/redis/StringsIntegrationTest.java |    9 +-
 67 files changed, 2196 insertions(+), 949 deletions(-)
 copy 
geode-assembly/src/integrationTest/java/org/apache/geode/tools/pulse/{PulseSecurityConfigDefaultProfileTest.java
 => PulseSecurityConfigCustomProfileTest.java} (70%)
 create mode 100644 
geode-assembly/src/integrationTest/java/org/apache/geode/tools/pulse/PulseSecurityConfigOAuthProfileTest.java
 copy {geode-pulse => 
geode-assembly}/src/integrationTest/resources/pulse-authentication-custom.xml 
(100%)
 create mode 100644 
geode-core/src/test/java/org/apache/geode/distributed/internal/InternalLocatorTest.java
 copy 
geode-junit/src/main/java/org/apache/geode/test/junit/rules/{RestoreTCCLRule.java
 => IgnoreOnWindowsRule.java} (62%)
 copy 
geode-pulse/src/integrationTest/java/org/apache/geode/tools/pulse/security/{CustomSecurityConfigTest.java
 => OAuthSecurityConfigTest.java} (77%)
 copy 
geode-core/src/main/resources/META-INF/services/org.apache.geode.internal.cache.CacheService
 => geode-pulse/src/integrationTest/resources/pulse.properties (68%)
 create mode 100644 
geode-pulse/src/main/java/org/apache/geode/tools/pulse/internal/security/OAuthSecurityConfig.java

Reply via email to