From 960c3bb21799aed5f317871cf176cb663c497db5 Mon Sep 17 00:00:00 2001 From: Santiago Pericasgeertsen Date: Wed, 8 Jun 2022 15:13:18 -0400 Subject: [PATCH] Update feature catalog with FT for SE. (#4351) Signed-off-by: Santiago Pericasgeertsen --- .../src/main/java/io/helidon/common/FeatureCatalog.java | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/common/common/src/main/java/io/helidon/common/FeatureCatalog.java b/common/common/src/main/java/io/helidon/common/FeatureCatalog.java index acd0d2a4e49..383c815e1e2 100644 --- a/common/common/src/main/java/io/helidon/common/FeatureCatalog.java +++ b/common/common/src/main/java/io/helidon/common/FeatureCatalog.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020, 2021 Oracle and/or its affiliates. + * Copyright (c) 2020, 2022 Oracle and/or its affiliates. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -39,6 +39,10 @@ final class FeatureCatalog { "Config", "Configuration module", "Config"); + addSe("io.helidon.faulttolerance", + "Fault Tolerance", + "Reactive Fault Tolerance module", + "FT"); add("io.helidon.grpc.server", FeatureDescriptor.builder() .name("gRPC Server")