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 fcc170b8b06 IGNITE-26637 Introduce support of scalar expressions 
(#7355)
     add 500299c6c57 IGNITE-27352 Create health probe endpoints (#7237)

No new revisions were added by this update.

Summary of changes:
 gradle/libs.versions.toml                          |   1 +
 .../matchers/HttpResponseMatcher.java              |   6 +-
 modules/rest/build.gradle                          |   1 +
 .../ignite/internal/rest/AbstractRestTestBase.java |  22 ++-
 .../rest/ItInitializedClusterRestTest.java         |  50 +++++--
 .../rest/ItNotInitializedClusterRestTest.java      |  37 ++++-
 .../rest/authentication/ItAuthenticationTest.java  | 162 +++++++++------------
 .../apache/ignite/internal/rest/RestComponent.java |  14 +-
 .../apache/ignite/internal/rest/RestManager.java   |   7 +-
 .../rest/health/NodeLivenessIndicator.java}        |  22 +--
 .../rest/health/NodeReadinessIndicator.java        |  50 +++++++
 11 files changed, 239 insertions(+), 133 deletions(-)
 copy 
modules/{cli/src/main/java/org/apache/ignite/internal/cli/config/CachedStateConfigProvider.java
 => 
rest/src/main/java/org/apache/ignite/internal/rest/health/NodeLivenessIndicator.java}
 (58%)
 create mode 100644 
modules/rest/src/main/java/org/apache/ignite/internal/rest/health/NodeReadinessIndicator.java

Reply via email to