This is an automated email from the ASF dual-hosted git repository.
martin_s pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/archiva-components.git.
from 8e4b26c Reformatting code
new fc1b6ff Moving spring-registry to combined components project
new 5dd898b Fixing path settings in pom.xml
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
expression-evaluator/pom.xml | 7 +-
graph/pom.xml | 3 +
pom.xml | 1 +
spring-apacheds/pom.xml | 6 +-
spring-registry/pom.xml | 126 ++++++
.../spring-registry-api}/pom.xml | 28 +-
.../archiva/components/registry/Registry.java | 262 ++++++++++++
.../components/registry/RegistryException.java | 17 +-
.../components/registry/RegistryListener.java | 44 ++
.../spring-registry-commons}/pom.xml | 146 ++++---
.../commons/CommonsConfigurationRegistry.java | 467 +++++++++++++++++++++
.../commons/ConfigurationListenerDelegate.java | 82 ++++
.../main/resources/META-INF}/spring-context.xml | 19 +-
.../registry/test/AbstractRegistryTest.java | 189 +++++++++
.../test/CommonsConfigurationRegistryTest.java | 413 ++++++++++++++++++
.../components/registry/test/Component.java | 62 +--
.../components/registry/test/DefaultComponent.java | 128 ++++++
.../archiva/components/registry/test/Nested.java | 14 +-
.../org/codehaus/plexus/registry/phase.properties | 26 ++
.../org/codehaus/plexus/registry/test.properties | 25 ++
.../org/codehaus/plexus/registry/test.xml | 42 ++
.../src/test/resources/spring-context.xml | 102 +++++
.../src/test/resources/test-save.xml | 23 +
spring-registry/src/site/apt/index.apt | 155 +++++++
.../src/site/site.xml | 6 +-
25 files changed, 2254 insertions(+), 139 deletions(-)
create mode 100644 spring-registry/pom.xml
copy {expression-evaluator => spring-registry/spring-registry-api}/pom.xml
(67%)
create mode 100644
spring-registry/spring-registry-api/src/main/java/org/apache/archiva/components/registry/Registry.java
copy graph/src/main/java/org/apache/archiva/components/graph/api/Category.java
=>
spring-registry/spring-registry-api/src/main/java/org/apache/archiva/components/registry/RegistryException.java
(70%)
create mode 100644
spring-registry/spring-registry-api/src/main/java/org/apache/archiva/components/registry/RegistryListener.java
copy {spring-apacheds => spring-registry/spring-registry-commons}/pom.xml (51%)
create mode 100644
spring-registry/spring-registry-commons/src/main/java/org/apache/archiva/components/registry/commons/CommonsConfigurationRegistry.java
create mode 100644
spring-registry/spring-registry-commons/src/main/java/org/apache/archiva/components/registry/commons/ConfigurationListenerDelegate.java
copy {spring-apacheds/src/test/resources =>
spring-registry/spring-registry-commons/src/main/resources/META-INF}/spring-context.xml
(73%)
mode change 100755 => 100644
create mode 100644
spring-registry/spring-registry-commons/src/test/java/org/apache/archiva/components/registry/test/AbstractRegistryTest.java
create mode 100644
spring-registry/spring-registry-commons/src/test/java/org/apache/archiva/components/registry/test/CommonsConfigurationRegistryTest.java
copy
expression-evaluator/src/main/java/org/apache/archiva/components/evaluator/EvaluatorException.java
=>
spring-registry/spring-registry-commons/src/test/java/org/apache/archiva/components/registry/test/Component.java
(57%)
create mode 100644
spring-registry/spring-registry-commons/src/test/java/org/apache/archiva/components/registry/test/DefaultComponent.java
copy graph/src/main/java/org/apache/archiva/components/graph/api/Category.java
=>
spring-registry/spring-registry-commons/src/test/java/org/apache/archiva/components/registry/test/Nested.java
(81%)
create mode 100644
spring-registry/spring-registry-commons/src/test/resources/org/codehaus/plexus/registry/phase.properties
create mode 100644
spring-registry/spring-registry-commons/src/test/resources/org/codehaus/plexus/registry/test.properties
create mode 100644
spring-registry/spring-registry-commons/src/test/resources/org/codehaus/plexus/registry/test.xml
create mode 100755
spring-registry/spring-registry-commons/src/test/resources/spring-context.xml
create mode 100644
spring-registry/spring-registry-commons/src/test/resources/test-save.xml
create mode 100644 spring-registry/src/site/apt/index.apt
copy {expression-evaluator => spring-registry}/src/site/site.xml (86%)