You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by ni...@apache.org on 2022/10/26 18:26:07 UTC

[ignite] 01/02: Merge branch 'master' into IGNITE-17177_inc_snapshots

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

nizhikov pushed a commit to branch IGNITE-17177_inc_snapshots
in repository https://gitbox.apache.org/repos/asf/ignite.git

commit 4bca21f7a298186bc097ed6457c2209d05f466b9
Merge: 4f1a3033a28 dc405c89b0f
Author: Nikolay Izhikov <ni...@apache.org>
AuthorDate: Wed Oct 26 20:45:42 2022 +0300

    Merge branch 'master' into IGNITE-17177_inc_snapshots

 bin/include/jvmdefaults.bat                        |   2 +
 bin/include/jvmdefaults.sh                         |   2 +
 .../internal/binary/BinaryClassDescriptor.java     |  79 +++++---
 .../optimized/OptimizedClassDescriptor.java        | 223 +++++++++++----------
 .../ignite/internal/util/FeatureChecker.java       |   6 +-
 .../apache/ignite/internal/util/IgniteUtils.java   |  31 +++
 .../GridMultipleVersionsDeploymentSelfTest.java    |   1 +
 .../IgniteExplicitImplicitDeploymentSelfTest.java  |   9 +-
 .../persistence/snapshot/PlainSnapshotTest.java    |  25 ++-
 .../ignite/internal/util/IgniteUtilsSelfTest.java  |  66 ++++++
 .../p2p/GridP2PRemoteClassLoadersSelfTest.java     |   3 +
 parent/pom.xml                                     |   2 +
 12 files changed, 298 insertions(+), 151 deletions(-)