Hi,
I am currently working for some kind of dynamic created services.
All these services will be children for a container, but I do not
know how much there will be. The problem with the AbstractContainer
is that it creates a StaticBucketMap with a fixed size of 255 (default) buckets for the hint map. Even more, the has table itself
should never be filled to that level at all. So I would like to
select my own Map used for the implementation. My patch refactores
this out into a protected createHintMap function and changes any
unnecessary cast to StaticBucketMap into Map.
Please apply. Diff attached, but also below, since we had problems with attachments lately.
Your patch has been applied. I appologize for the delay.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
