Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagebash
sudo mysql -u root -p

Upgrade Automatics Tools to Open JDK-17

Automatics Tools are running on JDK 1.8, which is planned to be upgraded to JDK17 as per the request from the community members since new members on boarding to Automatics were not able to install JDK1.8 in the VMs. So we had planned to bring support to the JDK17 with reverse compatibility to JDK11.

Steps to Migrate from JDK1.8 to JDK17

The below are the steps to be followed for upgrading the existing JDK to JDK17

  1. Check the current JDK Version

    Code Block
    languagebash
    java -version
  2. Install JDK 17 in the VM

    Code Block
    languagebash
    sudo yum install java-17-openjdk
  3. Select the newly installed JAVA 17 from the list of JAVA in the VM

    Code Block
    languagebash
    sudo update-alternatives --config java

    Image Added

  4. Finaly confirm whether the java version is changed to JDK 17

    Code Block
    languagebash
    java -version

    Image Added

Upgrade Automatics Tools to deploy using Tomcat 9

Automatics Tools are currently deployed in Tomcat 7 and Tomcat 8.5, this needs to be upgraded to latest Tomcat 9 v9.0.85. You can use the below steps to upgrade to Tomcat 9

Steps to Upgrade to Tomcat 9