Since support for JDK 11 was removed starting from version 2024.q3,
I tested compilation of dummy-factory using JDK 17 and 21, building for 2024.q3.5.
While there were no issues stemming from the use of JDK 17 & 21,
there were issues from the Java API interface changing again in 2024.q3, which I've fixed in this PR.
Specific fixes
Reverted change originally made for 2024.q1.12
Had to add an extra argument in places calling _layoutLocalService.addLayout()
Background
Since support for JDK 11 was removed starting from version 2024.q3, I tested compilation of dummy-factory using JDK 17 and 21, building for 2024.q3.5. While there were no issues stemming from the use of JDK 17 & 21, there were issues from the Java API interface changing again in 2024.q3, which I've fixed in this PR.
Specific fixes
_layoutLocalService.addLayout()