-
Notifications
You must be signed in to change notification settings - Fork 399
Roadmap
fge edited this page Feb 26, 2013
·
127 revisions
This page documents various features for future versions (2.2.x and beyond)
The main API is not fully tested. It is simple enough but needs testing nonetheless.
Right now it does not, you have to create a SyntaxProcessor
by hand. Sure, it is doable, but you lose $schema
detection -- or you have to duplicate it.
Configuration messages, in particular, could do with some method like:
T checkNotNull(final T value);
This check is done a lot in current code and grants this kind of shortcut.
Yes, still not done.
Milliseconds are legal. Right now the format attribute fails at validating that.
Some features are not demoed:
- syntax validation;
- reporting configuration;
- others?
Write examples for these.