You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As commented in the linked PR, removing the flag would negatively impact the quality of code base tests, because of workarounds that should be introduced to verify all functionalities related to feature flags.
I propose to preserve the feature, and update the description to state that it is there for testing purpose.
public static final Feature EXAMPLE = new Feature(
"Example feature. Internally used for testing purposes. Does not have any effect on production applications.",
"exampleFeatureFlag", "https://github.com/vaadin/flow/pull/12004",
false,
"com.vaadin.flow.server.frontend.NodeTestComponents$ExampleExperimentalComponent");
FeatureFlags#EXAMPLE
states:It should therefore be removed
flow/flow-server/src/main/java/com/vaadin/experimental/FeatureFlags.java
Lines 60 to 64 in ec83c9f
The text was updated successfully, but these errors were encountered: