Martin Stockhammer
a11df32b72
Adapting test config for new url cache path
2018-05-02 07:20:57 +02:00
Martin Stockhammer
8b16d7b24a
Changing path for url cache
2018-05-01 20:19:20 +02:00
Martin Stockhammer
a2febcecd9
Generics and cleanup to reduce compiler warnings
2018-04-02 21:35:47 +02:00
Martin Stockhammer
0f400d66a3
Adding generics and reducing compiler warnings
2018-04-02 10:46:34 +02:00
Martin Stockhammer
d422c87783
Changing JCR queries to new syntax
2018-04-02 00:28:02 +02:00
Martin Stockhammer
83df105260
Reducing compiler warnings
2018-04-01 19:40:26 +02:00
Martin Stockhammer
cf347e1eb8
Reducing compiler warnings
2018-04-01 18:45:33 +02:00
Martin Stockhammer
98236b99cb
Switching to apache commons collections4
2018-04-01 17:21:48 +02:00
Martin Stockhammer
f101252375
Reorganizing imports
2018-03-30 20:11:57 +02:00
Martin Stockhammer
9cd3c61340
Adding packedIndexDir
2018-03-29 23:47:13 +02:00
Martin Stockhammer
4ea420ae99
Changing event api
2018-03-27 07:56:12 +02:00
Martin Stockhammer
c544376afb
Switching repository admin and dependent classes to RepositoryRegistry
...
RepositoryRegistry is used for indexing context now. There is still more work to do
to move the maven dependent parts into its own projects and update the dependencies.
2018-03-24 17:44:13 +01:00
Martin Stockhammer
754b2d5940
Adding local path to repository API
2017-11-20 08:20:42 +01:00
Martin Stockhammer
c6e4e563d6
Implementation of new archivaindexer
...
Not finished yet, but uses the maven index service via spring dependency injection
Moving some maven specific classes to subpackages
2017-11-11 00:07:56 +01:00
Martin Stockhammer
e2cdbc2b72
Rearranging modules and adding indexer api
...
Combining the indexer api and repository api into archiva-repository-api
They have bidirectional dependencies so they are put together in one module.
Adding new classes for a generalized indexer api that will be used for interfaces
and implementation independent tasks.
2017-11-08 22:59:33 +01:00
Martin Stockhammer
97b2c9c909
Refactoring the repository content factory
...
Adding content provider service that creates repository content instances
remove direct access to the repository content instances.
2017-11-01 22:52:14 +01:00
Martin Stockhammer
17f2989fe1
Adapting some plugins to the new repository api
2017-11-01 15:40:05 +01:00
Martin Stockhammer
763991b3d9
Adapting maven repository provider to new repository api
...
Using the new repository interfaces where necessary.
2017-11-01 15:34:34 +01:00
Martin Stockhammer
1026c8eeb8
Adding absolute URI to repositories
2017-10-22 18:22:03 +02:00
Martin Stockhammer
acbcb48747
Adding data path to configuration
2017-10-22 17:01:27 +02:00
Martin Stockhammer
cb38dbbbc6
Changing the initialization behaviour of metadata repo factory
2017-10-21 14:42:32 +02:00
Martin Stockhammer
4a3d11737e
Improving repository provider
2017-10-15 23:36:30 +02:00
Martin Stockhammer
5121735795
Adding maven repo implementation and unit test
2017-10-13 22:23:08 +02:00
Martin Stockhammer
267b6a702b
Repository changes and implementation of provider
2017-10-07 19:56:00 +02:00
Martin Stockhammer
1b7b2dbfc5
Fixing syntax error
2017-10-03 23:49:58 +02:00
Martin Stockhammer
9706f85fdc
Adding some (imcomplete) changes to the scheduling part
2017-10-03 21:52:45 +02:00
Martin Stockhammer
e0eff36ebc
Changing daysOlder to retentionTime
2017-10-03 19:50:23 +02:00
Martin Stockhammer
3976c3fb23
Adding maven repository implementation
2017-10-03 19:27:15 +02:00
Martin Stockhammer
1b89266820
Some progress in repository abstraction
2017-10-03 18:46:16 +02:00
Martin Stockhammer
5806dc2980
Switching some more files to java.nio
2017-09-20 21:39:27 +02:00
Martin Stockhammer
d9beaa1d2b
Migrating repository merger to java.nio
2017-09-14 19:50:31 +02:00
Martin Stockhammer
0eadc9bab1
Migrating maven2-repository to java.nio
2017-09-14 07:45:04 +02:00
Martin Stockhammer
a446c03853
Migrating metadata file store to java.nio
2017-09-11 22:31:13 +02:00
Martin Stockhammer
a7db09420a
Migrating some plugins to java.nio
2017-09-11 09:23:39 +02:00
Martin Stockhammer
5437dfd6de
Migrating policies module to java.nio
2017-09-05 23:28:55 +02:00
Martin Stockhammer
cd1f4a9e79
Switching the checksum module to java.nio
2017-09-02 22:05:16 +02:00
Martin Stockhammer
ad9fee4399
First part in moving to java.nio
2017-09-02 13:18:15 +02:00
olivier lamy
33b66d1493
get rid of some System.out
...
Signed-off-by: olivier lamy <olamy@apache.org>
2017-08-21 11:13:43 +10:00
olivier lamy
7a2710ec0a
Merge branch 'feature/jcr_oak'
2017-08-19 21:37:35 +10:00
olivier lamy
789f879c3b
fixing test for rest services, correctly close jcr repo
...
Signed-off-by: olivier lamy <olamy@apache.org>
2017-08-14 17:20:12 +10:00
Martin Stockhammer
e5e11721b1
Merge branch 'pr-30'
2017-08-01 22:39:34 +02:00
olivier lamy
c0623553f0
shutdown executor service on close
...
Signed-off-by: olivier lamy <olamy@apache.org>
2017-07-31 22:16:08 +10:00
Daniel Trebbien
0b15664f1c
Utilize parameterized logging and remove toString() calls
...
As suggested in the SLF4J FAQ:
https://www.slf4j.org/faq.html#logging_performance
.. parameterized logging can improve the efficiency of logger calls when
logging at the specified level is disabled.
In addition, per the FAQ: https://www.slf4j.org/faq.html#paramException
since SLF4J 1.6.0 it is possible to use parameterized logging and also
log an exception/throwable.
toString() is called automatically:
https://www.slf4j.org/faq.html#string_contents
These changes were suggested by SLF4J Helper for NetBeans IDE:
http://plugins.netbeans.org/plugin/72557/
2017-07-30 13:26:05 -07:00
olivier lamy
d93ae430d5
trying more memory too see what happen on Jenkins
...
Signed-off-by: olivier lamy <olamy@apache.org>
2017-07-29 09:22:14 +10:00
olivier lamy
91e42dee5b
no need of this file
...
Signed-off-by: olivier lamy <olamy@apache.org>
2017-07-24 17:35:09 +10:00
olivier lamy
8a76b99641
more progress on oak lucene shaded
...
Signed-off-by: olivier lamy <olamy@apache.org>
2017-07-24 14:56:21 +10:00
olivier lamy
003d5794a8
more progress on new maven indexer version
...
Signed-off-by: olivier lamy <olamy@apache.org>
2017-07-24 10:12:23 +10:00
Martin Stockhammer
bba9d8b512
Removing osgi dependencies
2017-07-19 22:36:17 +02:00
olivier lamy
7480b7ffe2
some progress
...
Signed-off-by: olivier lamy <olamy@apache.org>
2017-07-17 18:41:14 +10:00
Martin Stockhammer
f637c02c71
[MRM-1957] Spliting statistics plugin module
...
Adding new API module (metadata-statistics-api) for statistics and move the
jcr specific tasks to the metadata store module.
Providing interfaces for the statistics API.
Removing dependencies to store specific libraries (like JCR) from the statistic
modules.
2017-07-16 17:56:54 +02:00