summaryrefslogtreecommitdiffstats
path: root/archiva-modules/plugins/metadata-store-jcr/src
Commit message (Expand)AuthorAgeFilesLines
* ignore this errorolivier lamy2016-03-021-0/+4
* [MRM-1390] Implement search methods for generic metadata and properties in Ca...Carlos Sanchez2014-12-011-0/+3
* [MRM-1390] Add REST methods to search JCR store for generic metadata and prop...Carlos Sanchez2014-12-011-1/+111
* only close session if openBrett Porter2014-07-311-10/+2
* jackrabbit 2.7.5Olivier Lamy2014-04-171-1/+0
* one move for all remaining override annotationEric Barboni2014-04-113-0/+38
* more diamondOlivier Lamy2014-04-102-4/+4
* more diamondOlivier Lamy2014-04-101-8/+8
* initialize not needed if we do not use this implOlivier Lamy2014-03-281-0/+11
* move the factory bean to the apiOlivier Lamy2014-03-281-9/+0
* add unit test for method getProjectReferencesOlivier Lamy2014-03-261-0/+1
* some cleanupOlivier Lamy2014-03-261-2/+2
* fix javadoc. Generation possible on jdk8 skygo2014-02-251-2/+2
* use genericsOlivier Lamy2013-05-191-2/+2
* fix all RepositoryManager implementationsOlivier Lamy2012-12-191-1/+1
* [MRM-1729] add MetadataRepository#hasMetadataFacet to prevent slow startup time.Olivier Lamy2012-12-192-1/+24
* add some StopWatch to get time on what happened hereOlivier Lamy2012-12-192-1/+15
* [MRM-1703] Cannot delete project with the ui.Olivier Lamy2012-10-221-0/+30
* do some cleanup if metadatarepository still contains versions when deletingOlivier Lamy2012-10-111-0/+27
* add a method to remove namespace(groupId) in MetadataRepositoryOlivier Lamy2012-09-061-0/+22
* remove commented codeOlivier Lamy2012-06-261-18/+0
* fix junit correctly delete timestamped snapshotOlivier Lamy2012-06-252-5/+43
* fix unit test if metadataFacet not available on updateOlivier Lamy2012-06-121-0/+4
* improve MetadataRepository api to be able to remove an artifact with Metadata...Olivier Lamy2012-06-051-0/+56
* fix an issue with not removing project version when removing an artifact from...Olivier Lamy2012-06-012-18/+36
* prevent NPEOlivier Lamy2012-06-011-0/+5
* managed repositories add link to do a directories scan immediate.Olivier Lamy2012-03-122-34/+64
* revert some changes to use a RuntimeExceptionOlivier Lamy2012-02-251-4/+2
* fix consumer archetypeOlivier Lamy2011-11-041-1/+0
* add snippet for use it in documentationOlivier Lamy2011-10-061-0/+2
* move jcr related classes to store-jcr moduleOlivier Lamy2011-10-053-0/+106
* get RID of plexus.requirement annotationOlivier Lamy2011-09-061-3/+3
* get RID of plexus.component annotationOlivier Lamy2011-09-061-1/+1
* [MRM-1473] remove use of plexus-springOlivier Lamy2011-06-011-4/+17
* fix use of applicationContext.getBeansOfType instead of the old lookupMap.Olivier Lamy2011-06-012-13/+27
* fix packageOlivier Lamy2011-05-291-3/+1
* remove use of plexus api (Initializable phase)Olivier Lamy2011-05-292-10/+56
* [MRM-1327] fix 'used by' to work under JCR store. Remove updateProjectReferen...Brett Porter2011-03-291-24/+0
* [MRM-1327] fix 'used by' to work under JCR store. This will still have proble...Brett Porter2011-03-261-28/+23
* [MRM-1327] use nodes for dependencies, make several notes about fixes require...Brett Porter2011-03-261-31/+69
* [MRM-1327] choose a better default for loginBrett Porter2011-01-201-1/+1
* [MRM-1443, MRM-1327] allow repository-statistics module to optimise statistic...Brett Porter2010-12-301-0/+15
* [MRM-1327] assign node types to each different node so that they can be easil...Brett Porter2010-12-301-12/+36
* [MRM-1327] don't auto-save artifact updates - this was only there for testing...Brett Porter2010-12-301-2/+0
* [MRM-1327] make sure getArtifactsByDateRange and getArtifactsByChecksum query...Brett Porter2010-12-301-10/+11
* [MRM-1327] make sure getArtifacts query is restricted to the right repositoryBrett Porter2010-12-301-2/+3
* [MRM-1327] prevent facets being returned as artifact versionsBrett Porter2010-12-291-2/+8
* [MRM-1327] hook save()/close()/revert() methods to the repository implementationBrett Porter2010-12-294-55/+158
* clean up the "TODO" list, and mark those that are more important as "FIXME"Brett Porter2010-12-221-11/+10
* [MRM-1327] refactor the repository API to make each concern clearer. Storage,...Brett Porter2010-12-221-2/+2