https://github.com/lgdd/liferay-product-info
Collection of JSON files containing Liferay DXP/Portal/Commerce bundles information, and Liferay Cloud images latest stable versions.
https://github.com/lgdd/liferay-product-info
liferay liferay-dxp liferay-portal
Last synced: about 1 month ago
JSON representation
Collection of JSON files containing Liferay DXP/Portal/Commerce bundles information, and Liferay Cloud images latest stable versions.
- Host: GitHub
- URL: https://github.com/lgdd/liferay-product-info
- Owner: lgdd
- Created: 2023-05-28T19:29:08.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-04-17T01:53:04.000Z (about 1 month ago)
- Last Synced: 2025-04-17T15:23:51.432Z (about 1 month ago)
- Topics: liferay, liferay-dxp, liferay-portal
- Language: Go
- Homepage:
- Size: 1.17 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# Liferay Product Info
Liferay produces and uses a JSON file called [.product_info.json](https://releases-cdn.liferay.com/tools/workspace/.product_info.json) for Blade CLI. The JSON format is annoying to parse and bundle URLs are encoded.
This repository offers a better format for this JSON (i.e. root is an array and not an object) in which URLs are decoded. It also offers different JSON files for promoted bundles, dxp bundles (ee), portal bundles (ce) and commerce bundles (prior to 7.4).
> [!IMPORTANT]
> A new JSON file for releases (and finally easy to parse) is being built by Liferay to take into account the new quarterly releases. This file is also synced into this repository.
>
> Each release in the [original releases.json](https://releases.liferay.com/releases.json) contains a URL where you can find a list of artifacts, including a `release.properties` file. This repository also mirror them under the [releases](releases) directory. This repository also create a set of new files where each release json entry contains the information from the `release.properties` file.> [!NOTE]
> **All the files are automatically updated on a daily basis.**## Releases
- [releases.json](https://raw.githubusercontent.com/lgdd/liferay-product-info/main/releases.json)
- [dxp_releases.json](https://raw.githubusercontent.com/lgdd/liferay-product-info/main/releases/dxp_releases.json)
- [dxp_74_releases.json](https://raw.githubusercontent.com/lgdd/liferay-product-info/main/releases/dxp_74_releases.json)
- [dxp_73_releases.json](https://raw.githubusercontent.com/lgdd/liferay-product-info/main/releases/dxp_73_releases.json)
- [dxp_72_releases.json](https://raw.githubusercontent.com/lgdd/liferay-product-info/main/releases/dxp_72_releases.json)
- [dxp_71_releases.json](https://raw.githubusercontent.com/lgdd/liferay-product-info/main/releases/dxp_71_releases.json)
- [dxp_70_releases.json](https://raw.githubusercontent.com/lgdd/liferay-product-info/main/releases/dxp_70_releases.json)
- [portal_releases.json](https://raw.githubusercontent.com/lgdd/liferay-product-info/main/releases/portal_releases.json)
- [portal_74_releases.json](https://raw.githubusercontent.com/lgdd/liferay-product-info/main/releases/portal_74_releases.json)
- [portal_73_releases.json](https://raw.githubusercontent.com/lgdd/liferay-product-info/main/releases/portal_73_releases.json)
- [portal_72_releases.json](https://raw.githubusercontent.com/lgdd/liferay-product-info/main/releases/portal_72_releases.json)
- [portal_71_releases.json](https://raw.githubusercontent.com/lgdd/liferay-product-info/main/releases/portal_71_releases.json)
- [portal_70_releases.json](https://raw.githubusercontent.com/lgdd/liferay-product-info/main/releases/portal_70_releases.json)## Product Info
- [.product_info.json](https://raw.githubusercontent.com/lgdd/liferay-product-info/main/.product_info.json)
- [better_product_info.json](https://raw.githubusercontent.com/lgdd/liferay-product-info/main/better_product_info.json)
- [promoted_product_info.json](https://raw.githubusercontent.com/lgdd/liferay-product-info/main/promoted_product_info.json)
- [dxp_product_info.json](https://raw.githubusercontent.com/lgdd/liferay-product-info/main/dxp_product_info.json)
- [dxp_74_product_info.json](https://raw.githubusercontent.com/lgdd/liferay-product-info/main/dxp_74_product_info.json)
- [dxp_73_product_info.json](https://raw.githubusercontent.com/lgdd/liferay-product-info/main/dxp_73_product_info.json)
- [dxp_72_product_info.json](https://raw.githubusercontent.com/lgdd/liferay-product-info/main/dxp_72_product_info.json)
- [dxp_71_product_info.json](https://raw.githubusercontent.com/lgdd/liferay-product-info/main/dxp_71_product_info.json)
- [dxp_70_product_info.json](https://raw.githubusercontent.com/lgdd/liferay-product-info/main/dxp_70_product_info.json)
- [portal_product_info.json](https://raw.githubusercontent.com/lgdd/liferay-product-info/main/portal_product_info.json)
- [portal_74_product_info.json](https://raw.githubusercontent.com/lgdd/liferay-product-info/main/portal_74_product_info.json)
- [portal_73_product_info.json](https://raw.githubusercontent.com/lgdd/liferay-product-info/main/portal_73_product_info.json)
- [portal_72_product_info.json](https://raw.githubusercontent.com/lgdd/liferay-product-info/main/portal_72_product_info.json)
- [portal_71_product_info.json](https://raw.githubusercontent.com/lgdd/liferay-product-info/main/portal_71_product_info.json)
- [portal_70_product_info.json](https://raw.githubusercontent.com/lgdd/liferay-product-info/main/portal_70_product_info.json)
- [commerce_product_info.json](https://raw.githubusercontent.com/lgdd/liferay-product-info/main/commerce_product_info.json)
- [liferaycloud_latest_docker_images.json](https://raw.githubusercontent.com/lgdd/liferay-product-info/main/liferaycloud_latest_docker_images.json)