Skip to content

Releases: thunkware/virtual-threads-bridge

virtual-threads-bridge-0.0.10

03 Jun 16:24
9c4715c

Choose a tag to compare

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

28 May 19:21
366d2d1

Choose a tag to compare

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

28 May 07:04
3fe684a

Choose a tag to compare

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

27 Aug 06:09
d8ba876

Choose a tag to compare

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

09 Aug 05:39
d683615

Choose a tag to compare

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

24 Jul 06:23
cd8719e

Choose a tag to compare

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

19 Jul 18:54
815aaaf

Choose a tag to compare

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

Full Changelog: virtual-threads-bridge-0.0.3...virtual-threads-bridge-0.0.4

virtual-threads-bridge-0.0.3

20 Jan 06:36
bfe0673

Choose a tag to compare

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

20 Jan 06:36
9d2370f

Choose a tag to compare

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

15 Jan 08:02
10a33a4

Choose a tag to compare

What's Changed

  • Add apis for thread builders and thread factories. #6
    • create multi-release jar
  • rename com.github.thunkware package to io.github.thunkware to match maven groupId. #8
  • improve executor cleanup to prevent rare memory leak. #10

Contributions

Full Changelog: virtual-threads-backport-0.0.1...virtual-threads-backport-0.0.2