Author: desruisseaux
Date: Thu Jan 9 17:46:44 2014
New Revision: 1556898
URL: http://svn.apache.org/r1556898
Log:
Removed the note about AbstractIdentifiedObject aliases being lost, since the
issue
has been identified by Guilhem Legal (JAXB-488) and a workaround implemented.
Modified:
sis/site/trunk/content/branches.mdtext
Modified: sis/site/trunk/content/branches.mdtext
URL:
http://svn.apache.org/viewvc/sis/site/trunk/content/branches.mdtext?rev=1556898&r1=1556897&r2=1556898&view=diff
==============================================================================
--- sis/site/trunk/content/branches.mdtext [UTF-8] (original)
+++ sis/site/trunk/content/branches.mdtext [UTF-8] Thu Jan 9 17:46:44 2014
@@ -102,10 +102,6 @@ or being able to handle information that
Since uncaught exceptions on JDK7 branch were expected to be bugs, the
broad exception handling on JDK6 branch
may make some potential SIS bugs slightly more difficult to identify.
- * When (un)marshalling instances of
`org.apache.sis.referencing.AbstractIdentifiedObject`,
- aliases are lost on the JDK6 branch while they are property (un)marshalled
on the JDK7 branch.
- This is because of an issue with the JAXB implementation bundled in JDK6.
-
Regarding all above points, the trunk is identical to the JDK6 branch.