You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by sd...@apache.org on 2022/02/08 15:00:18 UTC

[ignite-3] branch main updated (9aaaf48 -> 2cf7b4b)

This is an automated email from the ASF dual-hosted git repository.

sdanilov pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/ignite-3.git.


    from 9aaaf48  IGNITE-16148 Enrich IgniteTransactions javadoc with tx examples. Fixes #641
     add 2cf7b4b  IGNITE-16495 Make RestModule handlers asynchronous

No new revisions were added by this update.

Summary of changes:
 modules/cli/pom.xml                                |  6 ++
 .../org/apache/ignite/cli/ItConfigCommandTest.java | 43 +++++++++-
 modules/rest/pom.xml                               | 13 +++
 .../apache/ignite/internal/rest/RestModule.java    | 72 +++++++++-------
 .../ignite/internal/rest/netty/RestApiHandler.java | 98 ++++++++++++----------
 .../internal/rest/netty/RestApiInitializer.java    |  2 -
 .../presentation/ConfigurationPresentation.java    |  4 +-
 .../rest/presentation/hocon/HoconPresentation.java | 46 +++++-----
 .../internal/rest/routes/RequestHandler.java}      | 29 +++----
 .../apache/ignite/internal/rest/routes/Route.java  | 14 ++--
 .../apache/ignite/internal/rest/routes/Router.java | 23 +----
 .../ConfigurationPresentationTest.java             | 34 +++++---
 .../ignite/internal/rest/routes/RouteTest.java     | 24 +++---
 13 files changed, 243 insertions(+), 165 deletions(-)
 copy modules/{storage-api/src/main/java/org/apache/ignite/internal/storage/index/IndexRow.java => rest/src/main/java/org/apache/ignite/internal/rest/routes/RequestHandler.java} (50%)