bbenet / json-path

Automatically exported from code.google.com/p/json-path
0 stars 0 forks source link

Update commons libraries #23

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What version of the product are you using? On what operating system?
0.8.0 on Windows

Right now this library uses an older version of commons-lang, which should be 
updated to the latest version. As in latest version they have changed package 
names (lang to lang3) thus this library is not useful with latest version. So I 
request to update the code accordingly and provide a jar that is compatible 
with latest commons-lang version.

Currently there is one way to solve this issue, that is:

1. Get the latest source code of json-path from Github.
2. Change the import statements of commons-lang.
3. Build jar file out of it.

Still if owner could change it and provide it as general in the download 
section then this will be much better.

Original issue reported on code.google.com by harshrav...@gmail.com on 8 Jan 2013 at 7:22

GoogleCodeExporter commented 8 years ago
Fixed in version 0.9 (soon to be released)

Original comment by kalle.st...@gmail.com on 20 Aug 2013 at 9:11