Releases: thunkware/virtual-threads-bridge
virtual-threads-bridge-0.0.10
What's Changed
- add fluent api for creating objects conditional on virtual threads in #36
- add ExecutorTool.newVirtualThreadPerTaskExecutor(threadFactory) in #38
Full Changelog: virtual-threads-bridge-0.0.9...virtual-threads-bridge-0.0.10
virtual-threads-bridge-0.0.9
What's Changed
- Fix Java21 release build in #33
Full Changelog: virtual-threads-bridge-0.0.8...virtual-threads-bridge-0.0.9
virtual-threads-bridge-0.0.8
What's Changed
- Add ability to check for Java24 and ability to synchronize virtual threads without pinning in #31
Full Changelog: virtual-threads-bridge-0.0.7...virtual-threads-bridge-0.0.8
virtual-threads-bridge-0.0.7
What's Changed
- General code cleanup by @dhoard in #28
- Added ThreadNameCallable and ThreadNameRunnable by @dhoard in #29
Full Changelog: virtual-threads-bridge-0.0.6...virtual-threads-bridge-0.0.7
virtual-threads-bridge-0.0.6
What's Changed
- Fix semaphore runnable in #27
Full Changelog: virtual-threads-bridge-0.0.5...virtual-threads-bridge-0.0.6
virtual-threads-bridge-0.0.5
What's Changed
New Contributors
Full Changelog: virtual-threads-bridge-0.0.4...virtual-threads-bridge-0.0.5
virtual-threads-bridge-0.0.4
What's Changed
- Added Maven wrapper by @dhoard in #17
- Fixed README.md by @dhoard in #18
- Removed access modifiers that aren't required by @dhoard in #19
- Add an option to configure a timeout for the SemaphoreExecutor by @JordiMartinezVicent in #22
- Provide ability to customize thread or thread names in #23
New Contributors
- @dhoard made their first contribution in #17
- @JordiMartinezVicent made their first contribution in #22
- @dhoard for reporting an issue in #20
Full Changelog: virtual-threads-bridge-0.0.3...virtual-threads-bridge-0.0.4
virtual-threads-bridge-0.0.3
What's Changed
- rename artifactId from virtual-threads-backport to virtual-threads-bridge in #15
Full Changelog: virtual-threads-backport-0.0.3...virtual-threads-bridge-0.0.3
virtual-threads-backport-0.0.3
What's Changed
- make it possible to configure some Java21 features to throw exception on Java8+ in #12
- prepare for relocating artifactId to virtual-threads-bridge in #16
Full Changelog: virtual-threads-backport-0.0.2...virtual-threads-backport-0.0.3
virtual-threads-backport-0.0.2
What's Changed
- Add apis for thread builders and thread factories. #6
- create multi-release jar
- rename
com.github.thunkwarepackage toio.github.thunkwareto match maven groupId. #8 - improve executor cleanup to prevent rare memory leak. #10
Contributions
- @JordiMartinezVicent made a contribution in #4
- @ferblaca made a contribution in #3
Full Changelog: virtual-threads-backport-0.0.1...virtual-threads-backport-0.0.2