TeeTime icon indicating copy to clipboard operation
TeeTime copied to clipboard

The Java reference implementation of the Pipe-and-Filter framework TeeTime

Results 10 TeeTime issues
Sort by recently updated
recently updated
newest added

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...

dependencies

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 [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ch.qos.logback:logback-classic&package-manager=gradle&previous-version=1.5.2&new-version=1.5.6)](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...

dependencies

Bumps org.slf4j:slf4j-api from 2.0.12 to 2.0.13. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.slf4j:slf4j-api&package-manager=gradle&previous-version=2.0.12&new-version=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...

dependencies

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...

dependencies

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...

dependencies