This is an automated email from the ASF dual-hosted git repository. tv pushed a commit to branch release-3.2.1 in repository https://gitbox.apache.org/repos/asf/commons-jcs.git
commit 090c9f9554509a1b5eb0d198b7c4dc67d2cbe73d Author: Thomas Vandahl <t...@apache.org> AuthorDate: Sat Apr 20 11:10:14 2024 +0200 Add multicast test restrictions to release notes --- src/changes/release-notes.vm | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/changes/release-notes.vm b/src/changes/release-notes.vm index 63feae58..6923343c 100644 --- a/src/changes/release-notes.vm +++ b/src/changes/release-notes.vm @@ -50,6 +50,10 @@ For the advice on upgrading from 2.x to 3.x, see the following page: ${project.url}UpgradingFrom2x.html +NOTE: Some JCS tests require a working multicast setup. If you get test failures from tests +starting with UDPDiscovery*, make sure that your network supports multicast (most VPNs do not, +for example). + $introduction.replaceAll("(?<!\015)\012", " ").replaceAll("(?m)^ +","")