Deprecated In Groovy 2.1.X but where to find explanation and alternatives? -


i see there many deprecated methods , fields in gdk (http://groovy.codehaus.org/api/deprecated-list.html).

for example, defaultgroovymethods.withobjectinputstream{} deprecated now.

i need understand alternatives (the new ways) deprecated stuff.

anyone has clues on find more info on deprecated stuff?

yes can see, there move defaultgroovymethods bit shorter (as turning huge monolithic static class).

so methods have been moved logically grouped classes , originals deprecated (but call new location existing code tied dgm still work now)

i believe idea remove these deprecated methods.


Comments

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -