Skip to content

Releases: jpaulm/javafbp-websockets

Upgrade some dependencies

10 Jan 20:24
Compare
Choose a tag to compare

Upgrade some dependencies

Upgrade some dependencies

10 Jan 20:01
c648b6a
Compare
Choose a tag to compare

Upgrade some dependencies

Change logging to use LogBack

09 Jan 18:21
c966e15
Compare
Choose a tag to compare

Change logging to use LogBack - due to ongoing vulnerability problems with log4j and log4j2

Support WSS as well as WS

07 Jun 19:24
ee70ac8
Compare
Choose a tag to compare

Support WSS as well as WS protocols

WSS controlled by argument of TLS on application invocation command

WS support working

21 Dec 01:01
Compare
Choose a tag to compare

WS support working; WSS not currently - help would be appreciated!

Update logging to remove vulnerability

29 Nov 20:31
Compare
Choose a tag to compare

Update logging to remove vulnerability

Works with certificate in Chrome - see Readme

Don't how to enable for Firefox!

Support for wss:

26 Oct 19:21
8f10a39
Compare
Choose a tag to compare

Initial support for wss: and ws:

In the case of wss:, a keystore.jks file has been provided so that you can run the test, but it does not have a valid value - we still have to add proper security

The TLS parameter has been moved to a file (C:\Users\user_name\tlsparmfile.txt) , rather than an IIP - a value of TLS specifies wss: in the client, currently supported by Chrome (because of the security issue). Any other value in the file specifies ws:, and can be accessed using Firefox or Chrome.

Support for wss:

14 Oct 15:57
Compare
Choose a tag to compare
Support for wss: Pre-release
Pre-release

Started development of support for wss:

Currently working with Chrome only - we need to get Trusted Certificate support working -
see TooTallNate/Java-WebSocket#1080

ws: works, with optional IIP "OPT" omitted in network definition (Java-WebSocket does not allow 'mixing' of ws: and wss:)

Added some diagnostics

25 Aug 16:03
Compare
Choose a tag to compare

Added some diagnostics

Updated to new versions of Gradle and Java-WebSockets

02 Mar 23:55
27851c3
Compare
Choose a tag to compare

Updated to new versions of Gradle and Java-WebSockets - see dependencies in build.gradle - these now should be kept up to date by renovatebot

Logging is now provided by SLF4J;

Logging level can be adjusted by defaultLogLevel in src/main/resources/simplelogger.properties