This is an automated email from the ASF dual-hosted git repository. ptupitsyn pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/ignite-3.git
from 45d70e1c645 IGNITE-25862 Fix event log configuration compatibility (#6289) add 6c96b2e52a9 IGNITE-25998 Add java client examples (#6301) No new revisions were added by this update. Summary of changes: .../ignite/example/client/IgniteClientExample.java | 47 +++++++++++++ .../client/IgniteClientWithConfigExample.java | 76 ++++++++++++++++++++++ 2 files changed, 123 insertions(+) create mode 100644 examples/src/main/java/org/apache/ignite/example/client/IgniteClientExample.java create mode 100644 examples/src/main/java/org/apache/ignite/example/client/IgniteClientWithConfigExample.java