Releases: paxel/tool-shed
Releases · paxel/tool-shed
1.0.0 JAVA 21
This is the first release as tool-shed.
The group executor was completely removed
<dependency>
<groupId>io.github.paxel</groupId>
<artifactId>tool-shed</artifactId>
<version>1.0.0</version>
</dependency>
v2.0.0 - JAVA 21
Version 2.0.0
This is probably the last release as group-executor, as the whole component doesn't make sense with Virtual Threads.
0.12.0 - JAVA 8
Version 0.12.0
This release introduces the JAVA 8 compatibility branch.
Releases for this branch will only happen on demand / bugfixes / pull requests
1.0.0 - JAVA 11
Version 1.0.0
This release introduces the JAVA 11 compatibility branch.
0.11.2
<dependency>
<groupId>io.github.paxel</groupId>
<artifactId>group-executor</artifactId>
<version>0.11.1</version>
</dependency>
fixed the "dead lock"
Full Changelog: group-executor-0.11.1...group-executor-0.11.2
0.11.1
Fixed dead lock
<dependency>
<groupId>io.github.paxel</groupId>
<artifactId>group-executor</artifactId>
<version>0.11.1</version>
</dependency>
0.11.0
Introduced Backpressure
<dependency>
<groupId>io.github.paxel</groupId>
<artifactId>group-executor</artifactId>
<version>0.11.0</version>
</dependency>
group-executor-0.10.7
finally made it release on maven central again. that took 7 wild tries
thanks to Jan Mosig for an out of the box working solution
<dependency>
<groupId>io.github.paxel</groupId>
<artifactId>group-executor</artifactId>
<version>0.10.7</version>
</dependency>