parseq
parseq copied to clipboard
Asynchronous Java made easier
Bumps [ip](https://github.com/indutny/node-ip) from 1.1.8 to 1.1.9. Commits 1ecbf2f 1.1.9 6a3ada9 lib: fixed CVE-2023-42282 and added unit test 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...
The project has moved to a new repo; please refer to https://github.com/apache/pinot/pull/7968/ and https://github.com/AsyncHttpClient/async-http-client/issues/934 for motivation
When a large number of exceptions occur, a large amount of memory is occupied because the stack information is printed in Trace. Is it possible to provide extended ability to...
Is there any way of failing fast when executing a list of tasks in parallel? For my use-case I want to cancel all the remaining tasks when one of the...
In the below snippet, there's only try...catch logic to convert it to a failed task: https://github.com/linkedin/parseq/blob/74875ed2aa5deaaf5bf1ab822c2fe719039b4aa2/subprojects/parseq/src/main/java/com/linkedin/parseq/Task.java#L398-L408 However, it is hard to add logging on the caller side for this. Thus,...
Parseq depends on jackson-mapper-asl, which has not been updated for many years and has been since deprecated, moved to jackson-databind under FastXML. This library has a serious CVE that can...
Github action previously always pulls in the latest JDK and zulu8.60.0.21-ca-jdk8.0.322-linux_x64.tar.gz failed the build. This has been locally reproduced. Potential solution 1) pin a older version of JDK8 2) start...
This change resolves https://github.com/linkedin/parseq/issues/127
The documentation should be clarified on what parallel execution means. Coming from parallel computing I assume that parallel execution would mean that a task would run concurrent with other tasks....
Optimize `toCompletableFuture` implantation if it's already completed.