Skip to content

Request to release 0.15 #88

@rafaelcioban

Description

@rafaelcioban

Hello folks 👋🏻
I am currently stumbling on the following error when invoking the getListCards() method:

com.fasterxml.jackson.databind.JsonMappingException: Numeric value (663355555077.0367) out of range of int (-2147483648 - 2147483647)
 at [Source: (String)"[{"id":"65369888efaa0e8bc170b036","badges":{"attachmentsByType":{"trello":{"board":0,"card":0}},"location":false,"votes":0,"viewingMemberVoted":false,"subscribed":false,"fogbugz":"","checkItems":0,"checkItemsChecked":0,"checkItemsEarliestDue":null,"comments":10,"attachments":0,"description":true,"due":"2023-11-09T16:00:00.000Z","dueComplete":true,"start":null},"checkItemStates":[],"closed":false,"dueComplete":true,"dateLastActivity":"2023-11-08T19:15:58.919Z","desc":"### Sua tarefa é sobre:\n\nO"[truncated 5817 chars]; line: 1, column: 3308] (through reference chain: java.lang.Object[][1]->com.julienvey.trello.domain.Card["pos"])

And I see that the following fix has already been provided for this: Changing pos from int to long (#76).
Are there any plans to release version 0.15 with this fix? Happy to help if needed.
Thanks,
Rafael

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions