-
Notifications
You must be signed in to change notification settings - Fork 10
Road Map
ghelmling edited this page Sep 13, 2010
·
1 revision
This release will focus mainly on cleaning up the APIs and adding more flexibility in configuration. Some targeted ideas are:
- Simplify
Query
class with a more natural builder syntax and eliminate the need for exposingQueryOpts
- Easier (and more intuitive) indication of index expressions for queries
- Consistent annotations
- Break apart some static coupling and support configuration and composition via Google Guice
- Better test coverage
Initial code cleanup and release from code used for a project at Meetup. Everything works, but the code structure and API is pretty limited to our own needs.