liferay-portal
liferay-portal copied to clipboard
Added a collated LICENSE file at the root level directory. The licenses are as per the LICENSES folder (https://github.com/liferay/liferay-portal/tree/master/LICENSES). This is majorly for the Github API for license fetch to...
https://liferay.atlassian.net/browse/LPD-13951 resend from https://github.com/liferay-commerce/liferay-portal/pull/3348
Added new ArrayList due add in list taken from DynamicQuery cause UnsupportedOperationException in layouts.add method: ```java if (checkedPlids.add(userGroupPlid)) { layouts.add(userGroupLayout); checkParentLayoutIds.add(userGroupLayout.getLayoutId()); } ```
Bumps [json5](https://github.com/json5/json5) from 2.2.1 to 2.2.3. Release notes Sourced from json5's releases. v2.2.3 Fix: [email protected] is now the 'latest' release according to npm instead of v1.0.2. (#299) v2.2.2 Fix: Properties...