Coder Social home page Coder Social logo

http-client throws NoSuchMethodError 'boolean com.fasterxml.jackson.core.io.NumberInput.looksLikeValidNumber(java.lang.String)' about micronaut-core HOT 7 CLOSED

nedelva avatar nedelva commented on August 18, 2024
http-client throws NoSuchMethodError 'boolean com.fasterxml.jackson.core.io.NumberInput.looksLikeValidNumber(java.lang.String)'

from micronaut-core.

Comments (7)

sdelamo avatar sdelamo commented on August 18, 2024 1

@nedelva thanks for reporting. I created this PR #10795

from micronaut-core.

sdelamo avatar sdelamo commented on August 18, 2024 1

#10795 is to use 1 jackson version in micronaut 5.

@ethanhere No. that it is not so. That PR will make sure we will use 2.17.0 everywhere. We will release that in Micronaut Core 4.4.9 which will be released in Micronaut Platform 4.4.3.

from micronaut-core.

sdelamo avatar sdelamo commented on August 18, 2024 1

we are releasing Micronaut Platform 4.4.2 today. Typically, 7 - 10 days after we will release the next patch.

A workaround is to force the Jackson Databind version to 2.17.0.

configurations.all {
    resolutionStrategy {
        force "group:artififactid:version"
    }
}

Or you can force core to 4.4.9 once we release it.

from micronaut-core.

nedelva avatar nedelva commented on August 18, 2024

I am hoping this will go away once this pull request gets merged: #10749

from micronaut-core.

ethanhere avatar ethanhere commented on August 18, 2024

#10795 is to use 1 jackson version in micronaut 5. What about micronaut 4? With micronaut-platform 4.4.1, jackson-databind still uses different version than other jackson dependencies. Would that be fixed with micronaut-platform 4.5.x?

from micronaut-core.

ethanhere avatar ethanhere commented on August 18, 2024

any idea when Micronaut Platform 4.4.3. would come out?

from micronaut-core.

sdelamo avatar sdelamo commented on August 18, 2024

This should be fixed in Micronaut Framework 4.4.3

from micronaut-core.

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.