Skip to content

Commit

Permalink
Update feature catalog with FT for SE. (#4351)
Browse files Browse the repository at this point in the history
Signed-off-by: Santiago Pericasgeertsen <santiago.pericasgeertsen@oracle.com>
  • Loading branch information
spericas authored Jun 8, 2022
1 parent bbf31fa commit 960c3bb
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -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.
Expand Down Expand Up @@ -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")
Expand Down

0 comments on commit 960c3bb

Please sign in to comment.