Hi Mat,

Matt Benson wrote:

> This probably just exemplifies why we need to change the package name.

not necessarily. As long as that what's in collections-3 is binary
compatible with collections 2.x we can have it this way. However, we can
add a collection-legacy-3 for that stuff that has been removed and provide
it as thin layer, e.g.

@Deprecation
OrderedHashMap extends LinkedHashMap {
...
}

- Jörg




---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org

Reply via email to