You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Clojure
Unfortunately, 0.8.335 introduced a bug in the iam client. Fortunately, release 0.8.342 fixes it, so use that instead!
Matching Socks
unread,
Jul 6, 2019, 7:19:06 AM7/6/19
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Clojure
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?
Alex Miller
unread,
Jul 6, 2019, 11:57:41 AM7/6/19
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Clojure
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 access warnings because it has an api that truly is reflective (in passing through objects of many possible types).
org.clojure/data.xml is a full xml library, using modern jdk conveniences and providing many more features. As such, it’s a much better choice to build on.
David Chelimsky
unread,
Jul 6, 2019, 3:13:32 PM7/6/19
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Clojure
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.