This is an automated email from the ASF dual-hosted git repository.
mpochatkin pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/ignite-3.git
from 229ef767e08 IGNITE-28267 Remove deprecated usages from
ScaleCubeDirectMarshallerTransport (#7800)
add 64d7772625e IGNITE-28073 Ensure deployment unit JAR is built before
running examples via Gradle (#7710)
No new revisions were added by this update.
Summary of changes:
examples/java/README.md | 40 +++--
examples/java/build.gradle | 11 +-
.../code/deployment/CodeDeploymentExample.java | 4 +-
.../example/compute/ComputeAsyncExample.java | 5 +-
.../example/compute/ComputeBroadcastExample.java | 5 +-
.../compute/ComputeCancellationExample.java | 5 +-
.../example/compute/ComputeColocatedExample.java | 5 +-
.../ignite/example/compute/ComputeExample.java | 5 +-
.../example/compute/ComputeJobPriorityExample.java | 5 +-
.../example/compute/ComputeJobStateExample.java | 5 +-
.../example/compute/ComputeMapReduceExample.java | 5 +-
.../ComputeWithCustomResultMarshallerExample.java | 5 +-
.../example/compute/ComputeWithResultExample.java | 5 +-
.../serialization/SerializationExample.java | 11 +-
.../DistributedComputeWithReceiverExample.java | 5 +-
.../streaming/MultiTableDataStreamerExample.java | 5 +-
.../ignite/example/util/DeployComputeUnit.java | 196 ++++-----------------
17 files changed, 86 insertions(+), 236 deletions(-)