-
Notifications
You must be signed in to change notification settings - Fork 5
Use virtual threads by default on Java 21+ via Multi-Release JAR #60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 1 commit
caaf6d6
4ae4200
ce4fd3d
af2540d
25829a4
fef1833
9d456f6
e10745e
14b0ed9
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
…rlay, fix empty docs section Agent-Logs-Url: https://github.com/github/copilot-sdk-java/sessions/46706dd3-402c-41c9-9150-3cfae7db8c3f Co-authored-by: brunoborges <129743+brunoborges@users.noreply.github.com>
- Loading branch information
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -6,7 +6,6 @@ | |
|
|
||
| import java.util.concurrent.ExecutorService; | ||
| import java.util.concurrent.Executors; | ||
| import java.util.logging.Logger; | ||
|
|
||
| /** | ||
| * Java 21+ override that uses virtual threads for the SDK's internal thread | ||
|
|
@@ -20,8 +19,6 @@ | |
| */ | ||
| final class ThreadFactoryProvider { | ||
|
|
||
| private static final Logger LOG = Logger.getLogger(ThreadFactoryProvider.class.getName()); | ||
|
|
||
| private ThreadFactoryProvider() { | ||
| } | ||
|
Comment on lines
+20
to
+23
|
||
|
|
||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.