still fixing error '// must be a nonempty array' #2750
fixing error '// must be a nonempty array' #2750
fixed test
avoid compulsive indexing, we don't want to lock the db too much. Allow for date range reliver
create indexes in background
implemented date range deliver
[maven-release-plugin] prepare for next development iteration
[maven-release-plugin] copy for tag cnr-mongo-mdstore-5.0.4
[maven-release-plugin] prepare release cnr-mongo-mdstore-5.0.4
reverted bad release
fixed scm in pom
bumped pom version
avoid mongodb cursor to timeout upon long commits #2616
branch for fixing cursor issue #2616
update version of vtd xml: from 2.11 to at least 2.12
fixed dependencies
update dependencies
Implemented indexing field for MDStore using MDFormat profile
[maven-release-plugin] copy for tag cnr-mongo-mdstore-5.0.3
[maven-release-plugin] prepare release cnr-mongo-mdstore-5.0.3
Added more logs to understand problem during the feeding of mdstore
[maven-release-plugin] copy for tag cnr-mongo-mdstore-5.0.2
[maven-release-plugin] prepare release cnr-mongo-mdstore-5.0.2
import cleanup
checking operation list size to avoid 'IllegalArgumentException: state should be: writes is not an empty list' when flushing bulk writes
deleting this branch which has been released
[maven-release-plugin] copy for tag cnr-mongo-mdstore-4.2.1
[maven-release-plugin] prepare release cnr-mongo-mdstore-4.2.1
narrowed dep range of cnr-modular-mdstore-service that was too wide and caused problems with tubitak
roll back to real release
changed log
Added deletion of unuseful discarded collection on start
experiment for join authors. Disclamer: doesn't compile on java6
joi authors plugin
[maven-release-plugin] copy for tag cnr-mongo-mdstore-5.0.1
[maven-release-plugin] prepare release cnr-mongo-mdstore-5.0.1
Deleted also the bean of CreatorExtractor
[maven-release-plugin] copy for tag cnr-mongo-mdstore-5.0.0
[maven-release-plugin] prepare release cnr-mongo-mdstore-5.0.0
deleting plugin file, Claudio will commit it again together with other stuff
Removed dependency to snapshot
Returning the number of stored records, together with the new total.
implemented plugin to extract authors from publications
didn't see that db had already a getter
added getter for backing database
expired days for read locks on mdstores is a property
We can't run explicit fsync command on mongo with the API 3.2.2
Forgot to specify a couple of generics when definining variables of type MongoCollection
the explicit fsync command can't be run anymore, so we try using the JOURNALED write concern to wait for the data to be flushed on disk before returning.
Fixed class for generics
removed old commented lines
trying to handle different versions of the mongo server: old version returns storage size as long, new version as double. 2nd attempt
trying to handle different versions of the mongo server: old version returns storage size as long, new version as double
ignore test as it requires a running mongo instance on localhost.
dbstatus returns db size as double, not long
Fixed application context with classes of the 3.2.2 mongo driver
Ignore test as they currently required a local mongo instance
updated dep to modular mdstore
Using new mongo API included in mongo-java-driver 3.2.2 instead of the deprecated API.
using snapshot parent
[maven-release-plugin] copy for tag cnr-mongo-mdstore-4.2.0
[maven-release-plugin] prepare release cnr-mongo-mdstore-4.2.0
bumped version
wider version range
implemented RUN_PLUGIN BB action, small refactoring
avoid NPE on create collection, more debug logging
[maven-release-plugin] copy for tag cnr-mongo-mdstore-4.1.9
[maven-release-plugin] prepare release cnr-mongo-mdstore-4.1.9
reverted back to version property declared on dnet-parent
moving towards newer mongodb java driver version
added a debug log
[maven-release-plugin] copy for tag cnr-mongo-mdstore-4.1.8
[maven-release-plugin] prepare release cnr-mongo-mdstore-4.1.8
Fixed bug on ticket #1273
Still we need to ignore tests that require a mongo server
projecting only the sum in the aggregationoutput
Ignore tests that require a mongo server
[maven-release-plugin] copy for tag cnr-mongo-mdstore-4.1.7
[maven-release-plugin] prepare release cnr-mongo-mdstore-4.1.7
New method to get the total size of all mdstores with a given format, layout and interpretation.
[maven-release-plugin] copy for tag cnr-mongo-mdstore-4.1.6
[maven-release-plugin] prepare release cnr-mongo-mdstore-4.1.6
Fix bug