Skip to content

Commit

Permalink
2.0.7 full_paginated
Browse files Browse the repository at this point in the history
  • Loading branch information
aklevanets committed Jan 10, 2024
1 parent f68579c commit ebba029
Show file tree
Hide file tree
Showing 503 changed files with 1,765 additions and 1,614 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,12 @@
Livedata SDK is a client library that enables easier integration with the Livescout XML feed. SDK exposes XML feed service interface in a more user-friendly way and isolates the client from having to do XML feed parsing, proper connection handling, error recovery, event queuing and dispatching.
It also makes a client solution more stable and robust when it comes to feed handling, especially with the release of new and updated XML feed version.* ScoutFeedType extended with new type - PARTIAL

**2.0.7 (NOT_RELEASED)**
* new entity - PaginationEntity(uuid, page, totalPages) - not used atm
**2.0.7 (2024-01-10)**
* LiveScoutFeedListener extended with new method - onFullPaginatedMatchUpdateReceived
* new entity - PaginationEntity(uuid, page, totalPages)
* MatchHeaderEntity extended with new property - pagination
* ScoutFeedType extended with new enum value - FULL_PAGINATED
* ScoutEventEntity extended with new property - scorerNotConfirmed

**2.0.6-3 (2023-12-14)**
* logback-core updated to avoid CVE-2023-6481
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ Running "_package_" will run unit tests, generate javadoc and all needed jar fil

