Skip to content

Commit 960c3bb

Browse files
authored
Update feature catalog with FT for SE. (helidon-io#4351)
Signed-off-by: Santiago Pericasgeertsen <santiago.pericasgeertsen@oracle.com>
1 parent bbf31fa commit 960c3bb

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

common/common/src/main/java/io/helidon/common/FeatureCatalog.java

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2020, 2021 Oracle and/or its affiliates.
2+
* Copyright (c) 2020, 2022 Oracle and/or its affiliates.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -39,6 +39,10 @@ final class FeatureCatalog {
3939
"Config",
4040
"Configuration module",
4141
"Config");
42+
addSe("io.helidon.faulttolerance",
43+
"Fault Tolerance",
44+
"Reactive Fault Tolerance module",
45+
"FT");
4246
add("io.helidon.grpc.server",
4347
FeatureDescriptor.builder()
4448
.name("gRPC Server")

0 commit comments

Comments
 (0)