Giter VIP home page Giter VIP logo

Comments (5)

theronic avatar theronic commented on June 16, 2024 2

@metacritical how should BOOT_JVM_OPTIONS=... look to add -add-modules?

from boot-reload.

kuwze avatar kuwze commented on June 16, 2024

I fixed this by adding [http-kit "2.3.0"] to my dependencies as such:

(set-env!
 :source-paths #{"src/cljs"}
 :resource-paths #{"html"}

 :dependencies '[[http-kit "2.3.0"]
                 [org.clojure/clojurescript "1.10.238"]
                 [adzerk/boot-cljs "2.1.4"]
                 [pandeiro/boot-http "0.8.3"]
                 [org.clojure/tools.nrepl "0.2.12"]
                 [adzerk/boot-reload "0.5.2"]])

(require '[adzerk.boot-cljs :refer [cljs]]
         '[pandeiro.boot-http :refer [serve]]
         '[adzerk.boot-reload :refer [reload]])

from boot-reload.

Deraen avatar Deraen commented on June 16, 2024

Boot-reload should update default http-kit dependency.

from boot-reload.

metacritical avatar metacritical commented on June 16, 2024

@kuwze Just add a :jvm-opts option in your project.clj if you are using lein

:jvm-opts ^:replace ["--add-modules" "java.xml.bind"]

For boot use these options to add --add-modules to your env https://github.com/boot-clj/boot/wiki/JVM-Options

from boot-reload.

tirkarthi avatar tirkarthi commented on June 16, 2024

I have #126 which will resolve the issue related to http-kit and in addition to this I would suggest bumping to the latest release of 2.8.2 in boot.properties since the current version 2.6.0 is incompatible with JDK 9. Boot is also having problems with JDK 11 and a fix has been raised to master regarding the same.

from boot-reload.

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.