### INSTALLATION
Project builds three different jars:
* sdk-2.0.6-3.jar - only sdk classes, need to upload dependencies from maven.
* sdk-2.0.6-3-fatjar.jar - stores all needed libraries inside jar.
* sdk-2.0.6-3-fatjar-shaded.jar - stores all needed libraries inside jar. Libraries are shaded to avoid overwriting by newer versions.
* sdk-2.0.7.jar - only sdk classes, need to upload dependencies from maven.
* sdk-2.0.7-fatjar.jar - stores all needed libraries inside jar.
* sdk-2.0.7-fatjar-shaded.jar - stores all needed libraries inside jar. Libraries are shaded to avoid overwriting by newer versions.
> **_NOTE:_** Despite the availability of original jar, we recommend to use fatjar-shaded to avoid libraries versions incompatibility.
Livedata sdk can be imported from [Maven Central Repository](https://mvnrepository.com/artifact/com.sportradar.livedata.sdk/sdk).
Expand All @@ -25,7 +25,7 @@ Just add the fatjar-shaded dependency to your pom.xml file:
<dependency>
<groupId>com.sportradar.livedata.sdk</groupId>
<artifactId>sdk</artifactId>
<version>2.0.6-3</version>
<version>2.0.7</version>
<classifier>fatjar-shaded</classifier>
<exclusions>
<exclusion>
Expand All @@ -40,7 +40,7 @@ If you want to manage sdk libraries original jar be used:
<dependency>
<groupId>com.sportradar.livedata.sdk</groupId>
<artifactId>sdk</artifactId>
<version>2.0.6-3</version>
<version>2.0.7</version>
</dependency>
```

Expand Down
6 changes: 3 additions & 3 deletions docs/allclasses-index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>All Classes (Livedata SDK 2.0.6-3 API)</title>
<title>All Classes (Livedata SDK 2.0.7 API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="jquery/jquery-ui.min.css" title="Style">
Expand All @@ -21,7 +21,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="All Classes (Livedata SDK 2.0.6-3 API)";
parent.document.title="All Classes (Livedata SDK 2.0.7 API)";
}
}
catch(err) {
Expand Down Expand Up @@ -1241,7 +1241,7 @@ <h1 title="All&amp;nbsp;Classes" class="title">All&nbsp;Classes</h1>
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</nav>
<p class="legalCopy"><small>Copyright &#169; 2013&#x2013;2023. All rights reserved.</small></p>
<p class="legalCopy"><small>Copyright &#169; 2013&#x2013;2024. All rights reserved.</small></p>
</footer>
</body>
</html>
2 changes: 1 addition & 1 deletion docs/allclasses.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>All Classes (Livedata SDK 2.0.6-3 API)</title>
<title>All Classes (Livedata SDK 2.0.7 API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="jquery/jquery-ui.min.css" title="Style">
Expand Down
6 changes: 3 additions & 3 deletions docs/allpackages-index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>All Packages (Livedata SDK 2.0.6-3 API)</title>
<title>All Packages (Livedata SDK 2.0.7 API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="jquery/jquery-ui.min.css" title="Style">
Expand All @@ -21,7 +21,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="All Packages (Livedata SDK 2.0.6-3 API)";
parent.document.title="All Packages (Livedata SDK 2.0.7 API)";
}
}
catch(err) {
Expand Down Expand Up @@ -297,7 +297,7 @@ <h1 title="All&amp;nbsp;Packages" class="title">All&nbsp;Packages</h1>
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</nav>
<p class="legalCopy"><small>Copyright &#169; 2013&#x2013;2023. All rights reserved.</small></p>
<p class="legalCopy"><small>Copyright &#169; 2013&#x2013;2024. All rights reserved.</small></p>
</footer>
</body>
</html>
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>BaseSdkLogger (Livedata SDK 2.0.6-3 API)</title>
<title>BaseSdkLogger (Livedata SDK 2.0.7 API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../../../jquery/jquery-ui.min.css" title="Style">
Expand All @@ -21,7 +21,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="BaseSdkLogger (Livedata SDK 2.0.6-3 API)";
parent.document.title="BaseSdkLogger (Livedata SDK 2.0.7 API)";
}
}
catch(err) {
Expand Down Expand Up @@ -468,7 +468,7 @@ <h4>logWithException</h4>
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</nav>
<p class="legalCopy"><small>Copyright &#169; 2013&#x2013;2023. All rights reserved.</small></p>
<p class="legalCopy"><small>Copyright &#169; 2013&#x2013;2024. All rights reserved.</small></p>
</footer>
</body>
</html>
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>BlockingList (Livedata SDK 2.0.6-3 API)</title>
<title>BlockingList (Livedata SDK 2.0.7 API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../../../jquery/jquery-ui.min.css" title="Style">
Expand All @@ -21,7 +21,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="BlockingList (Livedata SDK 2.0.6-3 API)";
parent.document.title="BlockingList (Livedata SDK 2.0.7 API)";
}
}
catch(err) {
Expand Down Expand Up @@ -414,7 +414,7 @@ <h4>compareAndRemove</h4>
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</nav>
<p class="legalCopy"><small>Copyright &#169; 2013&#x2013;2023. All rights reserved.</small></p>
<p class="legalCopy"><small>Copyright &#169; 2013&#x2013;2024. All rights reserved.</small></p>
</footer>
</body>
</html>
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>CommonUtils (Livedata SDK 2.0.6-3 API)</title>
<title>CommonUtils (Livedata SDK 2.0.7 API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../../../jquery/jquery-ui.min.css" title="Style">
Expand All @@ -21,7 +21,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="CommonUtils (Livedata SDK 2.0.6-3 API)";
parent.document.title="CommonUtils (Livedata SDK 2.0.7 API)";
}
}
catch(err) {
Expand Down Expand Up @@ -480,7 +480,7 @@ <h4>durationToString</h4>
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</nav>
<p class="legalCopy"><small>Copyright &#169; 2013&#x2013;2023. All rights reserved.</small></p>
<p class="legalCopy"><small>Copyright &#169; 2013&#x2013;2024. All rights reserved.</small></p>
</footer>
</body>
</html>
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>DaemonThreadFactory (Livedata SDK 2.0.6-3 API)</title>
<title>DaemonThreadFactory (Livedata SDK 2.0.7 API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../../../jquery/jquery-ui.min.css" title="Style">
Expand All @@ -21,7 +21,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="DaemonThreadFactory (Livedata SDK 2.0.6-3 API)";
parent.document.title="DaemonThreadFactory (Livedata SDK 2.0.7 API)";
}
}
catch(err) {
Expand Down Expand Up @@ -323,7 +323,7 @@ <h4>newThread</h4>
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</nav>
<p class="legalCopy"><small>Copyright &#169; 2013&#x2013;2023. All rights reserved.</small></p>
<p class="legalCopy"><small>Copyright &#169; 2013&#x2013;2024. All rights reserved.</small></p>
</footer>
</body>
</html>
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>DevHelper (Livedata SDK 2.0.6-3 API)</title>
<title>DevHelper (Livedata SDK 2.0.7 API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../../../jquery/jquery-ui.min.css" title="Style">
Expand All @@ -21,7 +21,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="DevHelper (Livedata SDK 2.0.6-3 API)";
parent.document.title="DevHelper (Livedata SDK 2.0.7 API)";
}
}
catch(err) {
Expand Down Expand Up @@ -318,7 +318,7 @@ <h4>ofType</h4>
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</nav>
<p class="legalCopy"><small>Copyright &#169; 2013&#x2013;2023. All rights reserved.</small></p>
<p class="legalCopy"><small>Copyright &#169; 2013&#x2013;2024. All rights reserved.</small></p>
</footer>
</body>
</html>
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>EntityEnumHelper (Livedata SDK 2.0.6-3 API)</title>
<title>EntityEnumHelper (Livedata SDK 2.0.7 API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../../../jquery/jquery-ui.min.css" title="Style">
Expand All @@ -21,7 +21,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="EntityEnumHelper (Livedata SDK 2.0.6-3 API)";
parent.document.title="EntityEnumHelper (Livedata SDK 2.0.7 API)";
}
}
catch(err) {
Expand Down Expand Up @@ -322,7 +322,7 @@ <h4>getEnumMemberFromValue</h4>
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</nav>
<p class="legalCopy"><small>Copyright &#169; 2013&#x2013;2023. All rights reserved.</small></p>
<p class="legalCopy"><small>Copyright &#169; 2013&#x2013;2024. All rights reserved.</small></p>
</footer>
</body>
</html>
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>FileSdkLogger (Livedata SDK 2.0.6-3 API)</title>
<title>FileSdkLogger (Livedata SDK 2.0.7 API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../../../jquery/jquery-ui.min.css" title="Style">
Expand All @@ -21,7 +21,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="FileSdkLogger (Livedata SDK 2.0.6-3 API)";
parent.document.title="FileSdkLogger (Livedata SDK 2.0.7 API)";
}
}
catch(err) {
Expand Down Expand Up @@ -936,7 +936,7 @@ <h4>logWithException</h4>
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</nav>
<p class="legalCopy"><small>Copyright &#169; 2013&#x2013;2023. All rights reserved.</small></p>
<p class="legalCopy"><small>Copyright &#169; 2013&#x2013;2024. All rights reserved.</small></p>
</footer>
</body>
</html>
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>IncrementalSequenceGenerator (Livedata SDK 2.0.6-3 API)</title>
<title>IncrementalSequenceGenerator (Livedata SDK 2.0.7 API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../../../jquery/jquery-ui.min.css" title="Style">
Expand All @@ -21,7 +21,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="IncrementalSequenceGenerator (Livedata SDK 2.0.6-3 API)";
parent.document.title="IncrementalSequenceGenerator (Livedata SDK 2.0.7 API)";
}
}
catch(err) {
Expand Down Expand Up @@ -357,7 +357,7 @@ <h4>getNext</h4>
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</nav>
<p class="legalCopy"><small>Copyright &#169; 2013&#x2013;2023. All rights reserved.</small></p>
<p class="legalCopy"><small>Copyright &#169; 2013&#x2013;2024. All rights reserved.</small></p>
</footer>
</body>
</html>
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>LoggingInputStream (Livedata SDK 2.0.6-3 API)</title>
<title>LoggingInputStream (Livedata SDK 2.0.7 API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../../../jquery/jquery-ui.min.css" title="Style">
Expand All @@ -21,7 +21,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="LoggingInputStream (Livedata SDK 2.0.6-3 API)";
parent.document.title="LoggingInputStream (Livedata SDK 2.0.7 API)";
}
}
catch(err) {
Expand Down Expand Up @@ -639,7 +639,7 @@ <h4>readToEOF</h4>
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</nav>
<p class="legalCopy"><small>Copyright &#169; 2013&#x2013;2023. All rights reserved.</small></p>
<p class="legalCopy"><small>Copyright &#169; 2013&#x2013;2024. All rights reserved.</small></p>
</footer>
</body>
</html>
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>LoggingInputStreamFactory (Livedata SDK 2.0.6-3 API)</title>
<title>LoggingInputStreamFactory (Livedata SDK 2.0.7 API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../../../jquery/jquery-ui.min.css" title="Style">
Expand All @@ -21,7 +21,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="LoggingInputStreamFactory (Livedata SDK 2.0.6-3 API)";
parent.document.title="LoggingInputStreamFactory (Livedata SDK 2.0.7 API)";
}
}
catch(err) {
Expand Down Expand Up @@ -324,7 +324,7 @@ <h4>buildInputStream</h4>
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</nav>
<p class="legalCopy"><small>Copyright &#169; 2013&#x2013;2023. All rights reserved.</small></p>
<p class="legalCopy"><small>Copyright &#169; 2013&#x2013;2024. All rights reserved.</small></p>
</footer>
</body>
</html>
Loading

0 comments on commit ebba029

Please sign in to comment.