ParagraphRendererManager is not compatible with JDK 1.4.2
---------------------------------------------------------
Key: MAGNOLIA-1521
URL: http://jira.magnolia.info/browse/MAGNOLIA-1521
Project: Magnolia
Issue Type: Bug
Components: core
Affects Versions: 3.1 M2
Reporter: Anthony Ogier
Assigned To: Sameer Charles
Attachments: ParagraphRendererManager.java.patch
The ParagraphRendererManager uses IllegalStateException with constructor
IllegalStateException(String message, Throwable cause) which is only since
1.5, see
http://java.sun.com/j2se/1.5.0/docs/api/java/lang/IllegalStateException.html
This results in the fact that Magnolia seems to be no more compatible with JDK
1.4.2.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.magnolia.info/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
----------------------------------------------------------------
for list details see
http://www.magnolia.info/en/developer.html
----------------------------------------------------------------