-
Notifications
You must be signed in to change notification settings - Fork 25
ReleaseNotes
Jussi Malinen edited this page May 15, 2013
·
10 revisions
The distributions are available from the download page or through the Maven central repository.
This release adds possibility for using overloaded method definitions in AnnotationLibrary.
ID | Priority | Summary |
---|---|---|
Issue 4 | High | support using overloaded methods to implement a keyword for AnnotationLibrary |
JavaLibcore 1.0.3 fixes a critical issue that prevented annotations from working if the library was in a path with spaces. This release also fixes a bug in type conversions which could force arguments to null.
All fixes and enhancements in 1.0.3:
ID | Priority | Summary |
---|---|---|
Issue 6 | Critical | Annotation library does not find keywords from paths with url encoded characters |
Issue 5 | High | arguments are changed to null when passed to a parameter type other than Integer, String, Double or Long |
Altogether 2 issues.
JavaLibcore 1.0.1 is the first public 1.0 release. It removes the support for SpringLibrary and CompositeLibrary. The dependencies have been simplified as a result greatly.