Skip to content

Commit 5b077c5

Browse files
author
dxcity
committed
tagging release 3.270
1 parent 17c3129 commit 5b077c5

File tree

1,554 files changed

+1967
-1618
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,554 files changed

+1967
-1618
lines changed

ReleaseNotes.txt

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
11

2+
QDS 3.270:
3+
4+
* [QD-1123] dxFeed API: Make CandleSymbol attribute classes Serializable
5+
* [QD-1113] QD Core: RecordCursor.toString prints both double and wide decimal presentation of wide decimal fields
6+
* [QD-1044] dxFeed API: Support CandlePriceLevel attribute
7+
* [QD-1062] dxFeed webservice: Migrate to cometd 4.0.2 and jetty 9.4.14
8+
- Additional migration notes from CometD: https://docs.cometd.org/current/reference/#_migration_31_to_40
9+
- Additional migration notes from Jetty: https://www.eclipse.org/jetty/documentation/9.4.x/upgrading-jetty.html
10+
* [QD-1116] dxFeed webservice: "Session" parameter is not working in REST API
11+
* [QD-1115] Files are updated for year 2019 in copyright
12+
213
QDS 3.269:
314

415
* [QD-1099] Make DXFeedSubscription and DXEndpoint implement AutoCloseable

auth/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
!++
44
QDS - Quick Data Signalling Library
55
!-
6-
Copyright (C) 2002 - 2018 Devexperts LLC
6+
Copyright (C) 2002 - 2019 Devexperts LLC
77
!-
88
This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0.
99
If a copy of the MPL was not distributed with this file, You can obtain one at
@@ -14,7 +14,7 @@
1414
<parent>
1515
<artifactId>QD</artifactId>
1616
<groupId>com.devexperts.qd</groupId>
17-
<version>3.269</version>
17+
<version>3.270</version>
1818
<relativePath>../pom.xml</relativePath>
1919
</parent>
2020
<modelVersion>4.0.0</modelVersion>

auth/src/main/java/com/devexperts/auth/AuthSession.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* !++
33
* QDS - Quick Data Signalling Library
44
* !-
5-
* Copyright (C) 2002 - 2018 Devexperts LLC
5+
* Copyright (C) 2002 - 2019 Devexperts LLC
66
* !-
77
* This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0.
88
* If a copy of the MPL was not distributed with this file, You can obtain one at

auth/src/main/java/com/devexperts/auth/AuthToken.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* !++
33
* QDS - Quick Data Signalling Library
44
* !-
5-
* Copyright (C) 2002 - 2018 Devexperts LLC
5+
* Copyright (C) 2002 - 2019 Devexperts LLC
66
* !-
77
* This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0.
88
* If a copy of the MPL was not distributed with this file, You can obtain one at

auth/src/main/java/com/devexperts/auth/SessionCloseListener.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* !++
33
* QDS - Quick Data Signalling Library
44
* !-
5-
* Copyright (C) 2002 - 2018 Devexperts LLC
5+
* Copyright (C) 2002 - 2019 Devexperts LLC
66
* !-
77
* This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0.
88
* If a copy of the MPL was not distributed with this file, You can obtain one at

dxfeed-api/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
!++
44
QDS - Quick Data Signalling Library
55
!-
6-
Copyright (C) 2002 - 2018 Devexperts LLC
6+
Copyright (C) 2002 - 2019 Devexperts LLC
77
!-
88
This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0.
99
If a copy of the MPL was not distributed with this file, You can obtain one at
@@ -14,7 +14,7 @@
1414
<parent>
1515
<artifactId>QD</artifactId>
1616
<groupId>com.devexperts.qd</groupId>
17-
<version>3.269</version>
17+
<version>3.270</version>
1818
<relativePath>../pom.xml</relativePath>
1919
</parent>
2020
<modelVersion>4.0.0</modelVersion>

dxfeed-api/src/main/java/com/dxfeed/annotation/ClassValueMapping.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* !++
33
* QDS - Quick Data Signalling Library
44
* !-
5-
* Copyright (C) 2002 - 2018 Devexperts LLC
5+
* Copyright (C) 2002 - 2019 Devexperts LLC
66
* !-
77
* This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0.
88
* If a copy of the MPL was not distributed with this file, You can obtain one at

dxfeed-api/src/main/java/com/dxfeed/annotation/EventFieldMapping.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* !++
33
* QDS - Quick Data Signalling Library
44
* !-
5-
* Copyright (C) 2002 - 2018 Devexperts LLC
5+
* Copyright (C) 2002 - 2019 Devexperts LLC
66
* !-
77
* This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0.
88
* If a copy of the MPL was not distributed with this file, You can obtain one at

dxfeed-api/src/main/java/com/dxfeed/annotation/EventFieldType.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* !++
33
* QDS - Quick Data Signalling Library
44
* !-
5-
* Copyright (C) 2002 - 2018 Devexperts LLC
5+
* Copyright (C) 2002 - 2019 Devexperts LLC
66
* !-
77
* This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0.
88
* If a copy of the MPL was not distributed with this file, You can obtain one at

dxfeed-api/src/main/java/com/dxfeed/annotation/EventTypeMapping.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* !++
33
* QDS - Quick Data Signalling Library
44
* !-
5-
* Copyright (C) 2002 - 2018 Devexperts LLC
5+
* Copyright (C) 2002 - 2019 Devexperts LLC
66
* !-
77
* This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0.
88
* If a copy of the MPL was not distributed with this file, You can obtain one at

0 commit comments

Comments
 (0)