This is an automated email from the ASF dual-hosted git repository.
agura pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/ignite-3.git.
from 2e6ea88 IGNITE-14371 JSON representation for configuration & partial
code for JSON update requests parsing. (#72)
add a8919fe IGNITE-14403 Added ignite-core module and IgniteUuid class
No new revisions were added by this update.
Summary of changes:
modules/{configuration => core}/pom.xml | 36 +++---
.../java/org/apache/ignite/lang/IgniteUuid.java | 135 +++++++++++++++++++++
.../apache/ignite/lang/IgniteUuidGenerator.java | 84 +++++++++++++
pom.xml | 1 +
4 files changed, 241 insertions(+), 15 deletions(-)
copy modules/{configuration => core}/pom.xml (70%)
create mode 100644
modules/core/src/main/java/org/apache/ignite/lang/IgniteUuid.java
create mode 100644
modules/core/src/main/java/org/apache/ignite/lang/IgniteUuidGenerator.java