Skip to content

Commit a59c370

Browse files
committed
ADAP-122 Upgrade adapter to 6.0.2.2-SNAPSHOT
1 parent 4ec3fa5 commit a59c370

File tree

7 files changed

+11
-6
lines changed

7 files changed

+11
-6
lines changed

RELEASENOTES-ADAPTER.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
1-
# Version 6.0.2.1-SNAPSHOT
1+
2+
# Version 6.0.2.2-SNAPSHOT
3+
4+
## New Features
5+
* Improved thread safety with concurrent collection classes.
6+
7+
# Version 6.0.2.1
28

39
## New Features
410
* Added Application.registerUser.
5-
* Upgrade JNA library to 4.5.1
11+
* Upgrade JNA library to 4.5.1.
612

713
# Version 6.0.1.3
814

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
<dependency>
5959
<groupId>co.openfin</groupId>
6060
<artifactId>openfin-desktop-java-adapter</artifactId>
61-
<version>6.0.2.1-SNAPSHOT</version>
61+
<version>6.0.2.2-SNAPSHOT</version>
6262
</dependency>
6363
<dependency>
6464
<groupId>co.openfin</groupId>

release/junit.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ set RuntimeVersion="stable"
66
set RuntimeVersion="%1"
77
)
88

9-
java -cp openfin-desktop-java-example-6.0.1.2-tests.jar;openfin-desktop-java-adapter-6.0.2.1-SNAPSHOT.jar;TableLayout-20050920.jar;jna-4.5.1.jar;jna-platform-4.5.1.jar;json-20160810.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=%RuntimeVersion% org.junit.runner.JUnitCore com.openfin.desktop.AllTests
9+
java -cp openfin-desktop-java-example-6.0.1.2-tests.jar;openfin-desktop-java-adapter-6.0.2.2-SNAPSHOT.jar;TableLayout-20050920.jar;jna-4.5.1.jar;jna-platform-4.5.1.jar;json-20160810.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=%RuntimeVersion% org.junit.runner.JUnitCore com.openfin.desktop.AllTests
337 KB
Binary file not shown.
-13 Bytes
Binary file not shown.
-1.1 KB
Binary file not shown.

src/test/java/com/openfin/desktop/ApplicationTest.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -532,8 +532,7 @@ public void onError(Ack ack) {
532532
assertEquals(0, latch.getCount());
533533
}
534534

535-
@Ignore
536-
@Test
535+
@Test
537536
public void registerUser() throws Exception {
538537
Application application = TestUtils.runApplication(TestUtils.getAppOptions(null), desktopConnection);
539538
final CountDownLatch latch = new CountDownLatch(1);

0 commit comments

Comments
 (0)