-
Notifications
You must be signed in to change notification settings - Fork 27
/
CHANGES.txt
37 lines (20 loc) · 1.15 KB
/
CHANGES.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
Gora Change Log
Trunk (unreleased changes):
* GORA-32. Map type with long values generates non-compilable Java class (Yves Langisch)
* GORA-29. Gora maven support (Ioannis Canellos via mattmann)
* GORA-31. jersey-json dependency not in repositories currently in ivysettings.xml (Marsall Pierce via hsaputra)
0.1-incubating release:
* INFRA-3038. Initial import of code.
* GORA-1. Organize source code for Apache. (enis)
* GORA-6. Add methods that take dataStoreClass instead of data store instance
to Gora{Input|Output}Format and Gora{Mapper|Reducer}. (enis)
* GORA-7. DataStoreFactory.createDataStore() should throw exceptions on
failure. (enis)
* GORA-15. Primitive types cannot be used as keys in DataStore. (enis)
* GORA-16. Create a tutorial for Gora. (enis)
* GORA-21. Commons-lang needs a configuration in gora-core/ivy/ivy.xml (jnioche)
* GORA-20. Flush datastore regularly (Alexis Detreglode via jnioche)
* GORA-23. Limit result set in store reads (Alexis Detreglode via hsaputra)
* GORA-25. Upgrade Gora-hbase to HBase 0.90.0 (ab)
* GORA-2. Create Gora web site (enis)
* GORA-5. Add champions and mentors to Gora website (hsaputra)