Ticket #148 (closed task: fixed)

Opened 2 months ago

Last modified 1 month ago

Remove Jena dependency in date types

Reported by: pag Assigned to: pag
Priority: minor Milestone: SPARQL Query Engine
Component: Mulgara Version: 2.1.0
Keywords: Cc:

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.

Change History

10/07/08 12:32:35 changed by pag

  • status changed from new to closed.
  • resolution set to fixed.

This will be in the 2.0.6 release

10/09/08 17:18:20 changed by ronald

The fix occurred in r1267.