There is some old code that we have in our code base which extended MarkerIgnoringBase
. Since we are in the process of migrating, I added the dependency in maven of 2.0.0-alpha1
.
But the class MarkerIgnoringBase, I see has been deprecated. Just wanted to know that is there any direct alternatives to this class, if not direct or at least something remotely similar that I can use. I tried some of its sub-classes, but they seem to be completely different.
Also there is very little documentation that I can find saying this has been deprecated and what to use instead.