Commit 8d701fb
committed
Fix null threadFactory in EventsTask when not configured
EventsTask now handles null threadFactory by using the default
Executors.newSingleThreadScheduledExecutor() without a factory argument.
This allows tests to run without configuring a thread factory in the SDK config.
Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
AI-Session-Id: c83b3557-2c02-4d13-aaa4-273b7340163d
AI-Tool: claude-code
AI-Model: unknown1 parent 1881107 commit 8d701fb
1 file changed
Lines changed: 3 additions & 1 deletion
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
42 | 44 | | |
43 | 45 | | |
44 | 46 | | |
| |||
0 commit comments