-
Notifications
You must be signed in to change notification settings - Fork 153
Commit
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -94,9 +94,15 @@ HPPC-117: A summary of API changes resulting from other issues. | |
|
||
* (HPPC-144): Several less-frequently used classes have been moved to | ||
a separate JAR file. See full description of HPPC-144 below. | ||
|
||
* (HPPC-145): Removed any "Open" infix from all classes: | ||
KTypeOpenHashSet -> KTypeHashSet | ||
KTypeVTypeOpenHashMap -> KTypeVTypeHashMap | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
dweiss
Author
Member
|
||
|
||
** New features | ||
|
||
HPPC-145: Removed any "Open" infix from all classes. | ||
|
||
HPPC-144: Moved certain esoteric key/value containers to a separate JAR. This | ||
JAR has an identical dependency as main HPPC jar, but is declared with | ||
an "esoteric" classifier. The following containers are included | ||
|
@dweiss any chance you could put out a maven release where the Open infixes still exist and are deprecated?
This breaking API change is causing some dependency issues for me because I use both elasticsearch and languagetool in the same project, which both depend on hppc.
I can make a fork and use a custom version of hppc, but I'd like to stay on maven central if possible, and it seems reasonable to me that hppc might have a release where both old and new names exist to make upgrading easier on users, so I thought I'd ask.
Thanks!