[jgroups-git] [belaban/JGroups] e384df: Fix SecurityActions compilation on latest JDK (loc...
Brought to you by:
belaban
From: Bela B. <no...@gi...> - 2023-12-14 14:23:18
|
Branch: refs/heads/master Home: https://github.com/belaban/JGroups Commit: e384df651ddd7073b1aa1097661978af80f9b634 https://github.com/belaban/JGroups/commit/e384df651ddd7073b1aa1097661978af80f9b634 Author: Radoslav Husar <rad...@gm...> Date: 2023-12-14 (Thu, 14 Dec 2023) Changed paths: M src/org/jgroups/util/SecurityActions.java Log Message: ----------- Fix SecurityActions compilation on latest JDK (local variables referenced from a lambda expression must be final or effectively final) Commit: 6b24ab01325639b9971b848e2bed5ab0408688b7 https://github.com/belaban/JGroups/commit/6b24ab01325639b9971b848e2bed5ab0408688b7 Author: Bela Ban <be...@ma...> Date: 2023-12-14 (Thu, 14 Dec 2023) Changed paths: M src/org/jgroups/util/SecurityActions.java Log Message: ----------- Merge pull request #755 from rhusar/SecurityActions-compilation Fix SecurityActions compilation on latest JDK (local variables refere… Compare: https://github.com/belaban/JGroups/compare/3487df04f232...6b24ab013256 |