Index: /FCKeditor.Java/trunk/java-core/pom.xml
===================================================================
--- /FCKeditor.Java/trunk/java-core/pom.xml	(revision 3527)
+++ /FCKeditor.Java/trunk/java-core/pom.xml	(revision 3528)
@@ -178,4 +178,22 @@
 				</reportSets>
 			</plugin>
+			<plugin>
+				<groupId>org.codehaus.mojo</groupId>
+				<artifactId>clirr-maven-plugin</artifactId>
+				<version>2.2.2</version>
+				<configuration>
+					<comparisonVersion>2.4.1</comparisonVersion>
+					<minSeverity>info</minSeverity>
+				</configuration>
+			</plugin>
+			<plugin>
+				<groupId>org.codehaus.mojo</groupId>
+				<artifactId>javancss-maven-plugin</artifactId>
+				<version>2.0-beta-2</version>
+				<configuration>
+					<forceEncoding>${project.build.sourceEncoding}</forceEncoding>
+					<lineThreshold>15</lineThreshold>
+				</configuration>
+			</plugin>
 		</plugins>
 	</reporting>
Index: /FCKeditor.Java/trunk/java-core/src/main/java/net/fckeditor/connector/Dispatcher.java
===================================================================
--- /FCKeditor.Java/trunk/java-core/src/main/java/net/fckeditor/connector/Dispatcher.java	(revision 3527)
+++ /FCKeditor.Java/trunk/java-core/src/main/java/net/fckeditor/connector/Dispatcher.java	(revision 3528)
@@ -234,5 +234,4 @@
 			ServletFileUpload upload = new ServletFileUpload(factory);
 			try {
-				@SuppressWarnings("unchecked")
 				List<FileItem> items = upload.parseRequest(request);
 				// We upload just one file at the same time
Index: /FCKeditor.Java/trunk/src/site/apt/upgrade_notes.apt.vm
===================================================================
--- /FCKeditor.Java/trunk/src/site/apt/upgrade_notes.apt.vm	(revision 3527)
+++ /FCKeditor.Java/trunk/src/site/apt/upgrade_notes.apt.vm	(revision 3528)
@@ -29,5 +29,7 @@
  viable to know which changes may/will break or affect your current deployment.
  Thus this notes should be taken as advice on which changes you should really pay
- attention.
+ attention.\
+ Please refer to the {{{java-core/clirr-report.html}Clirr report}} for a more
+ detailed view of binary and API changes between the current and previous release.
 
 * Upgrading from 2.4.x
Index: /FCKeditor.Java/trunk/src/site/site.xml
===================================================================
--- /FCKeditor.Java/trunk/src/site/site.xml	(revision 3527)
+++ /FCKeditor.Java/trunk/src/site/site.xml	(revision 3528)
@@ -62,8 +62,12 @@
 					href="/java-core/project-reports.html" collapse="true">
 					<item name="JavaDocs" href="/java-core/apidocs/index.html" />
+					<item name="Clirr Report" 
+						href="/java-core/clirr-report.html" />
 					<item name="Surefire Report"
 						href="/java-core/surefire-report.html" />
 					<item name="Cobertura Test Coverage"
 						href="/java-core/cobertura/index.html" />
+					<item name="JavaNCSS Report"
+						href="/java-core/javancss.html" />
 					<item name="Source Xref" 
 						href="/java-core/xref/index.html" />
