This is an automated email from the ASF dual-hosted git repository.
ipavlukhin pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/ignite.git.
from 465cc44 IGNITE-12582 Add Spring EL support in Spring Data. - Fixes
#7411.
add 3d44424 IGNITE-12664 Prevent BinaryObjectExImpl.toString failing with
exception if a class of an object serialized with OptimizedMarshaller is not
accessible (#7413)
No new revisions were added by this update.
Summary of changes:
.../ignite/internal/binary/BinaryObjectExImpl.java | 21 +-
.../marshaller/optimized/OptimizedMarshaller.java | 3 +-
...mizedMarshallerInaccessibleClassException.java} | 22 +-
.../internal/binary/BinaryObjectToStringTest.java | 231 +++++++++++++++++++++
.../testsuites/IgniteBinaryObjectsTestSuite.java | 2 +
5 files changed, 266 insertions(+), 13 deletions(-)
copy
modules/core/src/main/java/org/apache/ignite/internal/{processors/cache/persistence/wal/WalSegmentTailReachedException.java
=> marshaller/optimized/OptimizedMarshallerInaccessibleClassException.java}
(68%)
create mode 100644
modules/core/src/test/java/org/apache/ignite/internal/binary/BinaryObjectToStringTest.java