[maven-release-plugin] prepare for next development iteration
[maven-release-plugin] copy for tag dnet-oai-store-service-7.0.0-BASIC-AGGREGATOR
[maven-release-plugin] prepare release dnet-oai-store-service-7.0.0-BASIC-AGGREGATOR
fixed scm
changed version: it should be clear this is the version to use for the basic aggregator only, for now.
fixed deleteFromStroe method
removed references to old mongo parser
clean imports
cleanup of old commented code
put the source into the record properties
just javadoc fix
updated pom, dploy.info and ignores
Copying local workspace into branch
Created new branch
[maven-release-plugin] copy for tag dnet-oai-store-service-6.1.1
[maven-release-plugin] prepare release dnet-oai-store-service-6.1.1
query parsing moved in cnr-cql-utils
[maven-release-plugin] copy for tag dnet-oai-store-service-6.1.0
[maven-release-plugin] prepare release dnet-oai-store-service-6.1.0
fixed problems with caches and mongo collections
[maven-release-plugin] copy for tag dnet-oai-store-service-6.0.3
[maven-release-plugin] prepare release dnet-oai-store-service-6.0.3
creating new branch with the version using the old cql-utils
printing store id in logs when creating/ensuring indexes
depending on cnr-cql-utils >= 2.0.0
[maven-release-plugin] copy for tag dnet-oai-store-service-6.0.2
[maven-release-plugin] prepare release dnet-oai-store-service-6.0.2
Trying to tell spring not to cache null values for oai stores
More logs
Added logs to debug CreateStoreAction: we get NullPointerException when trying to create an OAI store on dev, beta and production, but not locally on my machine...
Call the correct mongo method for upserting (via replace) an object.
Not using // in xpaths
Added test to check if we can reduce the time needed to serve OAI pages
[maven-release-plugin] copy for tag dnet-oai-store-service-6.0.0
[maven-release-plugin] prepare release dnet-oai-store-service-6.0.0
depending on released parent
Fixed mongo collection to use to store counts
spring bean XSD version 4 instead of 2.5
Bumped dependency
Using new mongo API included in mongo-java-driver 3.2.2 instead of deprecated API
depending on parent snapshot
added mvc controller method to clear the OAI caches: oai/clearCaches.do
[maven-release-plugin] copy for tag dnet-oai-store-service-5.0.4
[maven-release-plugin] prepare release dnet-oai-store-service-5.0.4
updated test
ignore
OAI query on "until" parameter were not correctly handled because of the construction of dates from day to ms granularity.
[maven-release-plugin] copy for tag dnet-oai-store-service-5.0.3
[maven-release-plugin] prepare release dnet-oai-store-service-5.0.3
fixed bug on alwaysnewrecord not setted in the store
[maven-release-plugin] copy for tag dnet-oai-store-service-5.0.2
[maven-release-plugin] prepare release dnet-oai-store-service-5.0.2
Setting AKNOWLEDGE write for deleted records
Avoiding exception when trying to transform into binary a null element from an empty oaistore
[maven-release-plugin] copy for tag dnet-oai-store-service-5.0.1
[maven-release-plugin] prepare release dnet-oai-store-service-5.0.1
re-using property as the one in dnet-parent has been updated to 3.0.3
moving towards mongodb driver 3.0.3
[maven-release-plugin] copy for tag dnet-oai-store-service-5.0.0
[maven-release-plugin] prepare release dnet-oai-store-service-5.0.0
Cache management: it's a mess if we have more than one <cache:annotation-driven> instructions:- the container now has a dedicated application context for caches- logs to DEBUG for spring cache module
code style only
Created new version of oai-store that stores record compressed on mongo
[maven-release-plugin] copy for tag dnet-oai-store-service-4.5.0
[maven-release-plugin] prepare release dnet-oai-store-service-4.5.0
increased version
#1342: added caches to limit the load on exists when a client performs a list of getRecord requests.
[maven-release-plugin] copy for tag dnet-oai-store-service-4.4.0
[maven-release-plugin] prepare release dnet-oai-store-service-4.4.0
Playing with json query parsing
[maven-release-plugin] copy for tag dnet-oai-store-service-4.3.0
[maven-release-plugin] prepare release dnet-oai-store-service-4.3.0
Explicit handling of dmf metadata format, as it lacks a container element under oai:metadata
feeding with UNACKNOWLEDGE write concern.The feed action also take the optional parameter oai_alwaysNewRecord so that the OAI store can assume there is no another record with the same id in the oai store.
removed deprecated methods of mongodb driver
changed misleading log
[maven-release-plugin] copy for tag dnet-oai-store-service-4.2.0