Hi,

I've changed the RequestCycle.set/getMetadata as well as
Application.set/getMetadata methods to take Object instead of
serializable. It doesn't make sense to require serializable arguments
for this data, that's the purpose of storing things in request cycle.
Unfortunately this breaks the binary compatibility as method signature
changes (I didn't realize this when committing).

Now the question is? Should I revert it? I know we try to maintain
binary compatibility between releases. On the other hand, this is a
rather small change and IMHO won't influence the vast majority of
users.

Anyway, I'm prepared to revert it, if others think i should.

-Matej

Reply via email to