|
Version 0.5
released!
The JSDSI team are pleased to announce the latest release of our SPKI/SDSI implementation.
See
here
for the full list of changes, but by way of a summary:
-
JSDSI now uses Maven for builds.
-
We've reorganized the directory structure for best use by Maven.
-
Added the
jsdsi.util
package (stability: semi-stable, maintainer: Sean Radford).
-
Added
jsdsi.ldap
package (stability: experimental, maintainer: Luis Pedro).
-
Added
jsdsi.xml
package (stability: experimental, maintainer: SameerAjmani). Does not yet follow any standard XML schema.
-
Added
jsdsi.sexp.SexpInput
and
jsdsi.sexp.SexpOutput
interfaces, and refactored
jsdsi.sexp.SexpInputStream
,
jsdsi.sexp.SexpOutputStream
,
jsdsi.xml.XmlReader
, and
jsdsi.xml.XmlWriter
to use these interfaces.
-
Extended S2X utility to support XML input and output.
-
Fixed tag intersection bug for SetTag.
-
Added ReversePrefixTag type.
-
Added
jsdsi.Obj#toString(int,int,int)
and
jsdsi.Obj#toTransport()
convenience methods.
-
Added JUnit tests for S-expression marshalling and LDAP.
-
jsdsi.Obj
now implements
java.io.Serializable
Welcome to the new Mavenised JSDSI project!
We are moving to a better and more controlled build process, including versioning of our
file releases - the first being 0.5. We will produce SNAPSHOT's of the CVS version at regular
intervals (as and when we get time) - hopefully, we'll get around to automating it s
hortly.
|