You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix contract of AbstractParallelBootstrapRequestHandler to Java prote…
…cted methods (#165)
* Fix contract of AbstractParallelBootstrapRequestHandler to Java protected methods
Reimplement AbstractParallelBootstrapRequestHandler in Java as Scala is not capable of emitting a class with JVM protected methods
* Bump version
Adds parallel flag to onBootstrapStarted notification (#164)
* Add flag to indicate to the request handler that bootstrap is in parallel mode
* Unit tests
* nix error handling, allow to bubble up
* Rename to writesEnabled
* Fix writesEnabled, make parallel flag a non-breaking change
* Bump minor version