Github user kiuby88 commented on the pull request:

    https://github.com/apache/incubator-brooklyn/pull/661#issuecomment-106785839
  
    Hi all,
    
    Following the PaasLocation proposed in [pull 629] 
(https://github.com/apache/incubator-brooklyn/pull/629) @mbarrientos and I are 
defining an approach to allows to carry out the deployment of an application on 
[CloudFoundry from 
Brooklyn](https://github.com/kiuby88/brooklyn-location-cloudfoundry/tree/non-machinelocation).
    
    In this project, we need parsing and extract some information from a Json, 
for this we use the  indefinite expressions management provided by JsonPath, 
but the current version used by Brooklyn does not support several operators 
(such as `=`) which are necessary in our CloudFoundry management.
    
    We are using version v2.0.0 because is the last available, of course we 
could use an older version, but from 
[v1.0.0](http://mvnrepository.com/artifact/com.jayway.jsonpath/json-path/1.0.0),
  gson v2.3.X is always used. Then, I think we could update jsonpath to v2.0.0 
but we could exclude the gson v2.3.1 from jsonpath library and use the current 
version used by jclouds (v2.2.2). I have checked this point and it should works 
fine (for our project)
    
    WDYT?



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to