You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gora.apache.org by le...@apache.org on 2016/01/09 00:22:58 UTC

gora git commit: GORA-291 Gora-core, unable to wire up packages not known in advance

Repository: gora
Updated Branches:
  refs/heads/master 0e6a30958 -> 15e659d5b


GORA-291 Gora-core, unable to wire up packages not known in advance


Project: http://git-wip-us.apache.org/repos/asf/gora/repo
Commit: http://git-wip-us.apache.org/repos/asf/gora/commit/15e659d5
Tree: http://git-wip-us.apache.org/repos/asf/gora/tree/15e659d5
Diff: http://git-wip-us.apache.org/repos/asf/gora/diff/15e659d5

Branch: refs/heads/master
Commit: 15e659d5b9a81817b96945d281ea610682507910
Parents: 0e6a309
Author: Lewis John McGibbney <le...@jpl.nasa.gov>
Authored: Fri Jan 8 15:25:52 2016 -0800
Committer: Lewis John McGibbney <le...@jpl.nasa.gov>
Committed: Fri Jan 8 15:25:52 2016 -0800

----------------------------------------------------------------------
 CHANGES.txt       | 14 +-------------
 gora-core/pom.xml |  1 +
 2 files changed, 2 insertions(+), 13 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/gora/blob/15e659d5/CHANGES.txt
----------------------------------------------------------------------
diff --git a/CHANGES.txt b/CHANGES.txt
index 33f1fb3..df9f38c 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -4,19 +4,7 @@
 
 Current Development
 
-* GORA-452 Upgrade goraci prior to Chef and the ComputeService implementations 
-
-* GORA-439 Remove Unused Method Parameters (Furkan KAMACI)
-
-* GORA-240 Tests for MemStore (lewismc)
-  
-* GORA-446 java.util.NoSuchElementException thrown by accessing java.util.concurrent.ConcurrentSkipListMap.firstKey in MemStore (lewismc)
- 
-* GORA-125 Clean up logging libraries (lewismc)
-
-* GORA-441 Update build.gradle within gora-gradle-plugin to reference canonical Apache links (lewismc)
-
-* GORA-438 Erroneous Exception Message at IOUtils.java (Furkan KAMACI via lewismc)
+Release Report to go here
 
 Apache Gora 0.6.1 Release - 05/09/2015 (dd/mm/yyyy)
 Release Report - http://s.apache.org/l69

http://git-wip-us.apache.org/repos/asf/gora/blob/15e659d5/gora-core/pom.xml
----------------------------------------------------------------------
diff --git a/gora-core/pom.xml b/gora-core/pom.xml
index 3b7c402..d0e4c67 100644
--- a/gora-core/pom.xml
+++ b/gora-core/pom.xml
@@ -51,6 +51,7 @@
 
   <properties>
     <osgi.import>*</osgi.import>
+    <osgi.dynamic.import>*<osgi.dynamic.import>
     <osgi.export>org.apache.gora*;version="${project.version}";-noimport:=true</osgi.export>
   </properties>