-
Notifications
You must be signed in to change notification settings - Fork 398
Roadmap
fge edited this page Mar 5, 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.
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.
There is no reason for the production of these to be JsonNode
s. The selection algorithm is fixed. What is more, making them POJOs will allow them to be more easily reused.
Can it have uses? How would it be done?