Skip to content
This repository has been archived by the owner on Sep 26, 2019. It is now read-only.

Remove usage of deprecated ConcurrentSet #1512

Merged
merged 1 commit into from
May 31, 2019

Conversation

ajsutton
Copy link
Contributor

PR description

The netty ConcurrentSet class has been deprecated. Replace usage of it with newSetFromMap(new ConcurrentHashMap<>()) which is equivalent but built-in to the JDK.

@ajsutton ajsutton merged commit 274bfa5 into PegaSysEng:master May 31, 2019
@ajsutton ajsutton deleted the remove-concurrentset branch May 31, 2019 01:00
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants