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

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


    from f551ade5bde IGNITE-23007 Move ducktape docker tests to jdk11 (#11482)
     add 6fb58f28138 IGNITE-22917 Remove GridDhtLockRequest#nearKeys (#11474)
     add 818118e2795 IGNITE-22998 Fix LongDestroyDurableBackgroundTaskTest 
(#11489)
     add 12cb12c3a4d IGNITE-22767 Remove MarshallingContext (#11442)
     add add61eb5887 IGNITE-22964 Java thin: fix client init hang on 
unreachable discovered address (#11486)
     add c8f35b964a1 IGNITE-21406 Add examples to Binary Marshaller in Data 
Modeling docs (#11470)
     add 9cecf195e50 IGNITE-22562 Fixed notification message when Ignite 
Statistics usage state changes (#11494)
     add df0fee1ca45 IGNITE-23094 Added support for custom Maven settings file 
path for all commands in Compatibility tests. (#11499)
     add 15c7d74e062 IGNITE-18574 Add docs described timeouts for CDC through 
Kafka (#11498)
     new 180ab74a3a6 Merge branch 'IGNITE-22996__epic_jdk_11' of 
github.com:apache/ignite into IGNITE-22996__epic_jdk_11

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:
 docs/_docs/data-modeling/binary-marshaller.adoc    |  47 ++++++
 .../change-data-capture-extensions.adoc            |  62 ++++++++
 .../query/calcite/message/ErrorMessage.java        |  10 +-
 .../query/calcite/message/GenericValueMessage.java |  13 +-
 .../query/calcite/message/MarshalableMessage.java  |   9 +-
 .../query/calcite/message/MarshallingContext.java  |  58 --------
 .../query/calcite/message/MessageServiceImpl.java  |  61 ++------
 .../query/calcite/message/QueryBatchMessage.java   |   5 +-
 .../query/calcite/message/QueryStartRequest.java   |  10 +-
 .../query/calcite/message/QueryStartResponse.java  |  10 +-
 .../query/calcite/message/ValueMessage.java        |   5 +-
 .../query/calcite/metadata/ColocationGroup.java    |   6 +-
 .../calcite/metadata/FragmentDescription.java      |   6 +-
 .../query/calcite/metadata/FragmentMapping.java    |   6 +-
 .../calcite/exec/rel/AbstractExecutionTest.java    |   2 +
 .../query/calcite/planner/PlannerTest.java         |   2 +
 .../testframework/util/MavenUtils.java             |  53 ++++---
 .../sorted/inline/InlineTreeFilterClosure.java     |   2 +-
 .../internal/client/thin/ReliableChannel.java      |  22 ++-
 .../processors/cache/GridCacheMessage.java         |   5 +-
 .../GridDistributedTxPrepareRequest.java           |   4 +-
 .../cache/distributed/dht/GridDhtLockFuture.java   |   1 -
 .../cache/distributed/dht/GridDhtLockRequest.java  |  72 ++--------
 .../dht/GridDhtTransactionalCacheAdapter.java      |  23 ---
 .../near/GridNearTransactionalCache.java           | 158 ---------------------
 .../cache/distributed/near/GridNearTxRemote.java   |  88 ------------
 .../query/stat/IgniteStatisticsManagerImpl.java    |   8 +-
 .../org/apache/ignite/client/ReliabilityTest.java  |   6 +-
 .../internal/client/thin/ComputeTaskTest.java      |   4 +-
 .../ThinClientAbstractPartitionAwarenessTest.java  |  56 +++++++-
 .../thin/ThinClientEnpointsDiscoveryTest.java      |  45 ++++++
 ...ientPartitionAwarenessUnstableTopologyTest.java |   4 +-
 .../db/LongDestroyDurableBackgroundTaskTest.java   |   4 +-
 33 files changed, 341 insertions(+), 526 deletions(-)
 delete mode 100644 
modules/calcite/src/main/java/org/apache/ignite/internal/processors/query/calcite/message/MarshallingContext.java

Reply via email to