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

timoninmaxim pushed a change to branch IGNITE-22662__snapshot_refactoring
in repository https://gitbox.apache.org/repos/asf/ignite.git


 discard 14aacf49f74 Merge branch 'master' of github.com:apache/ignite into 
IGNITE-22662__snapshot_refactoring
    omit dd338c844f7 Merge branch 'master' into 
IGNITE-22662__snapshot_refactoring
     add 6fb76dbe3d6 IGNITE-22705 Fix JavaDoc warnings about invalid usage of 
tag (#11563)
     new d7572ac703b Merge branch 'master' into 
IGNITE-22662__snapshot_refactoring

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   (14aacf49f74)
            \
             N -- N -- N   refs/heads/IGNITE-22662__snapshot_refactoring 
(d7572ac703b)

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 1 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/main/java/org/apache/ignite/IgniteCache.java     | 14 +++++++-------
 .../src/main/java/org/apache/ignite/IgniteCluster.java   |  8 ++++----
 .../java/org/apache/ignite/IgniteJdbcThinDataSource.java |  4 ++--
 .../java/org/apache/ignite/IgniteSystemProperties.java   |  2 +-
 .../main/java/org/apache/ignite/cache/CacheEntry.java    | 16 ++++++++--------
 .../main/java/org/apache/ignite/cache/QueryEntity.java   |  2 +-
 .../org/apache/ignite/cache/query/ContinuousQuery.java   |  6 +++---
 .../ignite/cache/store/jdbc/CacheAbstractJdbcStore.java  |  2 +-
 .../main/java/org/apache/ignite/client/ClientCache.java  |  2 +-
 .../main/java/org/apache/ignite/cluster/ClusterNode.java | 12 ++++++------
 .../ignite/compute/ComputeJobContinuationAdapter.java    |  2 +-
 .../org/apache/ignite/compute/ComputeLoadBalancer.java   | 12 ++++++------
 .../ignite/compute/ComputeTaskContinuousMapper.java      |  4 ++--
 .../org/apache/ignite/compute/ComputeTaskSession.java    |  4 ++--
 .../org/apache/ignite/configuration/DeploymentMode.java  |  2 +-
 .../apache/ignite/configuration/SqlConfiguration.java    |  8 ++++----
 .../java/org/apache/ignite/lang/IgniteAsyncCallback.java |  4 ++--
 .../org/apache/ignite/marshaller/MarshallerContext.java  |  4 ++--
 .../src/main/java/org/apache/ignite/package-info.java    |  2 +-
 .../apache/ignite/services/ServiceCallInterceptor.java   |  4 ++--
 .../loadbalancing/adaptive/AdaptiveLoadBalancingSpi.java |  2 +-
 .../spi/loadbalancing/adaptive/AdaptiveLoadProbe.java    |  2 +-
 .../java/org/apache/ignite/transactions/Transaction.java |  2 +-
 .../org/apache/ignite/logger/log4j2/Log4J2Logger.java    |  2 +-
 pom.xml                                                  |  1 +
 25 files changed, 62 insertions(+), 61 deletions(-)

Reply via email to