grnq / joid

Java OpenID = JOID OpenID providers and relying parties for OpenID 1.1 and 2.0
Other
4 stars 0 forks source link

Usage of TSIK #6

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Since TSIK is dormant, would it possible to remove the dependency on this
project and write your own version / use some other apache project?

References I saw in the code:
import org.apache.tsik.uuid.UUID;
replacement possibly?:
http://java.sun.com/j2se/1.5.0/docs/api/java/util/UUID.html

import org.apache.tsik.datatypes.Base64;
replacement possibly?:
http://commons.apache.org/codec/apidocs/org/apache/commons/codec/binary/Base64.h
tml

import org.apache.tsik.datatypes.DateTime;
replacement possibly?: 
http://java.sun.com/j2se/1.4.2/docs/api/java/text/SimpleDateFormat.html

Original issue reported on code.google.com by kaplin...@alum.bentley.edu on 29 Sep 2007 at 11:29

GoogleCodeExporter commented 9 years ago
Here is a patch that removes the tsik dependencies

Original comment by jher...@gmail.com on 17 Sep 2009 at 8:53

Attachments: