Missing fields in Session class on latest release

Hi Omer,

The latest dependency of autobahn-java on Maven repository is actually inconsistent with the code on https://github.com/crossbario/autobahn-java.
The io.crossbar.autobahn.wamp.Session class in autobahn-java-17.10.5 is quite different from that on GitHub.

There is no private List mAuthenticators in Session class in in autobahn-java-17.10.5.

Can you please have a check?

Thanks and Rgs,

Jason Li

Hello!

Hi Omer,

The latest dependency of autobahn-java on Maven repository is actually inconsistent with the code on https://github.com/crossbario/autobahn-java.
The io.crossbar.autobahn.wamp.Session class in autobahn-java-17.10.5 is quite different from that on GitHub.

There is no private List mAuthenticators in Session class in in autobahn-java-17.10.5.

Can you please have a check?

As replied in another email, source code for 17.10.5 is available here https://github.com/crossbario/autobahn-java/releases/tag/v17.10.5 – What we have in master contains unreleased changes, hence the difference.

···

On Wednesday, December 20, 2017 at 11:47:39 AM UTC+5, Jason Li wrote:

Thanks and Rgs,

Jason Li