Skip to content

chore: move thread start out of DevServerWatchDog constructor (#23898) (CP: 23.6)#23919

Merged
vaadin-bot merged 1 commit into23.6from
cherry-pick-23898-to-23.6-1773752770466
Mar 17, 2026
Merged

chore: move thread start out of DevServerWatchDog constructor (#23898) (CP: 23.6)#23919
vaadin-bot merged 1 commit into23.6from
cherry-pick-23898-to-23.6-1773752770466

Conversation

@vaadin-bot
Copy link
Collaborator

This PR cherry-picks changes from the original PR #23898 to branch 23.6.

Original PR description

Starting a thread in a constructor can expose a partially constructed object. Extract the thread start into a separate start() method that callers invoke after construction completes.

Starting a thread in a constructor can expose a partially constructed
object. Extract the thread start into a separate start() method that
callers invoke after construction completes.

Co-authored-by: Marco Collovati <marco@vaadin.com>
@github-actions
Copy link

github-actions bot commented Mar 17, 2026

Test Results

  984 files  ±0    984 suites  ±0   42m 30s ⏱️ + 1m 23s
6 334 tests ±0  6 284 ✅ ±0  50 💤 ±0  0 ❌ ±0 
6 651 runs  +4  6 593 ✅ +4  58 💤 ±0  0 ❌ ±0 

Results for commit a88f34e. ± Comparison against base commit eb6d0a9.

♻️ This comment has been updated with latest results.

@sonarqubecloud
Copy link

@vaadin-bot
Copy link
Collaborator Author

This PR is eligible for auto-merging policy, so it has been approved automatically. If there are pending conditions, auto merge (with 'squash' method) has been enabled for this PR[Message is sent from bot]

@vaadin-bot vaadin-bot merged commit dfc0ec5 into 23.6 Mar 17, 2026
42 of 46 checks passed
@vaadin-bot vaadin-bot deleted the cherry-pick-23898-to-23.6-1773752770466 branch March 17, 2026 13:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants