Skip to content

jar: Replace incorrect use of computeIfAbsent in putResource#3904

Merged
bjhargrave merged 2 commits into
bndtools:masterfrom
bjhargrave:issues/3903
Apr 10, 2020
Merged

jar: Replace incorrect use of computeIfAbsent in putResource#3904
bjhargrave merged 2 commits into
bndtools:masterfrom
bjhargrave:issues/3903

Conversation

@bjhargrave

Copy link
Copy Markdown
Member

We may need to make multiple modifications to the directories map when
adding a resource. computeIfAbsent does not allow the mapping function
to modify the map.

Fixes #3903

Signed-off-by: BJ Hargrave <bj@bjhargrave.com>
We may need to make multiple modifications to the directories map when
adding a resource. computeIfAbsent does not allow the mapping function
to modify the map.

Fixes #3903

Signed-off-by: BJ Hargrave <bj@bjhargrave.com>
@bjhargrave bjhargrave merged commit b2ae281 into bndtools:master Apr 10, 2020
@bjhargrave bjhargrave deleted the issues/3903 branch April 10, 2020 18:33
vlsi added a commit to vlsi/pgjdbc that referenced this pull request Jun 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

bnd-maven-plugin ConcurrentModificationException on latest OpenJDK 15 EA

1 participant