Unfortunately, 0.8.335 introduced two bugs! One in the iam client, and one
in pretty much everything because the pom.xml didn't get updated with the
new deps.
Please use 0.8.345, which fixes both issues.
On Saturday, July 6, 2019 at 6:11:09 AM UTC-5, David Chelimsky wrote:
>
> Unfortunately, 0.
clojure.xml is a ns built into Clojure core that dates from very early days of
Clojure. At a later point, it almost certainly would have been in
clojure-contrib or a separate library. It is not a good choice for anything
more than one-off code. In particular, it will cause reflection/illegal acc
David, what's wrong with clojure.xml that pushed cognitect-labs/aws-api to
try another library, and is there a Jira issue for it?
>
>
--
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note t
Unfortunately, 0.8.335 introduced a bug in the iam client. Fortunately,
release 0.8.342 fixes it, so use that instead!
On Friday, July 5, 2019 at 2:37:40 PM UTC-5, David Chelimsky wrote:
>
> Cognitect Labs' aws-api 0.8.335 is now available!
>
> CHANGES
>
>- use clojure.data.xml instead of clo