Re: [ANN] Cognitect Labs' aws-api 0.8.335

2019-07-06 Thread David Chelimsky
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,

Re: [ANN] Cognitect Labs' aws-api 0.8.335

2019-07-06 Thread Alex Miller
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

Re: [ANN] Cognitect Labs' aws-api 0.8.335

2019-07-06 Thread Matching Socks
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

Re: [ANN] Cognitect Labs' aws-api 0.8.335

2019-07-06 Thread David Chelimsky
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

[ANN] Cognitect Labs' aws-api 0.8.335

2019-07-05 Thread David Chelimsky
Cognitect Labs' aws-api 0.8.335 is now available! CHANGES - use clojure.data.xml instead of clojure.xml - resolves Illegal Reflective Access warnings in java 11 #19 - upgrade cognitect http-client - upgrades jetty to