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, 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 clojure.xml
>>   - resolves Illegal Reflective Access warnings in java 11 #19 
>>   
>>- upgrade cognitect http-client
>>   - upgrades jetty to 9.4 #81 
>>   
>>   - resolves Illegal Reflective Access warnings in java 11 #19 
>>   
>>- support shared http-client across aws-api clients #80 
>>
>>- add Content-Type header for rest-json requests #84 
>>
>>
>> README: https://github.com/cognitect-labs/aws-api/
>> API Docs: https://cognitect-labs.github.io/aws-api/
>> Changelog: 
>> https://github.com/cognitect-labs/aws-api/blob/master/CHANGES.md
>> Latest Releases of api, endpoints, and all services: 
>> https://github.com/cognitect-labs/aws-api/blob/master/latest-releases.edn
>>
>>

-- 
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 that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/clojure/2866ef38-df0c-4d5c-9fc0-b7da54688c03%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 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.

-- 
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 that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/clojure/80148918-425a-43a1-8295-436d2efb2aac%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/clojure/6454c5a5-2a5e-45e8-ae44-8c14d585bd42%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 clojure.xml
>   - resolves Illegal Reflective Access warnings in java 11 #19 
>   
>- upgrade cognitect http-client
>   - upgrades jetty to 9.4 #81 
>   
>   - resolves Illegal Reflective Access warnings in java 11 #19 
>   
>- support shared http-client across aws-api clients #80 
>
>- add Content-Type header for rest-json requests #84 
>
>
> README: https://github.com/cognitect-labs/aws-api/
> API Docs: https://cognitect-labs.github.io/aws-api/
> Changelog: 
> https://github.com/cognitect-labs/aws-api/blob/master/CHANGES.md
> Latest Releases of api, endpoints, and all services: 
> https://github.com/cognitect-labs/aws-api/blob/master/latest-releases.edn
>
>

-- 
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 that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/clojure/08f583a6-3ce3-491d-891d-819654450e34%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[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 9.4 #81 
  
  - resolves Illegal Reflective Access warnings in java 11 #19 
  
   - support shared http-client across aws-api clients #80 
   
   - add Content-Type header for rest-json requests #84 
   

README: https://github.com/cognitect-labs/aws-api/
API Docs: https://cognitect-labs.github.io/aws-api/
Changelog: https://github.com/cognitect-labs/aws-api/blob/master/CHANGES.md
Latest Releases of api, endpoints, and all services: 
https://github.com/cognitect-labs/aws-api/blob/master/latest-releases.edn

-- 
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 that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/clojure/9cb78307-7fa2-4fe6-bae3-92a2e295405e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.