A Day at the Liferay Race Conditions
This post will show you a case where a race condition might make a custom OSGI component not to override the original implementation, and how to solve it. This article is a step by step tutorial for avoiding race conditions with OSGI services in Liferay DXP.
Top New Features in Liferay DXP 7.4
This article covers the top new features in Liferay DXP 7.4 that we like the most, and answers the question “What’s new in Liferay DXP 7.4?”
Planning Your Liferay DXP 7.4 Upgrade
If you’re reading this blog, then you are either planning a Liferay DXP 7.2 upgrade or considering one. You may be running a version of Liferay that’s reached its end of life or desire the new features/enhancements in Liferay DXP 7.2. If you’re on...Creating a Liferay Docker Container on Apple Silicon
Now that there are ARMv8 native versions of MySQL and JAVA, there have been no issues running Liferay locally. But since many developers are running Liferay in a docker container, is the ARM ecosystem up to the challenge, while making sure our container stays compatible with traditional x64 machines? Let’s find out!
Adjusting Log Levels to Persist After Portal Restart
This blog post is intended to offer some guidance around changing Liferay logging levels in a way that persists through a restart. Normally in the Liferay portal application, you can set log levels for both built-in and custom loggers via the Server Administration...
Liferay DXP Publications Versus Staging
In the last year since the release of Liferay DXP 7.3, multiple customers have asked us about our recommended approach on Liferay Publishing. The introduction of the new Publications feature means that Liferay DXP 7.3+ customers now have two options when it comes to...
Building a Liferay JS Generated React App that uses Typescript & Material UI
Recently I took on the challenge of building a React app that utilizes Typescript & Material UI by using the Liferay-JS Yeoman generator. This approach was taken as an alternative to using Create React App & adapting it to Liferay. The benefit is there are no...
Create an Auth > UAT > Production staging system in Liferay DXP
Also known as “The Peter Parker principle II” or “How to create a transitive remote content promotion system”, we are going to learn how to create a real Staging > UAT > Production content publishing workflow with Liferay DXP. One of the...