Repository: servicemix-bundles Updated Branches: refs/heads/master d8d52e2c8 -> 24b055069
[SM-3404] Create OSGi bundle for archaius-core 0.7.5 Project: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/repo Commit: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/commit/24b05506 Tree: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/tree/24b05506 Diff: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/diff/24b05506 Branch: refs/heads/master Commit: 24b055069f4413ddc50113f9aed0b3d3213789e3 Parents: d8d52e2 Author: Jean-Baptiste Onofré <[email protected]> Authored: Mon Jul 3 21:23:43 2017 +0200 Committer: Jean-Baptiste Onofré <[email protected]> Committed: Mon Jul 3 21:23:43 2017 +0200 ---------------------------------------------------------------------- archaius-core-0.6.5/pom.xml | 110 ------------------ .../src/main/resources/OSGI-INF/bundle.info | 20 ---- archaius-core-0.7.5/pom.xml | 116 +++++++++++++++++++ .../src/main/resources/OSGI-INF/bundle.info | 20 ++++ pom.xml | 1 + 5 files changed, 137 insertions(+), 130 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/24b05506/archaius-core-0.6.5/pom.xml ---------------------------------------------------------------------- diff --git a/archaius-core-0.6.5/pom.xml b/archaius-core-0.6.5/pom.xml deleted file mode 100644 index 36db073..0000000 --- a/archaius-core-0.6.5/pom.xml +++ /dev/null @@ -1,110 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<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/xsd/maven-4.0.0.xsd"> - - <!-- - - 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. - --> - - <modelVersion>4.0.0</modelVersion> - - <parent> - <groupId>org.apache.servicemix.bundles</groupId> - <artifactId>bundles-pom</artifactId> - <version>11</version> - <relativePath>../bundles-pom/pom.xml</relativePath> - </parent> - - <groupId>org.apache.servicemix.bundles</groupId> - <artifactId>org.apache.servicemix.bundles.archaius-core</artifactId> - <version>0.6.5_2-SNAPSHOT</version> - <packaging>bundle</packaging> - <name>Apache ServiceMix :: Bundles :: archaius-core</name> - <description> - Library for configuration management API by Netflix - </description> - - <properties> - <pkgGroupId>com.netflix.archaius</pkgGroupId> - <pkgArtifactId>archaius-core</pkgArtifactId> - <pkgVersion>0.6.5</pkgVersion> - <servicemix.osgi.export.pkg> - com.netflix.config - </servicemix.osgi.export.pkg> - <servicemix.osgi.import.pkg> - com.fasterxml.jackson.annotation, - com.fasterxml.jackson.core.type, - com.fasterxml.jackson.databind, - com.google.common.base*, - com.google.common.collect*, - javax.annotation, - javax.management, - javax.sql, - org.apache.commons.configuration*, - org.codehaus.jackson*, - org.slf4j* - </servicemix.osgi.import.pkg> - </properties> - - <dependencies> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>${pkgArtifactId}</artifactId> - <version>${pkgVersion}</version> - </dependency> - - <!-- sources --> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>${pkgArtifactId}</artifactId> - <version>${pkgVersion}</version> - <classifier>sources</classifier> - <optional>true</optional> - </dependency> - </dependencies> - - <build> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-shade-plugin</artifactId> - <executions> - <execution> - <phase>package</phase> - <goals> - <goal>shade</goal> - </goals> - <configuration> - <artifactSet> - <includes> - <include>${pkgGroupId}:${pkgArtifactId}</include> - </includes> - </artifactSet> - <filters> - <filter> - <artifact>${pkgGroupId}:${pkgArtifactId}</artifact> - <excludes> - <exclude>**</exclude> - </excludes> - </filter> - </filters> - </configuration> - </execution> - </executions> - </plugin> - </plugins> - </build> -</project> http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/24b05506/archaius-core-0.6.5/src/main/resources/OSGI-INF/bundle.info ---------------------------------------------------------------------- diff --git a/archaius-core-0.6.5/src/main/resources/OSGI-INF/bundle.info b/archaius-core-0.6.5/src/main/resources/OSGI-INF/bundle.info deleted file mode 100644 index 050718a..0000000 --- a/archaius-core-0.6.5/src/main/resources/OSGI-INF/bundle.info +++ /dev/null @@ -1,20 +0,0 @@ -\u001B[1mSYNOPSIS\u001B[0m - ${project.description} - - Original Maven URL: - \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m - -\u001B[1mDESCRIPTION\u001B[0m - Archaius includes a set of configuration management APIs used by Netflix. It provides the following functionalities: - - * Dynamic, Typed Properties - * High throughput and Thread Safe Configuration operations - * A polling framework that allows obtaining property changes of a Configuration Source - * A Callback mechanism that gets invoked on effective/"winning" property mutations (in the ordered hierarchy of Configurations) - * A JMX MBean that can be accessed via JConsole to inspect and invoke operations on properties - * Out of the box, Composite Configurations (with ordered hierarchy) for applications (and most web applications willing to use convention based property file locations) - * Implementations of dynamic configuration sources for URLs, JDBC and Amazon DynamoDB - * Scala dynamic property wrappers - -\u001B[1mSEE ALSO\u001B[0m - \u001B[36mhttps://github.com/Netflix/archaius\u001B[0m \ No newline at end of file http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/24b05506/archaius-core-0.7.5/pom.xml ---------------------------------------------------------------------- diff --git a/archaius-core-0.7.5/pom.xml b/archaius-core-0.7.5/pom.xml new file mode 100644 index 0000000..6ead0d4 --- /dev/null +++ b/archaius-core-0.7.5/pom.xml @@ -0,0 +1,116 @@ +<?xml version="1.0" encoding="UTF-8"?> +<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/xsd/maven-4.0.0.xsd"> + + <!-- + + 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. + --> + + <modelVersion>4.0.0</modelVersion> + + <parent> + <groupId>org.apache.servicemix.bundles</groupId> + <artifactId>bundles-pom</artifactId> + <version>13</version> + <relativePath>../bundles-pom/pom.xml</relativePath> + </parent> + + <groupId>org.apache.servicemix.bundles</groupId> + <artifactId>org.apache.servicemix.bundles.archaius-core</artifactId> + <version>0.7.5_1-SNAPSHOT</version> + <packaging>bundle</packaging> + <name>Apache ServiceMix :: Bundles :: archaius-core</name> + <description> + Library for configuration management API by Netflix + </description> + + <scm> + <connection>scm:git:https://git-wip-us.apache.org/repos/asf/servicemix-bundles.git</connection> + <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/servicemix-bundles.git</developerConnection> + <url>https://git-wip-us.apache.org/repos/asf?p=servicemix-bundles.git</url> + </scm> + + <properties> + <pkgGroupId>com.netflix.archaius</pkgGroupId> + <pkgArtifactId>archaius-core</pkgArtifactId> + <pkgVersion>0.7.5</pkgVersion> + <servicemix.osgi.export.pkg> + com.netflix.config + </servicemix.osgi.export.pkg> + <servicemix.osgi.import.pkg> + com.fasterxml.jackson.annotation, + com.fasterxml.jackson.core.type, + com.fasterxml.jackson.databind, + com.google.common.base*, + com.google.common.collect*, + javax.annotation, + javax.management, + javax.sql, + org.apache.commons.configuration*, + org.codehaus.jackson*, + org.slf4j* + </servicemix.osgi.import.pkg> + </properties> + + <dependencies> + <dependency> + <groupId>${pkgGroupId}</groupId> + <artifactId>${pkgArtifactId}</artifactId> + <version>${pkgVersion}</version> + </dependency> + + <!-- sources --> + <dependency> + <groupId>${pkgGroupId}</groupId> + <artifactId>${pkgArtifactId}</artifactId> + <version>${pkgVersion}</version> + <classifier>sources</classifier> + <optional>true</optional> + </dependency> + </dependencies> + + <build> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-shade-plugin</artifactId> + <executions> + <execution> + <phase>package</phase> + <goals> + <goal>shade</goal> + </goals> + <configuration> + <artifactSet> + <includes> + <include>${pkgGroupId}:${pkgArtifactId}</include> + </includes> + </artifactSet> + <filters> + <filter> + <artifact>${pkgGroupId}:${pkgArtifactId}</artifact> + <excludes> + <exclude>**</exclude> + </excludes> + </filter> + </filters> + </configuration> + </execution> + </executions> + </plugin> + </plugins> + </build> +</project> http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/24b05506/archaius-core-0.7.5/src/main/resources/OSGI-INF/bundle.info ---------------------------------------------------------------------- diff --git a/archaius-core-0.7.5/src/main/resources/OSGI-INF/bundle.info b/archaius-core-0.7.5/src/main/resources/OSGI-INF/bundle.info new file mode 100644 index 0000000..050718a --- /dev/null +++ b/archaius-core-0.7.5/src/main/resources/OSGI-INF/bundle.info @@ -0,0 +1,20 @@ +\u001B[1mSYNOPSIS\u001B[0m + ${project.description} + + Original Maven URL: + \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m + +\u001B[1mDESCRIPTION\u001B[0m + Archaius includes a set of configuration management APIs used by Netflix. It provides the following functionalities: + + * Dynamic, Typed Properties + * High throughput and Thread Safe Configuration operations + * A polling framework that allows obtaining property changes of a Configuration Source + * A Callback mechanism that gets invoked on effective/"winning" property mutations (in the ordered hierarchy of Configurations) + * A JMX MBean that can be accessed via JConsole to inspect and invoke operations on properties + * Out of the box, Composite Configurations (with ordered hierarchy) for applications (and most web applications willing to use convention based property file locations) + * Implementations of dynamic configuration sources for URLs, JDBC and Amazon DynamoDB + * Scala dynamic property wrappers + +\u001B[1mSEE ALSO\u001B[0m + \u001B[36mhttps://github.com/Netflix/archaius\u001B[0m \ No newline at end of file http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/24b05506/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 8710615..4de7b26 100644 --- a/pom.xml +++ b/pom.xml @@ -90,6 +90,7 @@ <module>spring-integration-core-4.3.10.RELEASE</module> <module>java_nats-0.7.1</module> <module>solr-solrj-6.6.0</module> + <module>archaius-core-0.7.5</module> </modules> </project>
