I have a fix and will check it in. It means adding an interface InstanceMap and class InstanceMapImpl -- this is to able to say InstanceMap<?> and get the effect of ConcurrentMap<Key<?>, InstanceProvider<?>> where the two ? wildcards refer to the same type.
I'll try to grok a pattern from the other examples in order to add a Guice example/test.
--tim
Joe Walker-3 wrote:
Sorry I didn't spend enough time testing for backwards compat, and just
added the types in where I could - if you are happy to fix it, that's great
or you can tell me about problems.
We should perhaps add some Guice examples to DWR.WAR which should help
prevent some of this.