From 5157c71f0a78c864d44eb92386d3dcee498aaa7c Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Wed, 23 Sep 2020 14:47:03 +0200 Subject: [PATCH] tweak warning [skip ci] --- feature-httpkit-server/babashka/impl/httpkit_server.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/feature-httpkit-server/babashka/impl/httpkit_server.clj b/feature-httpkit-server/babashka/impl/httpkit_server.clj index a9a69a93..6e424392 100644 --- a/feature-httpkit-server/babashka/impl/httpkit_server.clj +++ b/feature-httpkit-server/babashka/impl/httpkit_server.clj @@ -3,7 +3,7 @@ [sci.core :as sci :refer [copy-var]])) (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. 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")