ayrtonsin
Results
2
issues of
ayrtonsin
**Description:** when deploying the container wso2/wso2am:3.2.0-alpine (or centos) with seperate mysql db & following mounts the api is kept on container restart, however a republish/redeploy is required before the api...
see following case ``` (defn simple-walk "does nothing" [m] (clojure.walk/postwalk (fn [x] x) m)) (facts "about `simple-walk`" (fact "with simple map, returns the map" (simple-walk {:this "works"}) => {:this "works"})...