You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@directory.apache.org by "Emmanuel Lecharny (JIRA)" <ji...@apache.org> on 2013/06/24 17:58:20 UTC

[jira] [Resolved] (DIRSERVER-1865) Latest Java 7u25 breaks org.apache.directory.server.core.avltree.ArrayMarshaller and AvlTreeMarshaller

     [ https://issues.apache.org/jira/browse/DIRSERVER-1865?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Emmanuel Lecharny resolved DIRSERVER-1865.
------------------------------------------

    Resolution: Won't Fix

1.5.5. is 4 years old, and not maintained anymore.
                
> Latest Java 7u25 breaks org.apache.directory.server.core.avltree.ArrayMarshaller and AvlTreeMarshaller
> ------------------------------------------------------------------------------------------------------
>
>                 Key: DIRSERVER-1865
>                 URL: https://issues.apache.org/jira/browse/DIRSERVER-1865
>             Project: Directory ApacheDS
>          Issue Type: Bug
>          Components: core
>    Affects Versions: 1.5.5
>            Reporter: Art O Cathain
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> Easiest solution is to remove the offending debug log lines
> Index: core-avl/src/main/java/org/apache/directory/server/core/avltree/ArrayMarshaller.java
> ===================================================================
> --- core-avl/src/main/java/org/apache/directory/server/core/avltree/ArrayMarshaller.java	(revision 1496016)
> +++ core-avl/src/main/java/org/apache/directory/server/core/avltree/ArrayMarshaller.java	(working copy)
> @@ -150,7 +150,6 @@
>       */
>      public ArrayTree<E> deserialize( byte[] data ) throws IOException
>      {
> -        LOG.debug( "Deserializing the tree, called by {}", Reflection.getCallerClass( 2 ).getSimpleName() );
>  
>          try
>          {
> Index: core-avl/src/main/java/org/apache/directory/server/core/avltree/AvlTreeMarshaller.java
> ===================================================================
> --- core-avl/src/main/java/org/apache/directory/server/core/avltree/AvlTreeMarshaller.java	(revision 1496016)
> +++ core-avl/src/main/java/org/apache/directory/server/core/avltree/AvlTreeMarshaller.java	(working copy)
> @@ -185,7 +185,6 @@
>       */
>      public AvlTree<E> deserialize( byte[] data ) throws IOException
>      {
> -        LOG.debug( "Deserializing the tree, called by {}", Reflection.getCallerClass( 2 ).getSimpleName() );
>  
>          try
>          {

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira