Skip to content

Commit 89ee14a

Browse files
committed
ADAP-61: Replace WebSocket library in Java adapter
1 parent b3b27b3 commit 89ee14a

18 files changed

+420
-10
lines changed
113 KB
Binary file not shown.
431 KB
Binary file not shown.

release/junit.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
java -cp openfin-desktop-java-example-5.44.3.1-tests.jar;openfin-desktop-java-adapter-5.44.3.1.jar;TableLayout-20050920.jar;jna-4.1.0.jar;jna-platform-4.1.0.jar;json-20140107.jar;slf4j-api-1.7.5.jar;slf4j-jdk14-1.6.1.jar;junit-4.11.jar;hamcrest-core-1.3.jar;hamcrest-core-1.3.jar;hamcrest-library-1.1.jar;mockito-core-1.9.5.jar -Djava.util.logging.config.file=logging.properties -Dcom.openfin.test.runtime.version=alpha org.junit.runner.JUnitCore com.openfin.desktop.AllTests
1+
java -cp openfin-desktop-java-example-6.0.0.1-tests.jar;openfin-desktop-java-adapter-6.0.0.1-SNAPSHOT.jar;TableLayout-20050920.jar;jna-4.1.0.jar;jna-platform-4.1.0.jar;json-20140107.jar;slf4j-api-1.7.5.jar;slf4j-jdk14-1.6.1.jar;junit-4.11.jar;hamcrest-core-1.3.jar;hamcrest-core-1.3.jar;hamcrest-library-1.1.jar;mockito-core-1.9.5.jar;websocket-api-9.3.12.v20160915.jar;websocket-client-9.3.12.v20160915.jar;websocket-common-9.3.12.v20160915.jar;jetty-io-9.3.12.v20160915.jar;jetty-util-9.3.12.v20160915.jar -Djava.util.logging.config.file=logging.properties -Dcom.openfin.test.runtime.version=canary org.junit.runner.JUnitCore com.openfin.desktop.AllTests

release/logging.properties

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,11 @@ handlers=java.util.logging.ConsoleHandler
1414
.level=INFO
1515

1616
# Limit the message that are printed on the console to INFO and above.
17-
java.util.logging.ConsoleHandler.level = INFO
17+
java.util.logging.ConsoleHandler.level = FINE
1818
java.util.logging.ConsoleHandler.formatter = java.util.logging.SimpleFormatter
1919

2020
# Log level for all OpenFin classes
21-
com.openfin.level=INFO
21+
com.openfin.level=INFO
22+
23+
# Log level for all WebSocket classes
24+
org.eclipse.jetty.websocket.client.level=INFO
254 Bytes
Binary file not shown.
3.61 KB
Binary file not shown.
9.09 KB
Binary file not shown.

release/publisher.bat

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
java -cp openfin-desktop-java-example-6.0.0.1.jar;openfin-desktop-java-adapter-6.0.0.1-SNAPSHOT.jar;TableLayout-20050920.jar;jna-4.1.0.jar;jna-platform-4.1.0.jar;json-20140107.jar;slf4j-api-1.7.5.jar;slf4j-jdk14-1.6.1.jar;junit-4.11.jar;hamcrest-core-1.3.jar;hamcrest-core-1.3.jar;hamcrest-library-1.1.jar;mockito-core-1.9.5.jar;websocket-api-9.3.12.v20160915.jar;websocket-client-9.3.12.v20160915.jar;websocket-common-9.3.12.v20160915.jar;jetty-io-9.3.12.v20160915.jar;jetty-util-9.3.12.v20160915.jar -Djava.util.logging.config.file=logging.properties -Dcom.openfin.demo.runtime.version=canary -Dcom.openfin.demo.publish.frequency=2000 -Dcom.openfin.demo.publish.size=2048 com.openfin.desktop.demo.PubSubTest publisher

release/subscriber.bat

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
java -cp openfin-desktop-java-example-6.0.0.1.jar;openfin-desktop-java-adapter-6.0.0.1-SNAPSHOT.jar;TableLayout-20050920.jar;jna-4.1.0.jar;jna-platform-4.1.0.jar;json-20140107.jar;slf4j-api-1.7.5.jar;slf4j-jdk14-1.6.1.jar;junit-4.11.jar;hamcrest-core-1.3.jar;hamcrest-core-1.3.jar;hamcrest-library-1.1.jar;mockito-core-1.9.5.jar;websocket-api-9.3.12.v20160915.jar;websocket-client-9.3.12.v20160915.jar;websocket-common-9.3.12.v20160915.jar;jetty-io-9.3.12.v20160915.jar;jetty-util-9.3.12.v20160915.jar -Djava.util.logging.config.file=logging.properties -Dcom.openfin.demo.runtime.version=canary com.openfin.desktop.demo.PubSubTest subscriber
44.3 KB
Binary file not shown.

0 commit comments

Comments
 (0)