Added: release/felix/org.apache.felix.rootcause-0.2.0.pom
==============================================================================
--- release/felix/org.apache.felix.rootcause-0.2.0.pom (added)
+++ release/felix/org.apache.felix.rootcause-0.2.0.pom Wed Aug 18 11:14:22 2021
@@ -0,0 +1,203 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one or more
contributor license
+ agreements. See the NOTICE file distributed with this work for
additional information
+ regarding copyright ownership. The ASF licenses this file to you under
the Apache License,
+ Version 2.0 (the "License"); you may not use this file except in
compliance with the
+ License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
+ Unless required by applicable law or agreed to in writing, software
distributed under the
+ License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
CONDITIONS OF ANY KIND,
+ either express or implied. See the License for the specific language
governing permissions
+ and limitations under the License.
+ -->
+<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.apache.felix</groupId>
+ <artifactId>felix-parent</artifactId>
+ <version>7</version>
+ <relativePath />
+ </parent>
+
+ <artifactId>org.apache.felix.rootcause</artifactId>
+ <version>0.2.0</version>
+ <name>Apache Felix - Root Cause Analysis</name>
+
+ <properties>
+ <felix.java.version>8</felix.java.version>
+ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+ <exam.version>4.11.0</exam.version>
+ </properties>
+
+ <scm>
+
<connection>scm:git:https://github.com/apache/felix-dev.git</connection>
+
<developerConnection>scm:git:https://github.com/apache/felix-dev.git</developerConnection>
+ <url>https://gitbox.apache.org/repos/asf?p=felix-dev.git</url>
+ <tag>org.apache.felix.rootcause-0.2.0</tag>
+ </scm>
+
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>biz.aQute.bnd</groupId>
+ <artifactId>bnd-maven-plugin</artifactId>
+ <version>5.3.0</version>
+ <executions>
+ <execution>
+ <goals>
+ <goal>bnd-process</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-jar-plugin</artifactId>
+ <configuration>
+ <archive>
+
<manifestFile>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifestFile>
+ </archive>
+ </configuration>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-javadoc-plugin</artifactId>
+ <configuration>
+ <attach>true</attach>
+ <quiet>true</quiet>
+ <encoding>UTF-8</encoding>
+ <additionalparam>-Xdoclint:none</additionalparam>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+
+
+ <dependencies>
+ <dependency>
+ <groupId>org.osgi</groupId>
+ <artifactId>osgi.core</artifactId>
+ <version>7.0.0</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.osgi</groupId>
+ <artifactId>org.osgi.service.component</artifactId>
+ <version>1.4.0</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.osgi</groupId>
+ <artifactId>org.osgi.annotation.versioning</artifactId>
+ <version>1.1.1</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.osgi</groupId>
+ <artifactId>org.osgi.annotation.bundle</artifactId>
+ <version>1.0.0</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.osgi</groupId>
+ <artifactId>org.osgi.service.component.annotations</artifactId>
+ <version>1.4.0</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.slf4j</groupId>
+ <artifactId>slf4j-api</artifactId>
+ <version>1.7.6</version>
+ <scope>provided</scope>
+ </dependency>
+
+ <!-- Test dependencies -->
+
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <version>4.12</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.mockito</groupId>
+ <artifactId>mockito-all</artifactId>
+ <version>1.9.5</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.servicemix.bundles</groupId>
+ <artifactId>org.apache.servicemix.bundles.hamcrest</artifactId>
+ <version>1.3_1</version>
+ <scope>test</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>org.ops4j.pax.exam</groupId>
+ <artifactId>pax-exam-container-native</artifactId>
+ <version>${exam.version}</version>
+ <scope>test</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>org.ops4j.pax.exam</groupId>
+ <artifactId>pax-exam-junit4</artifactId>
+ <version>${exam.version}</version>
+ <scope>test</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>org.ops4j.pax.exam</groupId>
+ <artifactId>pax-exam-cm</artifactId>
+ <version>${exam.version}</version>
+ <scope>test</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>org.ops4j.pax.exam</groupId>
+ <artifactId>pax-exam-link-mvn</artifactId>
+ <version>${exam.version}</version>
+ <scope>test</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>org.apache.felix</groupId>
+ <artifactId>org.apache.felix.framework</artifactId>
+ <version>6.0.5</version>
+ <scope>test</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>ch.qos.logback</groupId>
+ <artifactId>logback-core</artifactId>
+ <version>1.0.13</version>
+ <scope>test</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>ch.qos.logback</groupId>
+ <artifactId>logback-classic</artifactId>
+ <version>1.0.13</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>javax.inject</groupId>
+ <artifactId>javax.inject</artifactId>
+ <version>1</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.ops4j.pax.tinybundles</groupId>
+ <artifactId>tinybundles</artifactId>
+ <version>3.0.0</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.awaitility</groupId>
+ <artifactId>awaitility</artifactId>
+ <version>3.1.0</version>
+ <scope>test</scope>
+ </dependency>
+ </dependencies>
+
+</project>
Propchange: release/felix/org.apache.felix.rootcause-0.2.0.pom
------------------------------------------------------------------------------
svn:executable = *
Added: release/felix/org.apache.felix.rootcause-0.2.0.pom.asc
==============================================================================
--- release/felix/org.apache.felix.rootcause-0.2.0.pom.asc (added)
+++ release/felix/org.apache.felix.rootcause-0.2.0.pom.asc Wed Aug 18 11:14:22
2021
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEEX9UUWovQMXqU3HcTP89Sn/LyegYFAmEY0jgACgkQP89Sn/Ly
+egbLVg//R55niu7seUkhYszQupLCUjs0j0pMk1NovAh8ighrd4ggkDGGyhJKTS9d
+5rfxDTvvdsn6/OAUNKEEUg6G9KgMSWBKXNBbMFsuFPlPvkbapKi61rfWYk5SwWYQ
+DwIzsOCgn5/2Ib25LsZiS5M+d6KwKS8bFU/rFoDa+GkacG4snfVjisGkh1WC4KS8
+b0kJt5ue54UsyqH/T/GgzPS252HzJ8WK4YB5XI8qAeiy88M0H/PF4ra8KkzmZmSd
+TmqM7v1gw8CZG4NZyJG9QbZf5LWq6hC/B+igK5APMou68r0nEG2Dlsiqc1B6WQVt
+tMyqyilml+bnE0qZWSRhmms18cvr9vv2UjjlRwd3xy7ZHixeemYu6yDtGKMr3THO
+67nBJCDIme1Sps3e0WbnBQ3/1bnJ1+0/+vK+FgqKTZAsOPkEyfxowGQTAV3X0XNN
+iMuS7VsbB0gbCsskhMGR9z+oqH/WsLOSr6KTmE7Yee01xBaA5j7+y90Lcml+VH9M
+y+4CXkxmwaXNFv5DZgjblO0rtiIkPpqsiZJ4Z1LhGGn/viXXA/0rCxbzzShCOn9b
+ou985QQ/KwUwsLMrXRJbx4O3VLIWcxDN8d7awSL3ibyOuRVVBFai39RZO9I0XVDe
+8vwoJfpYPZzqLiKlquewidWcT06525/MJDqrQArU2FHZbOF8eO0=
+=hGt+
+-----END PGP SIGNATURE-----
Propchange: release/felix/org.apache.felix.rootcause-0.2.0.pom.asc
------------------------------------------------------------------------------
svn:executable = *
Added: release/felix/org.apache.felix.rootcause-0.2.0.pom.sha1
==============================================================================
--- release/felix/org.apache.felix.rootcause-0.2.0.pom.sha1 (added)
+++ release/felix/org.apache.felix.rootcause-0.2.0.pom.sha1 Wed Aug 18 11:14:22
2021
@@ -0,0 +1 @@
+2a138e5a9c08e4e4044ea106fa4a5ca2841a5984
\ No newline at end of file
Propchange: release/felix/org.apache.felix.rootcause-0.2.0.pom.sha1
------------------------------------------------------------------------------
svn:executable = *
Added: release/felix/org.apache.felix.rootcause-0.2.0.pom.sha512
==============================================================================
--- release/felix/org.apache.felix.rootcause-0.2.0.pom.sha512 (added)
+++ release/felix/org.apache.felix.rootcause-0.2.0.pom.sha512 Wed Aug 18
11:14:22 2021
@@ -0,0 +1 @@
+0bb1a0c449d23335776e51d1318b46ea7091d148c1df700244f2503237bc8a79f4a321363c671760c854663569adae7822613f430cb5f9dd17b4d1cf4747b790
org.apache.felix.rootcause-0.2.0.pom
Propchange: release/felix/org.apache.felix.rootcause-0.2.0.pom.sha512
------------------------------------------------------------------------------
svn:executable = *
Added: release/felix/org.apache.felix.systemready-0.5.0-javadoc.jar
==============================================================================
Binary file - no diff available.
Propchange: release/felix/org.apache.felix.systemready-0.5.0-javadoc.jar
------------------------------------------------------------------------------
svn:executable = *
Propchange: release/felix/org.apache.felix.systemready-0.5.0-javadoc.jar
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added: release/felix/org.apache.felix.systemready-0.5.0-javadoc.jar.asc
==============================================================================
--- release/felix/org.apache.felix.systemready-0.5.0-javadoc.jar.asc (added)
+++ release/felix/org.apache.felix.systemready-0.5.0-javadoc.jar.asc Wed Aug 18
11:14:22 2021
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEEX9UUWovQMXqU3HcTP89Sn/LyegYFAmEY1JkACgkQP89Sn/Ly
+egbxMhAAkSohYjamrmPfi0Rt1HShR0HMOyLAZnkxVD0AYj6ADTbLLSD9pck9i+1e
+DG5ZRSC21Hw9wEwMZ4ZPwEfiBnwrG/OJXscutBRt/nVUclORjF8GtJ0nxbo5hofT
+iM5+i37XcbOYhKNfFR/oxAhRvj9ebeKZzn3sTg2KVkB1JqE0I22T0qOCX+mBzK2j
+73ZNNqRIyQ7f62xsFcgrTYGd3HsQRIL0xtSLsw2f5189AOX6heO8RoHPqXgvG55A
+qadA4gIMGohO28fypRGOM9o0OZgdzkNRQVyUKjRi2ojav7RCJ1IOaLBYcisGre67
+SOX7NNr1ATw78AGd4JSAnRis6I3zEB/uTABLqNvp2Y1D7d3jw0r/8s1zfg59WPSM
+Virt+ncTUcP9EEaRIyX6pUuLzpr9l2eOiuTQ9j8XMo4ZoTLBqZIWUDaY+4cKVph2
+b69w9FussEebJeodlYzQIFhTOhsrgsJkNkkCQDjPD9ye15BPadkpnAIX+1LNwfXP
+CXycQlbJwQ6Aruy5UXwEpEKS75WrRj2wW8Kam+vK7C5L2So/iOmu6yFnWbli1p7S
+nOjILjmlSC9YhB42zu0m7olk8wZ6TUn+4cSHci7tlcy+B0NP0TBq1UkvQCmQFB5r
+wEr1OXL5r6Gw9xJdiIUXXcaYIdHutdmN9HSSI9hzcqs+1Zv3g/E=
+=SkI3
+-----END PGP SIGNATURE-----
Propchange: release/felix/org.apache.felix.systemready-0.5.0-javadoc.jar.asc
------------------------------------------------------------------------------
svn:executable = *
Added: release/felix/org.apache.felix.systemready-0.5.0-javadoc.jar.sha1
==============================================================================
--- release/felix/org.apache.felix.systemready-0.5.0-javadoc.jar.sha1 (added)
+++ release/felix/org.apache.felix.systemready-0.5.0-javadoc.jar.sha1 Wed Aug
18 11:14:22 2021
@@ -0,0 +1 @@
+3e45e51fa0788fc35f1caddc6caa9d50693c8a69
\ No newline at end of file
Propchange: release/felix/org.apache.felix.systemready-0.5.0-javadoc.jar.sha1
------------------------------------------------------------------------------
svn:executable = *
Added: release/felix/org.apache.felix.systemready-0.5.0-javadoc.jar.sha512
==============================================================================
--- release/felix/org.apache.felix.systemready-0.5.0-javadoc.jar.sha512 (added)
+++ release/felix/org.apache.felix.systemready-0.5.0-javadoc.jar.sha512 Wed Aug
18 11:14:22 2021
@@ -0,0 +1 @@
+fff1ba30e0f6f8defcbfe5f6ac6227a0c9052de90cf08c712ea8df6a44aaf54479bc2aeb113ea6cf3154d61aade9a9ee5d547e74fe7e8fd6844e725162ce40e2
org.apache.felix.systemready-0.5.0-javadoc.jar
Propchange: release/felix/org.apache.felix.systemready-0.5.0-javadoc.jar.sha512
------------------------------------------------------------------------------
svn:executable = *
Added: release/felix/org.apache.felix.systemready-0.5.0-source-release.tar.gz
==============================================================================
Binary file - no diff available.
Propchange:
release/felix/org.apache.felix.systemready-0.5.0-source-release.tar.gz
------------------------------------------------------------------------------
svn:executable = *
Propchange:
release/felix/org.apache.felix.systemready-0.5.0-source-release.tar.gz
------------------------------------------------------------------------------
svn:mime-type = application/x-gzip
Added:
release/felix/org.apache.felix.systemready-0.5.0-source-release.tar.gz.asc
==============================================================================
--- release/felix/org.apache.felix.systemready-0.5.0-source-release.tar.gz.asc
(added)
+++ release/felix/org.apache.felix.systemready-0.5.0-source-release.tar.gz.asc
Wed Aug 18 11:14:22 2021
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEEX9UUWovQMXqU3HcTP89Sn/LyegYFAmEY1JgACgkQP89Sn/Ly
+egYC/Q/9FXcmCQJk2+uA8bDXl3xGskYBYE8PxGD22TI3RuXwFJeGVO5wfHvc5mD7
+r4sWaFD5ItDaXdyE8L6ahohWb6AYwhTmgjnI/cgrKrb1bPpghOJ2wXU32rwLyZQO
+/WQiM8UJXrlUvKGON4fJY6us8LVQzVhjbZQ2BGMQhscg835ARuLQZ8NC75fPjAgq
+wbuww5DCty2MWn0EmoXO1w7N3TVbwmsUYcGalNNNAsz1z6DxxhdBg+ZnQhYIMXcl
+qkG+IWls55wyafKlyZiL+rJ1Jx7rnTyDgxzRXvDPwdVhVP5de0MY+zRPdfj5l5rj
+RSXlREumP69itlaKKvL/pB8vFGQ9znhVjaZtr6NwU8ADtyEX2OaoSNRklzTd6HQC
+XsOtRXDf/c1Op7Tl3Uj54FKPn94QEKyAKKsPxYXvJ3iKAxiPsa0rxQUBz6op7vd/
+psYfLzZ5tcWRMIH7pphKYaenZUgPyTnr+MWDTuM7Mc5E8pnUgMuz2HiTCm/D5D1X
+xo/QxFC5QbMuqpYsFb+cDi0OoBUS3PvF1fyIGmuDmYMi5WrJI4RuuQUCvIg3/YKX
+KHMsXtNwTxhQcgWzPNssYlhuSjjbXMld0QXOt/Tg3qgHhnC7zsdgq8/4BFBs1BDN
+IraE4UcZTcksabCj5AaN6+5To0QsCnl/ebMjuD4S5KB8FWRPqcg=
+=VEF9
+-----END PGP SIGNATURE-----
Propchange:
release/felix/org.apache.felix.systemready-0.5.0-source-release.tar.gz.asc
------------------------------------------------------------------------------
svn:executable = *
Added:
release/felix/org.apache.felix.systemready-0.5.0-source-release.tar.gz.sha1
==============================================================================
--- release/felix/org.apache.felix.systemready-0.5.0-source-release.tar.gz.sha1
(added)
+++ release/felix/org.apache.felix.systemready-0.5.0-source-release.tar.gz.sha1
Wed Aug 18 11:14:22 2021
@@ -0,0 +1 @@
+d644af5645e66bf6d39c1762dd335b2d14e5052e
\ No newline at end of file
Propchange:
release/felix/org.apache.felix.systemready-0.5.0-source-release.tar.gz.sha1
------------------------------------------------------------------------------
svn:executable = *
Added:
release/felix/org.apache.felix.systemready-0.5.0-source-release.tar.gz.sha512
==============================================================================
---
release/felix/org.apache.felix.systemready-0.5.0-source-release.tar.gz.sha512
(added)
+++
release/felix/org.apache.felix.systemready-0.5.0-source-release.tar.gz.sha512
Wed Aug 18 11:14:22 2021
@@ -0,0 +1 @@
+1402158fc18c00c0558d2f010257cc77b1f1e6c25843b1cc75286b319a8814f1e3b207c087a74b01ec611e0e2a0f4a9815dba1c098d49d2cfb34105c6f6a1664
org.apache.felix.systemready-0.5.0-source-release.tar.gz
Propchange:
release/felix/org.apache.felix.systemready-0.5.0-source-release.tar.gz.sha512
------------------------------------------------------------------------------
svn:executable = *
Added: release/felix/org.apache.felix.systemready-0.5.0-source-release.zip
==============================================================================
Binary file - no diff available.
Propchange: release/felix/org.apache.felix.systemready-0.5.0-source-release.zip
------------------------------------------------------------------------------
svn:executable = *
Propchange: release/felix/org.apache.felix.systemready-0.5.0-source-release.zip
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added: release/felix/org.apache.felix.systemready-0.5.0-source-release.zip.asc
==============================================================================
--- release/felix/org.apache.felix.systemready-0.5.0-source-release.zip.asc
(added)
+++ release/felix/org.apache.felix.systemready-0.5.0-source-release.zip.asc Wed
Aug 18 11:14:22 2021
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEEX9UUWovQMXqU3HcTP89Sn/LyegYFAmEY1JcACgkQP89Sn/Ly
+egbFHg//akGhPzjDKgLA1hdo1fFxlFMJpLOP2pN82bAht5vuUjW9x6/bVdNh038U
+oYr0p9kRb+LL64p5LXgx6H2Qths4kW05RSErlQ8bpFF4fxQa4d4zIWJADp4/QPyl
+iDekqECPWZi0kQWxnggtdT3AgbvFkmxeD+gFfPhzZ6vNZ4LcG/RwPk6j+Uz4rlx+
+4ZwLEi6C+8zjKyJjL9z90aAA4vV2LII1b21tSJDRYr8eBRiDiWqXYkOsViFa0ksy
+6XJTCwQ1TQaT/uIChQJtVEGlkpLyg+7/6IeOEcps/EZhLlTO1rQe82iKTww+5Sjg
+8YEiXyRHZvTagAbYjPdud75fBmZGx9eRW1nKG5sKdkS92+TR6qt7X2WvIUO0o2bM
+7/bFmMkj9InB6VBnT+C3FA+8lN9Oze9tLGCegMwirQFTfgvlVyU6vlDwppJYm9F2
+THrROrmxmCwZ5sfdsHtK3O9IqG7DFVKViL4z05ii6LqveEeL4C4ac2Dk5NKZt0EM
+Y6KOVDOtAGAOaNy1Xe/c/JtDF+syccFW4Kt87ilhGxtDR1K7p0VjAp85VyGZuvwc
+JhD3yt0pyGxbzWL/5Gij8BNhBWxs1xtOBAt0u/BmdhQXdnqyAgbilGWcbMwHH58R
+jRVsrIo/ZbS+Gq3sOAyCwbPQ1iDG6TDW63iaNOlCOkyU992bB2Y=
+=Y9Iy
+-----END PGP SIGNATURE-----
Propchange:
release/felix/org.apache.felix.systemready-0.5.0-source-release.zip.asc
------------------------------------------------------------------------------
svn:executable = *
Added: release/felix/org.apache.felix.systemready-0.5.0-source-release.zip.sha1
==============================================================================
--- release/felix/org.apache.felix.systemready-0.5.0-source-release.zip.sha1
(added)
+++ release/felix/org.apache.felix.systemready-0.5.0-source-release.zip.sha1
Wed Aug 18 11:14:22 2021
@@ -0,0 +1 @@
+c75641f9acf2ce94724a1b9ec645929df21caec4
\ No newline at end of file
Propchange:
release/felix/org.apache.felix.systemready-0.5.0-source-release.zip.sha1
------------------------------------------------------------------------------
svn:executable = *
Added:
release/felix/org.apache.felix.systemready-0.5.0-source-release.zip.sha512
==============================================================================
--- release/felix/org.apache.felix.systemready-0.5.0-source-release.zip.sha512
(added)
+++ release/felix/org.apache.felix.systemready-0.5.0-source-release.zip.sha512
Wed Aug 18 11:14:22 2021
@@ -0,0 +1 @@
+35d9c9309eff3230ea387529d43aafa43c14ef74ac6c1604a769e5cc5b11bc5893b12ed58f47240a0823e29d6a1bd257fd47294cf49988e2181817e6f48ecd94
org.apache.felix.systemready-0.5.0-source-release.zip
Propchange:
release/felix/org.apache.felix.systemready-0.5.0-source-release.zip.sha512
------------------------------------------------------------------------------
svn:executable = *
Added: release/felix/org.apache.felix.systemready-0.5.0-sources.jar
==============================================================================
Binary file - no diff available.
Propchange: release/felix/org.apache.felix.systemready-0.5.0-sources.jar
------------------------------------------------------------------------------
svn:executable = *
Propchange: release/felix/org.apache.felix.systemready-0.5.0-sources.jar
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added: release/felix/org.apache.felix.systemready-0.5.0-sources.jar.asc
==============================================================================
--- release/felix/org.apache.felix.systemready-0.5.0-sources.jar.asc (added)
+++ release/felix/org.apache.felix.systemready-0.5.0-sources.jar.asc Wed Aug 18
11:14:22 2021
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEEX9UUWovQMXqU3HcTP89Sn/LyegYFAmEY1JgACgkQP89Sn/Ly
+egZm/A//RDtYXDGKT6pnKg8cP7DP82Pk+uwtgb6gsLKUgJXKFBXiXa2b4jKMuW70
+GK8XFEmJFQnnjKjBqI8GiCGB9zGGMaAyem80PRkyRUwNAXZ0Sfd4yAeyX/Dygg+X
+7m0ninoZbIq9vg2huy+Ra+/9fg/Lj6vPrNiZIxNgo2FL6KjMirQJZetZmhsbPBwX
+oREnUXZwGt+pGbhOek1DHjR2wt63yUTrl6oPWNRSq35qIruMQ9WQht36Uo7h/c9L
+I0hZV/y01PEkSTZ0xUlkHuywOpzkD9CxjoP6rmBg5DkJqHrKl2rCwSIoFBklzNLH
+BRsBsQuw534KgBUfO8VdsVLQvuYyJLOmA/buymldvt2JuVFzP8n4zGYSV0Xsulh4
+N2MDzSJIzUiOINjCpwLRLPvHFmQjLEbmAgREMC6HYbO1moDDvTu+YRpcvBXNpAn4
+MWXp6UAeFjNDzQv5079s6IeXGc52IDzMpFkH6z7+UjN2hMgi0jmS5aUmIJesz58U
+FtsGBRZsefWUBR1eQZ8XvSHP9wYw1n+WKInbWm1AxZI8VQPCL7VKGmyJpq4U2pt7
+ns3bM8HewZFiUVXZ+Ns0KQJrxbSxV/Kz9b9hrl25jeXTzmKL7VUEbrw0iyVdu7ZJ
+nfBEvrzLwIBd8rgnaJYbNpRCoqoRbfATQ6WKjY9nJlWq85Ky9oQ=
+=HcZL
+-----END PGP SIGNATURE-----
Propchange: release/felix/org.apache.felix.systemready-0.5.0-sources.jar.asc
------------------------------------------------------------------------------
svn:executable = *
Added: release/felix/org.apache.felix.systemready-0.5.0-sources.jar.sha1
==============================================================================
--- release/felix/org.apache.felix.systemready-0.5.0-sources.jar.sha1 (added)
+++ release/felix/org.apache.felix.systemready-0.5.0-sources.jar.sha1 Wed Aug
18 11:14:22 2021
@@ -0,0 +1 @@
+4a97b79b5fe747d99da9791092b0a66cee9ca351
\ No newline at end of file
Propchange: release/felix/org.apache.felix.systemready-0.5.0-sources.jar.sha1
------------------------------------------------------------------------------
svn:executable = *
Added: release/felix/org.apache.felix.systemready-0.5.0-sources.jar.sha512
==============================================================================
--- release/felix/org.apache.felix.systemready-0.5.0-sources.jar.sha512 (added)
+++ release/felix/org.apache.felix.systemready-0.5.0-sources.jar.sha512 Wed Aug
18 11:14:22 2021
@@ -0,0 +1 @@
+57ce3246afbba3415765499ac641420a93e31e67f2c342ecd0f82b4c7a8ccf020bb4eabc8ff82103cd7e9c6a1f3957c47a906da3e9c4f14faa4072f663a83590
org.apache.felix.systemready-0.5.0-sources.jar
Propchange: release/felix/org.apache.felix.systemready-0.5.0-sources.jar.sha512
------------------------------------------------------------------------------
svn:executable = *
Added: release/felix/org.apache.felix.systemready-0.5.0.jar
==============================================================================
Binary file - no diff available.
Propchange: release/felix/org.apache.felix.systemready-0.5.0.jar
------------------------------------------------------------------------------
svn:executable = *
Propchange: release/felix/org.apache.felix.systemready-0.5.0.jar
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added: release/felix/org.apache.felix.systemready-0.5.0.jar.asc
==============================================================================
--- release/felix/org.apache.felix.systemready-0.5.0.jar.asc (added)
+++ release/felix/org.apache.felix.systemready-0.5.0.jar.asc Wed Aug 18
11:14:22 2021
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEEX9UUWovQMXqU3HcTP89Sn/LyegYFAmEY1JYACgkQP89Sn/Ly
+egZRTg/+LVi0cwY3ELwoFrZZKZ5Ss3bahrOQzwIwLRnkIXlyVatSgWanSMlZWRqt
+2ROPFak1BrN7Nk62+L1seIuzpR6xs/KL3uvYem+r5Qk4Ljd7vu9hYC3SNrSfaOXf
+pg36HwAL1TQ/9wKfLuC+NDf+FV0undoGzgK9GcI/5Gsnu8uiGM59j10GRS2FKyJu
+W/ywcmixLTC53SuP+sPs/CMGSyXLF9CzXrH0gOaTtO4gPLqcm8mhRIY3aW9jYuRr
+jPz1JlrE0B9VW/mW58RZ1jKx7gCviFtUf6jZv4D7vDFSrTinv0kSSlmRTf9Fz1Xx
+GJhyaCCAtncVoKAWwKOM9CxViAWYqspwSqh8J8JTLKVWkkFaXRAgjhGngykeD3bC
+oPka+nIlpVV71JThm5fbOfqg5BJdclwRfyHvyjhUrTci+sV166gIkM7Ltiln+ymj
+lMQ2JlEJk1AI+E1DD7RbCLNhy3wShcT/cFKNty1+zkTZOIIMNd014kCEYeBXHwjP
+d2ImBlj8efCGg8Xi4qp36TkPmeuwz44x7sgdiSIGpa+p6Jy6Kf8ymTweL19pNskX
+2aqeWKvP8kVsl/vkHQtrXXWJr7HlEmL7KluoGldzDojNlKah4HvqECKhroseOqc9
+KxrO9BIdy8ho51nyVIO4pbtxLEi6q2bJtK4nskLs3UhOWFPnvIA=
+=V+dX
+-----END PGP SIGNATURE-----
Propchange: release/felix/org.apache.felix.systemready-0.5.0.jar.asc
------------------------------------------------------------------------------
svn:executable = *
Added: release/felix/org.apache.felix.systemready-0.5.0.jar.sha1
==============================================================================
--- release/felix/org.apache.felix.systemready-0.5.0.jar.sha1 (added)
+++ release/felix/org.apache.felix.systemready-0.5.0.jar.sha1 Wed Aug 18
11:14:22 2021
@@ -0,0 +1 @@
+9e6f72a1197e7bdcdd89adc2ff63e4caf220f8be
\ No newline at end of file
Propchange: release/felix/org.apache.felix.systemready-0.5.0.jar.sha1
------------------------------------------------------------------------------
svn:executable = *
Added: release/felix/org.apache.felix.systemready-0.5.0.jar.sha512
==============================================================================
--- release/felix/org.apache.felix.systemready-0.5.0.jar.sha512 (added)
+++ release/felix/org.apache.felix.systemready-0.5.0.jar.sha512 Wed Aug 18
11:14:22 2021
@@ -0,0 +1 @@
+1183679bbc02c9e1b315a11a9f6144e9ae578844729b14c7d3b4972197bff446bcbb56bae94acc707dbe775b0b997f2727fa5118692197601fed00c8fb475084
org.apache.felix.systemready-0.5.0.jar
Propchange: release/felix/org.apache.felix.systemready-0.5.0.jar.sha512
------------------------------------------------------------------------------
svn:executable = *
Added: release/felix/org.apache.felix.systemready-0.5.0.pom
==============================================================================
--- release/felix/org.apache.felix.systemready-0.5.0.pom (added)
+++ release/felix/org.apache.felix.systemready-0.5.0.pom Wed Aug 18 11:14:22
2021
@@ -0,0 +1,247 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one or more
contributor license
+ agreements. See the NOTICE file distributed with this work for
additional information
+ regarding copyright ownership. The ASF licenses this file to you under
the Apache License,
+ Version 2.0 (the "License"); you may not use this file except in
compliance with the
+ License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
+ Unless required by applicable law or agreed to in writing, software
distributed under the
+ License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
CONDITIONS OF ANY KIND,
+ either express or implied. See the License for the specific language
governing permissions
+ and limitations under the License.
+ -->
+<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.apache.felix</groupId>
+ <artifactId>felix-parent</artifactId>
+ <version>7</version>
+ <relativePath />
+ </parent>
+
+ <artifactId>org.apache.felix.systemready</artifactId>
+ <version>0.5.0</version>
+ <name>Apache Felix - System Ready</name>
+
+ <properties>
+ <felix.java.version>8</felix.java.version>
+ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+ <exam.version>4.11.0</exam.version>
+ </properties>
+
+ <scm>
+
<connection>scm:git:https://github.com/apache/felix-dev.git</connection>
+
<developerConnection>scm:git:https://github.com/apache/felix-dev.git</developerConnection>
+ <url>https://gitbox.apache.org/repos/asf?p=felix-dev.git</url>
+ <tag>org.apache.felix.systemready-0.5.0</tag>
+ </scm>
+
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>biz.aQute.bnd</groupId>
+ <artifactId>bnd-maven-plugin</artifactId>
+ <version>5.3.0</version>
+ <executions>
+ <execution>
+ <goals>
+ <goal>bnd-process</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-jar-plugin</artifactId>
+ <configuration>
+ <archive>
+
<manifestFile>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifestFile>
+ </archive>
+ </configuration>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-javadoc-plugin</artifactId>
+ <configuration>
+ <attach>true</attach>
+ <quiet>true</quiet>
+ <encoding>UTF-8</encoding>
+ <additionalparam>-Xdoclint:none</additionalparam>
+ </configuration>
+ </plugin>
+ <plugin>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <configuration>
+ <systemPropertyVariables>
+
<org.ops4j.pax.url.mvn.localRepository>${settings.localRepository}</org.ops4j.pax.url.mvn.localRepository>
+ </systemPropertyVariables>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+
+
+ <dependencies>
+ <dependency>
+ <groupId>org.osgi</groupId>
+ <artifactId>osgi.core</artifactId>
+ <version>7.0.0</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.osgi</groupId>
+ <artifactId>org.osgi.service.cm</artifactId>
+ <version>1.6.0</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.osgi</groupId>
+ <artifactId>org.osgi.service.http.whiteboard</artifactId>
+ <version>1.1.0</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.osgi</groupId>
+ <artifactId>org.osgi.service.component</artifactId>
+ <version>1.4.0</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.osgi</groupId>
+ <artifactId>org.osgi.annotation.versioning</artifactId>
+ <version>1.1.1</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.osgi</groupId>
+ <artifactId>org.osgi.annotation.bundle</artifactId>
+ <version>1.0.0</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.felix</groupId>
+ <artifactId>org.apache.felix.rootcause</artifactId>
+ <version>0.1.0</version>
+ </dependency>
+ <dependency>
+ <groupId>org.osgi</groupId>
+ <artifactId>org.osgi.service.component.annotations</artifactId>
+ <version>1.4.0</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.osgi</groupId>
+ <artifactId>org.osgi.service.metatype.annotations</artifactId>
+ <version>1.4.0</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>javax.servlet</groupId>
+ <artifactId>servlet-api</artifactId>
+ <version>2.5</version>
+ <scope>provided</scope>
+ <optional>true</optional>
+ </dependency>
+ <dependency>
+ <groupId>org.slf4j</groupId>
+ <artifactId>slf4j-api</artifactId>
+ <version>1.7.6</version>
+ <scope>provided</scope>
+ </dependency>
+
+ <!-- Test dependencies -->
+
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <version>4.12</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.mockito</groupId>
+ <artifactId>mockito-all</artifactId>
+ <version>1.9.5</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.servicemix.bundles</groupId>
+ <artifactId>org.apache.servicemix.bundles.hamcrest</artifactId>
+ <version>1.3_1</version>
+ <scope>test</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>org.ops4j.pax.exam</groupId>
+ <artifactId>pax-exam-container-native</artifactId>
+ <version>${exam.version}</version>
+ <scope>test</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>org.ops4j.pax.exam</groupId>
+ <artifactId>pax-exam-junit4</artifactId>
+ <version>${exam.version}</version>
+ <scope>test</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>org.ops4j.pax.exam</groupId>
+ <artifactId>pax-exam-cm</artifactId>
+ <version>${exam.version}</version>
+ <scope>test</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>org.ops4j.pax.exam</groupId>
+ <artifactId>pax-exam-link-mvn</artifactId>
+ <version>${exam.version}</version>
+ <scope>test</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>org.ops4j.pax.url</groupId>
+ <artifactId>pax-url-aether</artifactId>
+ <version>2.5.4</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.apache.felix</groupId>
+ <artifactId>org.apache.felix.framework</artifactId>
+ <version>6.0.5</version>
+ <scope>test</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>ch.qos.logback</groupId>
+ <artifactId>logback-core</artifactId>
+ <version>1.2.0</version>
+ <scope>test</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>ch.qos.logback</groupId>
+ <artifactId>logback-classic</artifactId>
+ <version>1.2.0</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>javax.inject</groupId>
+ <artifactId>javax.inject</artifactId>
+ <version>1</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.ops4j.pax.tinybundles</groupId>
+ <artifactId>tinybundles</artifactId>
+ <version>3.0.0</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.awaitility</groupId>
+ <artifactId>awaitility</artifactId>
+ <version>3.1.0</version>
+ <scope>test</scope>
+ </dependency>
+ </dependencies>
+
+</project>
Propchange: release/felix/org.apache.felix.systemready-0.5.0.pom
------------------------------------------------------------------------------
svn:executable = *
Added: release/felix/org.apache.felix.systemready-0.5.0.pom.asc
==============================================================================
--- release/felix/org.apache.felix.systemready-0.5.0.pom.asc (added)
+++ release/felix/org.apache.felix.systemready-0.5.0.pom.asc Wed Aug 18
11:14:22 2021
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEEX9UUWovQMXqU3HcTP89Sn/LyegYFAmEY1JcACgkQP89Sn/Ly
+egYK5Q/9FR9j1Td4CW530xTjVpk83k6cG3k8vGXarxoSISqpdYXmIrYphzjnWLVo
+Lbmon/8XxArRt6KGNgZChCUcCSwx8XOVQd7WcKBGnq6G/h1xGYAKQT5GJYghFBjs
+jYrghKoZzehbTX2QfX7waAUdIohfogWG9+BbjxcY1kRF/p66lHV/hy6DS2ErNXdo
+3rblE9m676qQzEQ4HLS8KcPoLRUXkueET2MMjhPjrN1WlfQ1CuBpjJkbAM56ffFL
+AuFOD9u3VcuDn9euxg3ouFGKLBQmrHEqitsUbN+b1VEuoH6WmdUPnxSy3U9prZvZ
+Fccl9coNf/QsZ1WFaz8i2/UEb321eE+85E0PQCekmdJGu36lzcnUfkz4kM1pYA9o
+iw1Jj8I8fJ/AIADiJVKjNSp31GIdEWZixGk+AOnhGZEnOvEVmYxrew4P89z96Ibt
+XNFkwjYzmwoj+rOQTJqHt/eIHLHwBYhtrLABW92SakJkgoY1dq8kfcJiwlDM/3hs
+M64WRQPll6i9lSwNgXGFTzusjXoi8rIt5EJqDN/CyCJIMq0ZW/cnqgkxISdeCLeC
+ZO1FE1zYZInCKnpxvgp/Zw5ziD7vIzW3hQbYOjgYwv2qULhOsCFRMJhiHMbxZn5B
++nIWI4adhiaJWxH6x++MWRyuDMaT23NgyCbPzmbb+BbWKrgI7JQ=
+=xnvz
+-----END PGP SIGNATURE-----
Propchange: release/felix/org.apache.felix.systemready-0.5.0.pom.asc
------------------------------------------------------------------------------
svn:executable = *
Added: release/felix/org.apache.felix.systemready-0.5.0.pom.sha1
==============================================================================
--- release/felix/org.apache.felix.systemready-0.5.0.pom.sha1 (added)
+++ release/felix/org.apache.felix.systemready-0.5.0.pom.sha1 Wed Aug 18
11:14:22 2021
@@ -0,0 +1 @@
+d4955e5cd0964f60eaea2476834eb0be4aef8d2c
\ No newline at end of file
Propchange: release/felix/org.apache.felix.systemready-0.5.0.pom.sha1
------------------------------------------------------------------------------
svn:executable = *
Added: release/felix/org.apache.felix.systemready-0.5.0.pom.sha512
==============================================================================
--- release/felix/org.apache.felix.systemready-0.5.0.pom.sha512 (added)
+++ release/felix/org.apache.felix.systemready-0.5.0.pom.sha512 Wed Aug 18
11:14:22 2021
@@ -0,0 +1 @@
+d2e63adf1bb7e6f2af7808e8a23f12100d0c9e8a7cef9c6d1d75f0a3596477993a136a9ad0b210e55d0258ab24e93f609f9f1350bcd332e825fd32d634154cc9
org.apache.felix.systemready-0.5.0.pom
Propchange: release/felix/org.apache.felix.systemready-0.5.0.pom.sha512
------------------------------------------------------------------------------
svn:executable = *