2 Replies Latest reply on Dec 16, 2009 7:13 AM by jmesnil

    split utils package

    jmesnil

      org.hornetq.utils package contains utilities classes which are used by the client or the server, or both.

       

      I'll split it into 2 packages to make it clear what's part of the client API and what's not.

       

      From the top of my mind, we'd have

      org.hornetq.utils

        - Pair

        - SimpleString

      org.hornetq.server.utils

        - all other classes used by the server only