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

Michael Semb Wever updated CASSANDRA-16931:
-------------------------------------------
    Fix Version/s: 4.1

> Improvements to @Shared annotation
> ----------------------------------
>
>                 Key: CASSANDRA-16931
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-16931
>             Project: Cassandra
>          Issue Type: Improvement
>          Components: Test/dtest/java
>            Reporter: Benedict Elliott Smith
>            Assignee: Benedict Elliott Smith
>            Priority: Normal
>             Fix For: 4.1, 4.x
>
>
> To support CEP-10 it is necessary to expand our functionality for selectively 
> sharing classes between class loaders. This ticket introduces functionality 
> to specify various recursive scopes of sharing, so that you may specify that 
> any transitive dependencies of the class or interface may be also shared. 
> That is, you may specify that those types necessary to implement or invoke 
> methods on the class or interface must also be shared, that inner classes and 
> types may also be shared, and that parent classes (and their inner classes 
> and API dependencies) may also be shared.
> Additionally, validation has been added to ensure that the specified sharing 
> level encompasses the transitive closure of classes that will need to be 
> loaded to use a class.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to