tweak warning [skip ci]

This commit is contained in:
Michiel Borkent 2020-09-23 14:47:03 +02:00
parent bbed428f29
commit 5157c71f0a

View file

@ -3,7 +3,7 @@
[sci.core :as sci :refer [copy-var]])) [sci.core :as sci :refer [copy-var]]))
(def warning (def warning
"WARNING: the org.httpkit.server namespace is experimental and may be removed in future versions of babashka. "WARNING: the org.httpkit.server namespace is experimental and may sat or be removed in future versions of babashka, depending on feedback from the community.
Please leave a note at https://github.com/borkdude/babashka/issues/556 to let us know how you are using it. Please leave a note at https://github.com/borkdude/babashka/issues/556 to let us know how you are using it.
You can turn this warning off using -Dbabashka.httpkit-server.warning=false You can turn this warning off using -Dbabashka.httpkit-server.warning=false
This namespace will remain available under a feature flag, see https://github.com/borkdude/babashka/blob/master/doc/build.md#feature-flags") This namespace will remain available under a feature flag, see https://github.com/borkdude/babashka/blob/master/doc/build.md#feature-flags")