Skip to content

Fix Primitve Array Logging#10

Open
cp1362 wants to merge 1 commit into
att/4.22.0.0from
bugfix/CPFIAAS-4763--primitive-array-logging
Open

Fix Primitve Array Logging#10
cp1362 wants to merge 1 commit into
att/4.22.0.0from
bugfix/CPFIAAS-4763--primitive-array-logging

Conversation

@cp1362

@cp1362 cp1362 commented Jun 10, 2026

Copy link
Copy Markdown

Description

Fixes logging of primitive arrays that that currently result in in showing the standard string representation of such arrays (e.g., [Ljava.lang.String;@20657b25) . This makes these readable.

  • API Server for unhandled exception.
  • User data.
  • Snapshot clean up.
  • Host storage access groups.

These are logging-only changes with no impact on control flow or return values. Existing tests continue to pass unchanged. Enhances post-mortem problem / issue analysis.

Types of changes

  • Breaking change (fix or feature that would cause existing functionality to change)
  • New feature (non-breaking change which adds functionality)
  • Bug fix (non-breaking change which fixes an issue)
  • Enhancement (improves an existing feature and functionality)
  • Cleanup (Code refactoring and cleanup, that may add test cases)
  • Build/CI
  • Test (unit or integration test code)

Feature/Enhancement Scale or Bug Severity

Feature/Enhancement Scale

  • Major
  • Minor

Bug Severity

  • BLOCKER
  • Critical
  • Major
  • Minor
  • Trivial

How Has This Been Tested?

Changes are cosmetic, log based only.

* API Server for unhandled exception.
* User data.
* Snapshot clean up.
* Host storage access groups.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant