yasuflatland-lf / liferay-dummy-factory

🏭 Liferay DXP / 7 Dummy data generation portlet
MIT License
50 stars 36 forks source link

2024.q3.5 fix #52

Open mitchshiotani opened 3 weeks ago

mitchshiotani commented 3 weeks ago

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