Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit a59c370

Browse filesBrowse files
committed
ADAP-122 Upgrade adapter to 6.0.2.2-SNAPSHOT
1 parent 4ec3fa5 commit a59c370
Copy full SHA for a59c370

File tree

Expand file treeCollapse file tree

7 files changed

+11
-6
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

7 files changed

+11
-6
lines changed
Open diff view settings
Collapse file

‎RELEASENOTES-ADAPTER.md‎

Copy file name to clipboardExpand all lines: RELEASENOTES-ADAPTER.md
+8-2Lines changed: 8 additions & 2 deletions
  • Display the source diff
  • Display the rich diff
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

Collapse file

‎pom.xml‎

Copy file name to clipboardExpand all lines: pom.xml
+1-1Lines 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>
Collapse file

‎release/junit.bat‎

Copy file name to clipboardExpand all lines: release/junit.bat
+1-1Lines 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
Collapse file
337 KB
Binary file not shown.
Collapse file
-13 Bytes
Binary file not shown.
Collapse file
-1.1 KB
Binary file not shown.
Collapse file

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

Copy file name to clipboardExpand all lines: src/test/java/com/openfin/desktop/ApplicationTest.java
+1-2Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.