Skip to content

Releases: paxel/tool-shed

1.0.0 JAVA 21

Choose a tag to compare

@paxel paxel released this 07 Oct 19:33

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

Choose a tag to compare

@paxel paxel released this 25 Sep 19:46

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

Choose a tag to compare

@paxel paxel released this 24 Sep 08:15

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

Choose a tag to compare

@paxel paxel released this 24 Sep 09:31

Version 1.0.0
This release introduces the JAVA 11 compatibility branch.

0.11.2

Choose a tag to compare

@paxel paxel released this 14 Sep 19:28
<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

Choose a tag to compare

@paxel paxel released this 03 Sep 12:40

Fixed dead lock

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

0.11.0

Choose a tag to compare

@paxel paxel released this 02 Sep 15:27

Introduced Backpressure

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

group-executor-0.10.7

Choose a tag to compare

@paxel paxel released this 15 Aug 14:50

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>