[jboss-jira] [JBoss JIRA] (WFLY-9497) Add clustering externalizers for common JDK abstract classes

Paul Ferraro (JIRA) issues at jboss.org
Wed Nov 1 11:23:00 EDT 2017


     [ https://issues.jboss.org/browse/WFLY-9497?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Paul Ferraro updated WFLY-9497:
-------------------------------
    Description: 
A number of JDK objects are common in a web session, where the implementation class is private or unimportant.  Our current ObjectTable implementation chooses its externalizer based on the implementation class, so some modifications are required to accept externalizers whose target class is abstract.
e.g. TimeZone, ZoneId, Calendar

  was:e.g. TimeZone, ZoneId, Calendar



> Add clustering externalizers for common JDK abstract classes
> ------------------------------------------------------------
>
>                 Key: WFLY-9497
>                 URL: https://issues.jboss.org/browse/WFLY-9497
>             Project: WildFly
>          Issue Type: Feature Request
>          Components: Clustering
>    Affects Versions: 11.0.0.Final
>            Reporter: Paul Ferraro
>            Assignee: Paul Ferraro
>             Fix For: 12.0.0.Alpha1
>
>
> A number of JDK objects are common in a web session, where the implementation class is private or unimportant.  Our current ObjectTable implementation chooses its externalizer based on the implementation class, so some modifications are required to accept externalizers whose target class is abstract.
> e.g. TimeZone, ZoneId, Calendar



--
This message was sent by Atlassian JIRA
(v7.5.0#75005)


More information about the jboss-jira mailing list