Skip to content

Releases: paxel/tool-shed

1.0.0 JAVA 21

07 Oct 19:33
Compare
Choose a tag to compare

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

25 Sep 19:46
Compare
Choose a tag to compare

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

24 Sep 08:15
Compare
Choose a tag to compare

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

24 Sep 09:31
Compare
Choose a tag to compare

Version 1.0.0
This release introduces the JAVA 11 compatibility branch.

0.11.2

14 Sep 19:28
Compare
Choose a tag to compare
<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

03 Sep 12:40
Compare
Choose a tag to compare

Fixed dead lock

        <dependency>
            <groupId>io.github.paxel</groupId>
            <artifactId>group-executor</artifactId>
            <version>0.11.1</version>
        </dependency>

0.11.0

02 Sep 15:27
Compare
Choose a tag to compare

Introduced Backpressure

        <dependency>
            <groupId>io.github.paxel</groupId>
            <artifactId>group-executor</artifactId>
            <version>0.11.0</version>
        </dependency>

group-executor-0.10.7

15 Aug 14:50
Compare
Choose a tag to compare

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>