You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@jclouds.apache.org by "Andrew Gaul (JIRA)" <ji...@apache.org> on 2017/09/05 05:48:00 UTC

[jira] [Resolved] (JCLOUDS-228) consider update to Clojure 1.5.1 as minimum version

     [ https://issues.apache.org/jira/browse/JCLOUDS-228?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrew Gaul resolved JCLOUDS-228.
---------------------------------
       Resolution: Won't Fix
         Assignee: Andrew Gaul
    Fix Version/s: 2.1.0

Removed Clojure support in 0bc935dd57dc8009731d05c533edd831c8642664.

> consider update to Clojure 1.5.1 as minimum version
> ---------------------------------------------------
>
>                 Key: JCLOUDS-228
>                 URL: https://issues.apache.org/jira/browse/JCLOUDS-228
>             Project: jclouds
>          Issue Type: Improvement
>          Components: jclouds-core
>            Reporter: David Nalley
>            Assignee: Andrew Gaul
>              Labels: clojure
>             Fix For: 2.1.0
>
>
> Copied from INFRA-6633 - misfiled under that project
> Currently `core.incubator` is required as a Clojure dependency. The `-?>` function is available in Clojure 1.5.1 as `some->`. 
> * https://github.com/clojure/core.incubator/blob/master/src/main/clojure/clojure/core/incubator.clj#L29 
> * https://github.com/clojure/clojure/blob/master/changes.md#24-new-threading-macros 
> ``` 
> % ack "\-\?>" 
> apis/ec2/src/main/clojure/org/jclouds/ec2/ebs2.clj 
> 22: (:use org.jclouds.compute2 [clojure.core.incubator :only (-?>)]) 
> 229: size (-?> (get-string options :size) as-int) 
> compute/src/main/clojure/org/jclouds/compute2.clj 
> 62: (org.jclouds predicate) [clojure.core.incubator :only (-?>)]) 
> 308: (-?> node .getLocation .getId)) 
> ``` 
> I can put in a pull request for the updates if requiring the newer version of Clojure is acceptable.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)