I'm really getting lost trying to avoid deprecated...
# arrow
d
I'm really getting lost trying to avoid deprecated things in the alpha version... it seems like there's still docs lingering around that might not be 2.0... is the 2.0 snapshot also production ready? Maybe for a project newly adapting Arrow, we should go straight for that instead of suffering from all the clutter in the alpha version?
s
Sadly 2.0.0-SNAPSHOT also still has many of the deprecated methods 😕
d
Oh... I would have thought that the point of 1.2.x was just that... to migrate to 2.0 that's completely clean from all the old code.
Now, I'm really waiting for that new documentation!
s
That work is just behind, we haven't finished removing all the deprecated code on the SNAPSHOT since it makes merging
main
more painful
The
arrow-2
branch was originally for experimenting alongside
main
, and since then we've back-ported all changes to
main
and kept merging
main
back into
arrow-2