| Version | Date | Description |
|---|---|---|
| 2.0.3 | 2013-04-15 | Retrieving more than 25 citations when searching, and up to a limit |
| 2.0.2 | 2013-04-08 | Setting timeouts for citeXplore WS clients |
| 2.0.1 | 2012-07-26 | Recovered dependencies |
| 2.0.0 | 2012-07-17 | Updated CiteXplore WSDL |
| 1.2.0 | 2012-02-21 | Fix by dependency update |
| 1.0.7 | 2011-03-21 | Fix by dependency update |
| 1.0.6 | 2011-03-04 | Parent update |
| 1.0.5 | 2009-05-13 | Added CiteXplore data source |
| 1.0.4 | 2008-12-12 | DataSource refactored out |
| 1.0.3 | 2008-08-21 | Updated dependencies |
| 1.0.2 | 2008-07-02 | Added method |
| 1.0.1 | 2008-05-23 | Fixed source names |
| Type | Changes | By |
|---|---|---|
| Added setter for a maximum number of citations to be retrieved from CiteXplore in CitexploreWSClient. | rafalcan |
| Fixed method CitexploreWSClient#searchCitations so that it can retrieve more than 25 citations, and up to the limit set in the method mentioned above. | rafalcan |
| Type | Changes | By |
|---|---|---|
| Added methods to CitexploreWSClient to set connection and read timeouts. | rafalcan |
| Type | Changes | By |
|---|---|---|
| Added back dependencies on jaxws-tools, jaxws-api and jaxb-api which were missing in 2.0.0, resulting in weird errors when trying to use web services. | rafalcan |
| Type | Changes | By |
|---|---|---|
| Updated to latest version (3.0.1) of CiteXplore WSDL (previous version - v1 - will be discontinued late Oct 2012). WARNING: this update keeps the signatures of methods in CitexploreWSClient, but changes the return types (class Result is used instead of Citation, now unavailable from the WSDL). | rafalcan |
| CiteXplore web service classes are now automatically generated by a maven plugin from the WSDL file on the net. | rafalcan |
| Added Ethos theses and NHS evidence as data sources. | rafalcan |
| Type | Changes | By |
|---|---|---|
| Updated to last version of parent. | rafalcan |
| Added non-static methods for CitexploreWSClient. | rafalcan |
| Type | Changes | By |
|---|---|---|
| Updated to last version of jaxws-api, which had messed versions in the central repo. | rafalcan |
| Type | Changes | By |
|---|---|---|
| Updated to last version of parent (biobabel) which fixes an issue with maven3 (legacy repositories). | rafalcan |
| Type | Changes | By |
|---|---|---|
| DataSource has been refactored out of the CiteXplore client. | rafalcan |