Skip to content
This repository has been archived by the owner on Jan 13, 2021. It is now read-only.

Update Gson to latest version #46

Closed
FelixGail opened this issue Aug 30, 2018 · 1 comment
Closed

Update Gson to latest version #46

FelixGail opened this issue Aug 30, 2018 · 1 comment
Assignees
Labels
Milestone

Comments

@FelixGail
Copy link
Owner

If the project or another dependency uses a newer version of Gson, this api will crash.

Temporary workaround:
Adding the currently used version to your pom.xml, forcing all dependencies to use this version

<dependency>
  <groupId>com.google.code.gson</groupId>
  <artifactId>gson</artifactId>
  <version>2.7</version>
</dependency>

(#40, #44)

@FelixGail FelixGail added the bug label Aug 30, 2018
@FelixGail FelixGail added this to the 0.4 milestone Aug 30, 2018
@FelixGail FelixGail self-assigned this Aug 30, 2018
FelixGail added a commit that referenced this issue Oct 28, 2018
* fix video retrieval (#43)

* add cache version to circle config (allow invalidating)

* update maven plugins

* update tika from vulnerable version 1.16 to 1.19.1

* update maven plugins

* update gson version to 2.8.5, add missing static to listresults inner class (#46)

* reformat code

* check if property test.track.playlist exists

* Release version 0.3.6
@FelixGail
Copy link
Owner Author

Closed in 0.3.6

FelixGail pushed a commit that referenced this issue May 10, 2019
* Update README.md

* Update README.md

* Fix broken link in CONTRIBUTING.md (#41)

* Release 0.3.6 (#51)

* fix video retrieval (#43)

* add cache version to circle config (allow invalidating)

* update maven plugins

* update tika from vulnerable version 1.16 to 1.19.1

* update maven plugins

* update gson version to 2.8.5, add missing static to listresults inner class (#46)

* reformat code

* check if property test.track.playlist exists

* Release version 0.3.6

* Get rid of unwanted symbol in javadoc

Javadoc treats '>' symbol as unwanted, so it was replaced by 'greater
than' phrase.

* Getting full media library

Premium users can add tracks to their libraries without purchasing them,
so there's no need to filter tracks by their storeId while fetching.

* Added 'Thumbs Up' filter to TrackApi to get only tracks liked by user

* Bumped up version, added a contibutor
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant