HCL Commerce Version 9.1.7.0 or later

Applying a class patch to Ingest

Complete the following steps to apply a class patch to NiFi.

About this task

Use the following steps to patch binaries.

Procedure

  1. Open a web browser and log in to the My HCLSoftware portal website to download the code patch JAR.
  2. Use one of the following procedures to apply the patch JAR, depending on your target runtime environment:
    1. Docker container - place the code patch JAR into /patches directory, and run /SETUP/bin/patch.sh to apply all the patch JARs under the /patches directory. Restart the application container to apply the patch during the next server start-up.
    2. Kubernetes - create a custom image using dockerfile which contains instruction to place the code patch JAR into /patches directory and run /SETUP/bin/patch.sh as the root user.