Giter Club home page Giter Club logo

Comments (13)

jesperfj avatar jesperfj commented on July 17, 2024 1

Great.

I think it needs to be a right bracket, not right parenthesis in order to include 2.9.x versions. I am going to do a 0.0.39 release with that change just to keep it separated from your PR. Stay tuned.

from force-rest-api.

jesperfj avatar jesperfj commented on July 17, 2024

from force-rest-api.

montague avatar montague commented on July 17, 2024

thanks @jesperfj, i appreciate it.

from force-rest-api.

jesperfj avatar jesperfj commented on July 17, 2024

from force-rest-api.

montague avatar montague commented on July 17, 2024

sounds like a good bet. force-rest-api-0.0.37 builds successfully for me.

from force-rest-api.

jesperfj avatar jesperfj commented on July 17, 2024

Which version of jackson-bind was used in your compilation?

from force-rest-api.

jesperfj avatar jesperfj commented on July 17, 2024

I just tried building it using Heroku's default Java buildpack and I didn't get any errors. It's a simple way to do a clean build outside of your own environment. Assuming you have a Heroku account, you just do:

heroku create
git push heroku master

from force-rest-api.

montague avatar montague commented on July 17, 2024

jackson-databind:3.0.0-SNAPSHOT is what maven pulled down for us.

Here's a screenshot of the error in intellij.
screen shot 2017-10-12 at 9 06 48 am

i understand if you don't have time to help debug this. unfortunately, if i can't get past this issue, we'll have to pull the project from our codebase or fork it. i'd love to avoid that if possible.

is there any significance to the fact that the previous 0.0.37 release builds ok for me? doesn't the dependency below indicate that we want anything below 3.0? yet we're getting 3.0.0-SNAPSHOT.

<dependency>
            <groupId>com.fasterxml.jackson.core</groupId>
            <artifactId>jackson-databind</artifactId>
            <version>[2.5,3.0)</version>
        </dependency>

from force-rest-api.

jesperfj avatar jesperfj commented on July 17, 2024

from force-rest-api.

jesperfj avatar jesperfj commented on July 17, 2024

from force-rest-api.

montague avatar montague commented on July 17, 2024
<dependency>
            <groupId>com.fasterxml.jackson.core</groupId>
            <artifactId>jackson-databind</artifactId>
            <version>[2.5,2.9)</version>
        </dependency>

awesome, this worked great. no compilation errors. i opened a PR #54 -- i can make this change to the pom.xml file as part of that PR if you want.

from force-rest-api.

jesperfj avatar jesperfj commented on July 17, 2024

3e38454 should fix this issue. Please verify by pulling and compiling from master.

from force-rest-api.

montague avatar montague commented on July 17, 2024

verified. compilation successful :)

from force-rest-api.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.