Yokohama Patch 3 Hotfix 3

  • Release version: Yokohama
  • Updated June 17, 2025
  • 1 minute to read
  • The Yokohama Patch 3 Hotfix 3 release contains fixes to these problems.

    Build information:
    Build date: 06-11-2025_2210
    Build tag: glide-yokohama-12-18-2024__patch3-hotfix3-06-09-2025
    Important:
    For more information about how to upgrade an instance, see ServiceNow upgrades.

    For more information about the release cycle, see the ServiceNow Release Cycle.

    Note:
    This ServiceNow AI Platform major family release is now available in ServiceNow's Regulated Market environments. For more information about services available in isolated environments, see KB0743854.

    Fixed problem

    Problem Short description Description Steps to reproduce

    Activity Stream

    PRB1893483

    No activity displays in UI16 when a blank journal event is added to the Activity Stream After upgrading to Yokohama, some records display 'No Activity' on the platform view. A null pointer exception displays.

    Database Persistence - Data Scale

    PRB1898714

    Connection becomes vulnerable to sharing when it is marked for recycle When a connection is marked for recycle, it is returned to the pool and can be picked up for allocation, in which it will be marked as 'Assigned'. The connection is checked for recycling and a new physical connection is established. Glide marks the connection as 'Available', which allows it to serve other requesters in the pool, causing connection sharing.
    1. Get a connection from the pool.
    2. Mark it for recycle by calling pool.setConnectionNeedsRecycle(connectionID).
    3. Launch the threads attempting to get a connection from the pool.
    4. Check the IDs of the connections.

    Notice that none of the connections are equal to the ID of the original connection, and if there is a connection with the same ID, sharing occurs.

    Fixes included

    Unless any exceptions are noted, you can safely upgrade to this release version from any of the versions listed below. These prior versions contain PRB fixes that are also included with this release. Be sure to upgrade to the latest listed patch that includes all of the PRB fixes you are interested in.