stirante / lol-client-java-api

Simple library which provides access to internal League of Legends Client API.
GNU General Public License v3.0
67 stars 14 forks source link

Long limit Hotfix #35

Closed obed-vazquez closed 1 year ago

obed-vazquez commented 1 year ago

Long limit Hotfix

This solves #34 issue with the proposed solution: swapping the Long field with a BigInteger

Impacts

Jackson supports automatic mapping to a BigInteger which solves the problem of the field being too short to be mapped.

Reviewers please consider:

Please let me know of any concerns, comments, or improvements to the PR. Thanks to @stirante for the help!

stirante commented 1 year ago

Thanks, LGTM!

stirante commented 1 year ago

It's already building and soon should be available on my nexus maven repository. https://jenkins.stirante.com/job/lol-client-java-api/56/