Tomcat - please use Tomcat 7.0.65 .  Tomcat has a bug that should be fixed in release Tomcat 7.0.68.   See  

Known issues in Sakai 10

 

Release
Tool/Service
Ticket
Notes
10.3Announcements/NotificationsPlan to incorporate fix in Sakai 10.4. patch available at https://github.com/sakaiproject/sakai/pull/15.patch
10.0Samigo Test and Quizzes 
10.0Resources
10.0CKEditor

If you have to use IE (internet explorer browser) with this option you might consider making it IE 10 compatible , but please QA test it before you deploy. Here is the property - 
sakai.X-UA-Compatible=IE=EmulateIE10

10.0 - 10.7Lessons, Oracle

This issue affects schools using Sakai 10 , the Lessons tool, groups, and the Oracle database. It has been a problem since 10.0. It will be fixed in 10.8. However you can fix your instance of Sakai 10 by applying the following conversion script:

ALTER TABLE lesson_builder_groups ADD (tmpgroups CLOB);
UPDATE lesson_builder_groups SET tmpgroups=groups;
ALTER TABLE lesson_builder_groups DROP COLUMN groups;
ALTER TABLE lesson_builder_groups RENAME COLUMN tmpgroups TO groups;


Major change to events in Sakai 10

 

Release
Tool/Service
Ticket
Issue
10EventsSAM-658 - Update events in assessments ( Closed)Major change to events.


Open Jira tickets

For listings of all open issues see:

Blocker Critical Major Minor, trivial