avoid to use jdbcTemplate as it tries to load the entire resultset in memory
set fetchSize in each jdbcTemplate instance
reverted to r46768
added openaire specific behaviour: do not update the datasource related information when the datasource is managed
migrated to dnet45, using updated mockito version
codebase used to migrate to java8 the production system