FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Support numeric types in MessagePackParser.getText() by komamitsu · Pull Request #527 · msgpack/msgpack-java · GitHub

Support numeric types in MessagePackParser.getText() - #527

Merged
komamitsu merged 2 commits into
developfrom
conv-num2str
Aug 30, 2020
Merged

Support numeric types in MessagePackParser.getText()#527
komamitsu merged 2 commits into
developfrom
conv-num2str

Conversation

Copy link
Copy Markdown
Member

Fixes #526

Copy link
Copy Markdown
Member Author

@xerial CI failed with this sbt failure. Any insights?

Run ./sbt test
Downloading sbt launcher for 1.2.8:
  From  http://repo.scala-sbt.org/scalasbt/maven-releases/org/scala-sbt/sbt-launch/1.2.8/sbt-launch.jar
    To  /home/runner/.sbt/launchers/1.2.8/sbt-launch.jar
Download failed. Obtain the jar manually and place it at /home/runner/.sbt/launchers/1.2.8/sbt-launch.jar
##[error]Process completed with exit code 1.

xerial commented Aug 30, 2020

Copy link
Copy Markdown
Member

@komamitsu We need to update sbt-extra script because Maven has recently stopped supporting http:// repository.

xerial commented Aug 30, 2020

Copy link
Copy Markdown
Member

We need to run this command to update sbt script:

curl -Ls https://git.io/sbt > ./sbt

komamitsu merged commit 8616daf into develop Aug 30, 2020
komamitsu deleted the conv-num2str branch August 30, 2020 15:18

Copy link
Copy Markdown
Member Author

@xerial Thanks!

This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Exception in thread "main" com.fasterxml.jackson.databind.JsonMappingException: Invalid type=INT

2 participants


Back | FazBrowse Home | New Git URL