[jboss-jira] [JBoss JIRA] (WFLY-2225) Mutated AtomicInteger/Long session attributes are not replicated

Paul Ferraro (JIRA) jira-events at lists.jboss.org
Sat Oct 5 11:36:02 EDT 2013


Paul Ferraro created WFLY-2225:
----------------------------------

             Summary: Mutated AtomicInteger/Long session attributes are not replicated
                 Key: WFLY-2225
                 URL: https://issues.jboss.org/browse/WFLY-2225
             Project: WildFly
          Issue Type: Bug
          Components: Clustering
    Affects Versions: 8.0.0.Beta1
            Reporter: Paul Ferraro
            Assignee: Paul Ferraro
             Fix For: 8.0.0.CR1


The logic in CacheMutator treats all Number subclasses as immutable.  However, AtomicInteger and AtomicLong both extend Number, but are mutable.

--
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


More information about the jboss-jira mailing list