Added LightOptionParser, NullOutputStream, bugfixes.
LightOptionParser ----------------- Lightweight, fairly featureful option parsing mechanism idiomatic to Groovy. Takes in a map of parameter definitions and returns a map of option values and arguments. NullOutputStream ---------------- Ignores all data sent its way. ParameterizedSocket ------------------- Added trace and debug logging to the message handling code. SmartConfig ----------- Fixed a bug where a property lookup on a non-existent property with no default given caused a null pointer exception trying to resolve the class of the default value.
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
#Thu, 22 Nov 2012 14:39:26 -0600
|
||||
#Tue, 27 Nov 2012 08:38:33 -0600
|
||||
name=jdb-util
|
||||
version=1.7
|
||||
version=1.8
|
||||
lib.local=true
|
||||
|
||||
build.number=16
|
||||
build.number=2
|
||||
|
Reference in New Issue
Block a user