TeeTime
TeeTime copied to clipboard
The Java reference implementation of the Pipe-and-Filter framework TeeTime
Bumps [com.google.guava:guava](https://github.com/google/guava) from 33.0.0-jre to 33.2.0-jre. Release notes Sourced from com.google.guava:guava's releases. 33.2.0 Android users: Please test recent Guava versions If you know of Guava Android users who have not...
Bumps [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) from 1.5.2 to 1.5.6. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Bumps org.slf4j:slf4j-api from 2.0.12 to 2.0.13. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
As far as I get it, a pipe always uses the same data type, and just transfers an instances. Why does it only return `Object` on `removeLast`? https://github.com/teetime-framework/TeeTime/blob/94c7703099be8e1ecd3693cf56d41bb2fa2373df/src/main/java/teetime/framework/pipe/IPipe.java#L74 As far...
To overcome the problem with the object, use null as empty pipe element.
The TeeTime StageTester can be used to test stages with multiple input ports. However, when the stages have a state and the state depends on the sequence of events, then...
Dear TeeTime team, I think this project would benefit a lot from having the ability to 1. create a graph of the configured network 2. graphically create the network based...
Dear TeeTime team, I wonder whether this project would benefit vom Virtual Threads? If one has a large network of stages, the number of threads (active stages and/or taskfarm stages)...
Bumps [com.google.guava:guava](https://github.com/google/guava) from 33.0.0-jre to 33.2.1-jre. Release notes Sourced from com.google.guava:guava's releases. 33.2.1 <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> <version>33.2.1-jre</version> <!-- or, for Android: --> <version>33.2.1-android</version> </dependency> Jar files 33.2.1-jre.jar 33.2.1-android.jar Guava requires...
Bumps [org.jctools:jctools-core](https://github.com/JCTools/JCTools) from 4.0.3 to 4.0.5. Commits a17b56f Update development version to 4.0.5-SNAPSHOT 173423c Addressing Nitsan's comment 4b7d2ac Adding Atomic Unpadded queues 5c1b88b Update development version to 4.0.4-SNAPSHOT See full...