Feature #148
Remove Jena dependency in date types
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
fixed
Description
The date types of gYear, gMonth, gDay, gMonthDay and gYearMonth are using Jena XSD classes to wrap the fields in a java.util.Calendar object, despite parsing everything themselves. The work is redundant, and it is creating an artificial dependence on Jena code. This should be removed.
Updated by Paula Gearon over 14 years ago
- Status changed from New to Closed
- Resolution set to fixed
This will be in the 2.0.6 release