Details
-
Task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
0.7.0
-
None
Description
As discussed on the list we should update the package names sooner rather than later. This issue is meant to track the progress of that task.
To see what packages need conversion, use:
find . -name brooklyn | grep -v target | grep -v org/apache/brooklyn | grep -v com/acme/sample
To look for stale items in a project once you think you've updated, the following can be useful (it's imperfect, but handy):
grep -r "[^e].brooklyn[^\w]" . | grep -v import | grep -v artifactId
In some cases, split packages are being addressed by this refactoring. (hzbarcea@gmail.com is there a separate issue for that?)
To minimize interference I added the list of subprojects. Please add your name to the module you want to take care of so others would know you are taking care of it. I'd suggest adding a check mark to what's already done and committed (v) and a (userid) for wip. Note however that things may not have been updated, so also use the command above.
(v) ./api/ ./camp/camp-base/ ./camp/camp-server/ (v) ./camp/ (hadrian) ./core/ (v) ./core/src/test/dependencies/osgi/entities/ (v) ./core/src/test/dependencies/osgi/more-entities-v1/ (v) ./core/src/test/dependencies/osgi/more-entities-v2-evil-twin/ (v) ./core/src/test/dependencies/osgi/more-entities-v2/ ./examples/global-web-fabric/ (v) ./examples/ (v) ./examples/simple-messaging-pubsub/ (v) ./examples/simple-nosql-cluster/ (v) ./examples/simple-web-cluster/ (v) ./examples/webapps/hello-world-sql/ (v) ./examples/webapps/hello-world-webapp/ (v) ./examples/webapps/ ./locations/jclouds/ (v) ./parent/ ./policy/ ./ (v) ./sandbox/cassandra-multicloud-snitch/ (v) ./sandbox/database/ (v) ./sandbox/extra/ (v) ./sandbox/mobile-app/ (v) ./sandbox/monitoring/ (v) ./sandbox/nosql/ ./software/base/ ./software/database/ ./software/messaging/ ./software/monitoring/ ./software/network/ ./software/nosql/ ./software/osgi/ ./software/webapp/ ./storage/hazelcast/ ./usage/all/ ./usage/archetypes/quickstart/ ./usage/archetypes/quickstart/src/brooklyn-sample/ ./usage/archetypes/quickstart/src/main/resources/archetype-resources/ ./usage/archetypes/quickstart/src/test/resources/projects/integration-test-1/reference/ ./usage/archetypes/quickstart/target/classes/archetype-resources/ ./usage/archetypes/quickstart/target/test-classes/projects/integration-test-1/project/brooklyn-sample/ ./usage/archetypes/quickstart/target/test-classes/projects/integration-test-1/reference/ (v) ./usage/camp/ (v) ./usage/cli/ (v) ./usage/dist/ ./usage/downstream-parent/ ./usage/jsgui/ ./usage/launcher/ ./usage/logback-includes/ ./usage/logback-xml/ (v) ./usage/qa/ (v) ./usage/rest-api/ ./usage/rest-client/ (v) ./usage/rest-server/ (v) ./usage/test-support/ ./utils/common/ ./utils/groovy/ ./utils/jmx/jmxmp-ssl-agent/ ./utils/jmx/jmxrmi-agent/ (v) ./utils/rest-swagger/ ./utils/test-support/