Skip to content

refactor: remove flowFullstackSignals feature flag#2124

Open
Artur- wants to merge 2 commits intomainfrom
remove-signals-flag
Open

refactor: remove flowFullstackSignals feature flag#2124
Artur- wants to merge 2 commits intomainfrom
remove-signals-flag

Conversation

@Artur-
Copy link
Member

@Artur- Artur- commented Feb 2, 2026

Signals support is now always enabled in Flow, so the feature flag check is no longer needed. This simplifies initSignalsSupport() and removes the now-unnecessary vaadin-featureflags.properties file.

Signals support is now always enabled in Flow, so the feature flag
check is no longer needed. This simplifies initSignalsSupport() and
removes the now-unnecessary vaadin-featureflags.properties file.
Signals support is now always enabled in Flow, so the feature flag
check is no longer needed. This simplifies initSignalsSupport() and
removes the now-unnecessary vaadin-featureflags.properties file.
@Artur- Artur- requested a review from tltv February 2, 2026 10:25
@github-actions
Copy link

github-actions bot commented Feb 2, 2026

Test Results

  138 files    138 suites   23m 19s ⏱️
1 119 tests 1 108 ✅ 5 💤 0 ❌ 6 🔥
1 427 runs  1 413 ✅ 8 💤 0 ❌ 6 🔥

For more details on these errors, see this check.

Results for commit 76acb95.

♻️ This comment has been updated with latest results.

.isEnabled(FeatureFlags.FLOW_FULLSTACK_SIGNALS.getId())) {
signalsTestEnvironment = TestSignalEnvironment.register();
}
signalsTestEnvironment = TestSignalEnvironment.register();
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This has been already merged to main, but the rest of the changes makes sense to add (javadocs, property file)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants