Git Product home page Git Product logo

Comments (11)

loicmathieu avatar loicmathieu commented on May 24, 2024

The config endpoint is defined as is:

@Slf4j
@Controller("/api/v1")
public class MiscController {
    @Get("{/tenant}/configs")
    @ExecuteOn(TaskExecutors.IO)
    @Operation(tags = {"Misc"}, summary = "Get current configurations")
    public Configuration configuration() throws JsonProcessingException {
        // ...
    }
}

from micronaut-core.

graemerocher avatar graemerocher commented on May 24, 2024

don't see anything related to this other than documenting the route match behaviour in the diff v4.3.4...v4.3.7

Do you have steps to reproduce?

from micronaut-core.

loicmathieu avatar loicmathieu commented on May 24, 2024

@graemerocher indeed there isn't anything that seems to be able to cause such issue. We are rolling back to the old version of Micronaut, I'll confirm tomorrow if it fixes the issue then I'll try to create a reproducer but as it seems "random" this may be hard to reproduce.

from micronaut-core.

loicmathieu avatar loicmathieu commented on May 24, 2024

I can confirm that rolling back to 4.3.4 works in the environment where it causes the issue. I'll try to create a reproducer but as it seems "random" this may be hard to reproduce.

from micronaut-core.

yawkat avatar yawkat commented on May 24, 2024

FYI it's likely not core v4.3.4...v4.3.7 you need to look at, you need to look at the equivalent micronaut-core versions for those platform versions instead.

from micronaut-core.

graemerocher avatar graemerocher commented on May 24, 2024

so yeah this is the diff so it is between 4.3.9 and 4.3.12 of core

from micronaut-core.

graemerocher avatar graemerocher commented on May 24, 2024

https://github.com/micronaut-projects/micronaut-platform/compare/v4.3.4..v4.3.7

from micronaut-core.

graemerocher avatar graemerocher commented on May 24, 2024

not sure if there is much relevant there either v4.3.9...v4.3.12 🤔

from micronaut-core.

sdelamo avatar sdelamo commented on May 24, 2024

I think I reproduced this in a project. I don't have a reproducer yet. However, upgrading an application that uses session based authentication from 4.3.4 to 4.4.0 I started to unable login in production. Downgraded solved the issue.

not sure if there is much relevant there either v4.3.9...v4.3.12 🤔

Maybe something here: 1ab87c5 This commits seems the only one touching the Router.

from micronaut-core.

graemerocher avatar graemerocher commented on May 24, 2024

@sdelamo can you find that commit where the regression exists?

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.