You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by ag...@apache.org on 2021/03/25 16:09:45 UTC

[ignite-3] branch main updated (2e6ea88 -> a8919fe)

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