Skip to content

Tags: hpdcj/PCJ

Tags

v5.3.3

Toggle v5.3.3's commit message
Added @throws for @deprecated that throws exception.

v5.3.2

Toggle v5.3.2's commit message
Marked NodesDescription class to be removed in future PCJ release.

v5.3.1

Toggle v5.3.1's commit message
Changes in JavaDocs of ExecutionBuilder

v5.3.0

Toggle v5.3.0's commit message
Added JavaDoc for asyncCollect/collect.

Changed [generic] returned type of some methods to R (from T).

v5.2.0

Toggle v5.2.0's commit message
Fixing shutting down on failure.

v5.1.0

Toggle v5.1.0's commit message
Minor fixes in javadoc.

v5.0.9

Toggle v5.0.9's commit message
Updated JavaDocs.

v5.0.8

Toggle v5.0.8's commit message
Fixed reading bytes from the network, as the InputStream.read(byte[])…

… doesn't guarantee that array will be fully read.

v5.0.7

Toggle v5.0.7's commit message
Backporting Revision: 71c080e

Error (or exception at runtime) appear when type is not serializable but final.

v5.0.6

Toggle v5.0.6's commit message
New configuration options for Networker workers (min, max, keepalive).