]
Bela Ban resolved JGRP-2427.
----------------------------
Resolution: Done
UDP: change methods deprecated in Java 14
-----------------------------------------
Key: JGRP-2427
URL:
https://issues.redhat.com/browse/JGRP-2427
Project: JGroups
Issue Type: Task
Reporter: Bela Ban
Assignee: Bela Ban
Priority: Major
Fix For: 5.1
Several methods in UDP will get deprecated in Java 14, e.g.
{{MulticastSocket.joinGroup()/leaveGroup()/setInterface()}} etc.
They can be replaced with their suggested alternatives, even in Java 11 (these methods
are already present).