Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Had a discussion with Antranig on HTML vs XHTML to support MathML in FireFox. He indicates that this differences is likely to be in the response header some where.

Aug. 11, 2008

Downloaded and installed the current Sakai trunk, currently headed towards a 2.6.0 release with code freeze at the end of Sept. 2008. This code uses the new K1 kernel, which means that several maven changes are needed. The two biggest changes are:

  1. The version of the maven base refers to the next release of Sakai now.
  2. Dependencies on several framework services are now merged into a few kernel dependencies.

Versioning:

Code Block
xml
xml

  <parent>
    <artifactId>calendar-base</artifactId>
    <groupId>org.sakaiproject</groupId>
    <version>2.6.0RC1-SNAPSHOT</version>
    <relativePath>../../pom.xml</relativePath>
  </parent>

The following services are now bundled into the kernel build:

  • alias/
  • authz/
  • cluster/
  • component/
  • content/
  • db/
  • email/
  • entity/
  • event/
  • exception/
  • i18n/
  • id/
  • javax/
  • jcr/
  • log/
  • memory/
  • site/
  • springframework/
  • thread_local/
  • time/
  • tool/
  • user/
  • util/
  • webapp/

Converted all POMs to use use K1 dependencies.
Superficial test of both Sousa Page and Sequencer both seem to work.

Created a branch for 2.5.x sousa by copying the current trunk before checking in 2.6.0 changes.