-
Notifications
You must be signed in to change notification settings - Fork 160
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
VALIDATOR-390: remove FastHashMap and replace with ConcurrentHashMap #133
VALIDATOR-390: remove FastHashMap and replace with ConcurrentHashMap #133
Conversation
@LoreScianatico |
How do I check binary compatibility? |
How can we get rid of FastHashMap? It's not even present in newest commons-collections |
You have to know the Java language, or let this build check for you, in this case, a break of BC will cause the build to fail. |
You can't "get rid" of it within a minor release. A major release can choose to break BC, which then comes along with a change in package name and Maven coordinates. |
Ok, this is clear (and useful). Is there any plan for a major release? |
Not yet, there are other Apache Commons components that need attention first. |
All right... I guess beanutils is one of those components. Is there any roadmap where I can pick stuff to contribute? |
There is no Commons-wide roadmap, it's what you can see on the developer's mailing list. You can also look at Jira. |
No description provided.