added Gson runtime#32
Conversation
Changes to be committed: new file: jmespath-gson/pom.xml new file: jmespath-gson/src/main/java/io/burt/jmespath/gson/GsonRuntime.java new file: jmespath-gson/src/test/java/io/burt/jmespath/gson/GsonComplianceTest.java new file: jmespath-gson/src/test/java/io/burt/jmespath/gson/GsonTest.java modified: pom.xml
Changes to be committed: modified: jmespath-gson/src/main/java/io/burt/jmespath/gson/GsonRuntime.java
Changes to be committed: modified: jmespath-gson/src/main/java/io/burt/jmespath/gson/GsonRuntime.java
Changes to be committed: modified: jmespath-gson/src/main/java/io/burt/jmespath/gson/GsonRuntime.java
|
looks like Travis test process is broken? |
|
Thank you for the PR @linehrr. I haven't had time to go through it yet, but it seems like the Travis build is broken, yes. It's probably something that Travis has changed the last year that is acting up, they're not the best keeping things backwards compatible (but hey, it's free so I'm not complaining really). If you can figure it out that would be very helpful. |
Changes to be committed: modified: .travis.yml
|
@iconara |
Changes to be committed: modified: jmespath-gson/src/main/java/io/burt/jmespath/gson/GsonRuntime.java
Changes to be committed: modified: jmespath-gson/src/main/java/io/burt/jmespath/gson/GsonRuntime.java
|
Excellent, thank you. I will try to get some time to look at this more closely. Could you describe a little bit more what it is that you have done, is this just the dump #29 made into a PR, or have you done anything else? |
Changes to be committed: modified: jmespath-gson/src/main/java/io/burt/jmespath/gson/GsonRuntime.java
Changes to be committed: modified: jmespath-gson/src/main/java/io/burt/jmespath/gson/GsonRuntime.java
|
@iconara
that's about it, no touch to the core. |
|
@iconara can you please review this PR and hopefully make it into release 0.2.1? |
|
This was released in jmespath-0.2.1. @linehrr there is also a jmespath-0.3.0-SNAPSHOT which was what I meant to release, but Maven is not my strongest suit. That release includes another improvement, but if you have custom functions you will have to change your code slightly (very slightly). As soon as you tell me that release works for you I will release a non-snapshot version. Thank you for getting the Gson and for your help getting the Travis config up to date again. |
|
@iconara we don't have any custom UDF. so I think you can go ahead and release it. |
Changes to be committed:
new file: jmespath-gson/pom.xml
new file: jmespath-gson/src/main/java/io/burt/jmespath/gson/GsonRuntime.java
new file: jmespath-gson/src/test/java/io/burt/jmespath/gson/GsonComplianceTest.java
new file: jmespath-gson/src/test/java/io/burt/jmespath/gson/GsonTest.java
modified: pom.xml