Biobabel citations module changes

Release History

VersionDateDescription
2.0.32013-04-15Retrieving more than 25 citations when searching, and up to a limit
2.0.22013-04-08Setting timeouts for citeXplore WS clients
2.0.12012-07-26Recovered dependencies
2.0.02012-07-17Updated CiteXplore WSDL
1.2.02012-02-21Fix by dependency update
1.0.72011-03-21Fix by dependency update
1.0.62011-03-04Parent update
1.0.52009-05-13Added CiteXplore data source
1.0.42008-12-12DataSource refactored out
1.0.32008-08-21Updated dependencies
1.0.22008-07-02Added method
1.0.12008-05-23Fixed source names

Release 2.0.3 - 2013-04-15

TypeChangesBy

add

Added setter for a maximum number of citations to be retrieved from CiteXplore in CitexploreWSClient.rafalcan

fix

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

Release 2.0.2 - 2013-04-08

TypeChangesBy

add

Added methods to CitexploreWSClient to set connection and read timeouts.rafalcan

Release 2.0.1 - 2012-07-26

TypeChangesBy

fix

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

Release 2.0.0 - 2012-07-17

TypeChangesBy

update

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

fix

CiteXplore web service classes are now automatically generated by a maven plugin from the WSDL file on the net.rafalcan

add

Added Ethos theses and NHS evidence as data sources.rafalcan

Release 1.2.0 - 2012-02-21

TypeChangesBy

update

Updated to last version of parent.rafalcan

add

Added non-static methods for CitexploreWSClient.rafalcan

Release 1.0.7 - 2011-03-21

TypeChangesBy

update

Updated to last version of jaxws-api, which had messed versions in the central repo.rafalcan

Release 1.0.6 - 2011-03-04

TypeChangesBy

update

Updated to last version of parent (biobabel) which fixes an issue with maven3 (legacy repositories).rafalcan

Release 1.0.5 - 2009-05-13

TypeChangesBy

add

Added CiteXplore data source.rafalcan

Release 1.0.4 - 2008-12-12

TypeChangesBy

fix

DataSource has been refactored out of the CiteXplore client.rafalcan

Release 1.0.3 - 2008-08-21

TypeChangesBy

update

Updated dependencies to ws packages.rafalcan

Release 1.0.2 - 2008-07-02

TypeChangesBy

add

Added method to get data sources from their names.rafalcan

Release 1.0.1 - 2008-05-23

TypeChangesBy

fix

Fixed names for some citations data sources.rafalcan