qwen-code/packages/sdk-java
Yu Zhang 8b72f4d456
fix(java): make SDK worker threads daemon (#9925)
* fix(java): make SDK worker threads daemon

Use daemon threads for the Java SDK default executors so background helper pools do not keep example or short-lived JVM processes alive after work completes.

Co-Authored-By: Claude Sonnet 4.6 noreply@anthropic.com

* fix(java): document and test daemon pool lifecycle

Keep examples and docs aligned with daemon executors, and ensure the client module actually discovers its JUnit 5 regression test.

Co-Authored-By: Claude Sonnet 4.6 noreply@anthropic.com

* fix(java): reuse the custom example executor

Co-Authored-By: Claude Sonnet 4.6 noreply@anthropic.com

* test(java): isolate SDK integration cases

Co-Authored-By: Claude Sonnet 4.6 noreply@anthropic.com

---------

Co-authored-by: zhangyu.34 <zhangyu.34@bytedance.com>
2026-09-01 18:06:25 +00:00
..
client fix(java): make SDK worker threads daemon (#9925) 2026-09-01 18:06:25 +00:00
qwencode fix(java): make SDK worker threads daemon (#9925) 2026-09-01 18:06:25 +00:00