Author: pauls
Date: Thu Feb 27 23:28:25 2020
New Revision: 1874597
URL: http://svn.apache.org/viewvc?rev=1874597&view=rev
Log:
Switch to git
Removed:
felix/trunk/bundlerepository/
felix/trunk/bundlerepository.osgi-ct/
felix/trunk/check_staged_release.sh
felix/trunk/configadmin/
felix/trunk/configadmin-plugins/
felix/trunk/configurator/
felix/trunk/connect/
felix/trunk/converter/
felix/trunk/coordinator/
felix/trunk/dependencymanager/
felix/trunk/deploymentadmin/
felix/trunk/deviceaccess/
felix/trunk/doap/
felix/trunk/eventadmin/
felix/trunk/examples/
felix/trunk/fileinstall/
felix/trunk/fileinstall-plugins/
felix/trunk/framework/
felix/trunk/framework.security/
felix/trunk/gogo/
felix/trunk/healthcheck/
felix/trunk/http/
felix/trunk/httplite/
felix/trunk/installers/
felix/trunk/inventory/
felix/trunk/io/
felix/trunk/ipojo/
felix/trunk/jaas/
felix/trunk/jmood/
felix/trunk/jmxintrospector/
felix/trunk/log/
felix/trunk/log.extension/
felix/trunk/logback/
felix/trunk/main/
felix/trunk/main.distribution/
felix/trunk/metatype/
felix/trunk/mishell/
felix/trunk/mosgi/
felix/trunk/org.apache.felix.daemon/
felix/trunk/org.osgi.service.obr/
felix/trunk/pom/
felix/trunk/prefs/
felix/trunk/resolver/
felix/trunk/rootcause/
felix/trunk/scr/
felix/trunk/scr-compat/
felix/trunk/scr-ext-anno/
felix/trunk/service/
felix/trunk/shell/
felix/trunk/shell.gui/
felix/trunk/shell.gui.plugin/
felix/trunk/shell.remote/
felix/trunk/shell.tui/
felix/trunk/stage_existing_artifact.sh
felix/trunk/systemready/
felix/trunk/threaddump/
felix/trunk/tools/
felix/trunk/transaction/
felix/trunk/upnp/
felix/trunk/useradmin/
felix/trunk/utils/
felix/trunk/webconsole/
felix/trunk/webconsole-l10n/
felix/trunk/webconsole-plugins/
felix/trunk/wireadmin/
Modified:
felix/trunk/README.md
Modified: felix/trunk/README.md
URL:
http://svn.apache.org/viewvc/felix/trunk/README.md?rev=1874597&r1=1874596&r2=1874597&view=diff
==============================================================================
--- felix/trunk/README.md (original)
+++ felix/trunk/README.md Thu Feb 27 23:28:25 2020
@@ -1,63 +1,22 @@
-# Apache Felix
+# Apache Felix main repository (obsolete)
-The **Apache Felix** project is a collection of semi-related **OSGi**
sub-projects that build and release individually.
+This repository used to contain the Apache Felix git mirror. With the
migration to Git
+the content is out of date and should not be relied upon.
-## Felix Framework
+This old repository is still kept as an index to the current git repositories.
The last (now stale) state before the migration can be found in the archived
branch.
-The flagship project is the **Apache Felix Framework** which implements the
[**OSGi Core R7**](https://osgi.org/specification/osgi.core/7.0.0/)
specification. The `/framework` directory contains the source and build tree
for the **OSGi**-compliant
-framework implementation.
+Note that all git repositories have been migrated with history, so there
should be no reason to clone this repository.
-Directly related projects:
-
-- **main** `/main*` - provides an executable jar that launches the Felix
framework.
-
-## OSGi Compendium
-
-Several sub-projects cover various **OSGi Compendium** specifications such as:
-
-- [**Configuration
Admin**](https://osgi.org/specification/osgi.cmpn/7.0.0/service.cm.html)
`/configadmin`
--
[**Configurator**](https://osgi.org/specification/osgi.cmpn/7.0.0/service.configurator.html)
`/configurator`
--
[**Converter**](https://osgi.org/specification/osgi.cmpn/7.0.0/util.converter.html)
`/converter`
--
[**Coordinator**](https://osgi.org/specification/osgi.cmpn/7.0.0/service.coordinator.html)
`/coordinator`
-- [**Deployment
Admin**](https://osgi.org/specification/osgi.cmpn/7.0.0/service.deploymentadmin.html)
`/deploymentadmin`
-- [**Device
Access**](https://osgi.org/specification/osgi.cmpn/7.0.0/service.device.html)
`/deviceaccess`
-- [**Declarative
Services**](https://osgi.org/specification/osgi.cmpn/7.0.0/service.component.html)
`/scr*`
-- [**Event
Admin**](https://osgi.org/specification/osgi.cmpn/7.0.0/service.event.html)
`/eventadmin`
-- [**Http
Service**](https://osgi.org/specification/osgi.cmpn/7.0.0/service.http.html)
`/http`
-- [**Http
Whiteboard**](https://osgi.org/specification/osgi.cmpn/7.0.0/service.http.whiteboard.html)
`/http`
-- [**IO**](https://osgi.org/specification/osgi.cmpn/7.0.0/service.io.html)
`/io`
-- [**Log
Service**](https://osgi.org/specification/osgi.cmpn/7.0.0/service.log.html)
`/log*`
--
[**Metatype**](https://osgi.org/specification/osgi.cmpn/7.0.0/service.metatype.html)
`/metatype`
--
[**Preferences**](https://osgi.org/specification/osgi.cmpn/7.0.0/service.prefs.html)
`/prefs`
--
[**Resolver**](https://osgi.org/specification/osgi.core/7.0.0/service.resolver.html)
`/resolver`
-- [**UPnP**](https://osgi.org/specification/osgi.cmpn/7.0.0/service.upnp.html)
`/upnp`
-- [**User
Admin**](https://osgi.org/specification/osgi.cmpn/7.0.0/service.useradmin.html)
`/useradmin`
-- [**Wire
Admin**](https://osgi.org/specification/osgi.cmpn/7.0.0/service.wireadmin.html)
`/wireadmin`
-
-## Extra Features
-
-Several projects provide extra features to an OSGi runtime.
-
-- **bundle repository** `/bundlerepository` - Bundle repository service.
-- **connect** `/connect` - A service registry that enables OSGi style service
registry programs without using an OSGi framework.
-- **dependency manager** `/dependencymanager` - A versatile java API, allowing
to declaratively
- register, acquire, and manage dynamic OSGi services.
-- **fileinstall** `/fileinstall*` - A utility to automatically install bundles
from a directory.
-- **gogo** `/gogo` - A command line shell, runtime and set of base commands
for interacting with and introspecting an OSGi framework.
-- **health checks** `/healthcheck/*` - An extensible framework to monitor the
status of the OSGi container at runtime. (contains **systemready**)
-- **inventory** `/inventory` - Provides some mechanisms to get the current
state of the system and therefore provides an inventory of the system.
-- **ipojo** `/ipojo` - A *service component runtime* aiming to simplify OSGi
application development.
-- **jaas support** `/jaas` - Bundle to simplify JAAS usage within OSGi
environment.
-- **logback** `/logback` - A simple integration of the OSGi R7 Log (1.4)
service to Logback backend.
-- **rootcause** `/rootcause` - Finding the root cause of problems with OSGi
declarative services components.
-- **utils** `/utils` - Utility classes for OSGi (intended for embedding within
other bundles.)
-- **webconsole** `/webconsole*` - Web Based Management Console for OSGi
Frameworks.
-- and many other **OSGi** things
+Please do not open pull requests, they will be ignored.
-## Build tools
+## New Code Location
-The `/tools` directory contains various build tools.
+The Apache Felix code has been migrated to:
-- **maven-bundle-plugin** `/tools/maven-bundle-plugin` - A maven plugin for
building **OSGi** bundles.
-- **osgicheck-maven-plugin** `/tools/osgicheck-maven-plugin` - Maven plugin
for checking several OSGi aspects of your project.
+[Felix Dev](https://github.com/apache/felix-dev)
+The Apache Felix Atomos code can be found at:
+
+[Felix Atomos](https://github.com/apache/felix-atomos)
+
+For more information about the Apache Felix project see the [project
information](https://felix.apache.org).