Issue Details (XML | Word | Printable)

Key: OSGI-401
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Costin Leau
Reporter: Andy Piper
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Spring OSGi

collections should honour interfaces parameter and not proxy greedily by default.

Created: 06/Mar/08 09:21 AM   Updated: 25/Apr/08 02:56 PM
Component/s: CORE
Affects Version/s: 1.0.1
Fix Version/s: 1.1 M2

Time Tracking:
Not Specified

Issue Links:
Related
 


 Description  « Hide
Right now the greedy proxying is on by default for collections and off by default for references. I think they should both be off by default.
Right now you cannot control what interfaces actually get used in a collection.

 All   Comments   Work Log   Change History   FishEye   Related Builds      Sort Order: Ascending order - Click to sort in descending order
Andy Piper added a comment - 06/Mar/08 09:32 AM
StaticServiceProxyCreator.discoverProxyClasses should probably also exclude classes with final methods and classes that do not expose any further public methods than the provided interfaces.