Don Mendelson
Don Mendelson
@danjmarques ok to leave it here.
In the example, NextSeqNo for Establishment of idempotent ClientFlow should be null.
Establishment and EstablishAck have optional NextSeqNo but only for a recoverable flow. I think the sentence in 7.3.1 was intended to be explanatory rather than normative. In my opinion, it...
I tried using jlink plugin, but it failed with NPE. ```xml org.apache.maven.plugins maven-jlink-plugin 3.0.0-alpha-1 ```
Apparently the pre-release jlink plugin does not yet support [multi module projects](https://issues.apache.org/jira/projects/MJLINK/issues/MJLINK-9?filter=allopenissues).
One of the greatest features of Java has been back-compatibility going back to version 1.01. The Project Jigsaw module system added in Java 9 is major break with the past....
Wordaround: `mvn package` copies all dependent modules to a directory for execution. A sample command is provided for client and server.
A more popular way to go these days would be to build a Docker image. This can easily be accomplished with a Maven plugin.