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")