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 2014/07/31 13:13:12 UTC

[2/2] git commit: GORA-189 > Embrace all text-like parameters in generated Persistent subclasses by Compiler CharSequence

GORA-189  > Embrace all text-like parameters in generated Persistent subclasses by Compiler CharSequence


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

Branch: refs/heads/master
Commit: 22b5cf8e5bcd0c974167a1a5cf03a0771f30790a
Parents: 2cf5d4e
Author: Lewis John McGibbney <le...@jpl.nasa.gov>
Authored: Thu Jul 31 07:12:58 2014 -0400
Committer: Lewis John McGibbney <le...@jpl.nasa.gov>
Committed: Thu Jul 31 07:12:58 2014 -0400

----------------------------------------------------------------------
 CHANGES.txt | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/gora/blob/22b5cf8e/CHANGES.txt
----------------------------------------------------------------------
diff --git a/CHANGES.txt b/CHANGES.txt
index d790e32..4fdb83b 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -4,6 +4,8 @@
 
 Current Development 0.5-SNAPSHOT
 
+* GORA-189 Embrace all text-like parameters in generated Persistent subclasses by Compiler CharSequence (lewismc)
+
 * GORA-361 AvroUtils.deepClonePersistent needs to flush BinaryEncoder (Gerhard Gossen via hsaputra)
 
 * GORA-351 Multiple Slf4j logging implementations in parent pom.xml (lewismc)