Giter VIP home page Giter VIP logo

Comments (7)

yogthos avatar yogthos commented on July 17, 2024

You'd have to use lein ring uberwar to build a war archive using the lein-ring plugin.

from luminus.

smahood avatar smahood commented on July 17, 2024

Yeah, that was a mistake in the issue text only - I used lein ring uberwar to make a war archive.
Fixed in issue description, sorry about that.

from luminus.

yogthos avatar yogthos commented on July 17, 2024

OK I can reproduce the issue and it appears to be a problem with the compojure-api library that's pulled in with the +swagger profile. A base project without it doesn't exhibit the issue. So, might make sense to open issue for it instead.

from luminus.

smahood avatar smahood commented on July 17, 2024

Ok, will see if I can get it sorted there and will follow up here when fixed. Thanks!

from luminus.

mll avatar mll commented on July 17, 2024

I finally solved this issue.

There is a library name conflict between

https://github.com/ngrunwald/ring-middleware-format

and

https://github.com/metosin/ring-middleware-format

compojure-api comes from metosin as well and depends on the latter while luminus had (i dont see it now) a dependency on the former. Therefore, it was completely undeterministic when which of them would be included and seems that uberjar was leaning towards importing the former, which is wrong and breaks compojure-api. So, just delete all references to ring-middleware-format in your project.clj and all should work fine (compojure would force fetching of the proper library anyway)

from luminus.

yogthos avatar yogthos commented on July 17, 2024

Ah ok yeah, the middleware-format library used to have a different maintainer, I started using it in Luminus before it moved to metosin, so older versions of the template would have it instead.

from luminus.

ikitommi avatar ikitommi commented on July 17, 2024

Discussed with Nils at EuroClojure about our fork. Plan is to merge our stuff into original and add together some cool new features on top. Sorry for the hassle.

from luminus.

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.