Page MenuHomeDevCentral

Upgrade JsonMapper to 4.1.0
ClosedPublic

Authored by dereckson on Dec 21 2022, 21:06.
Tags
None
Referenced Files
F44414744: D2724.id6905.diff
Sun, Aug 16, 23:10
F44352189: D2724.id6905.diff
Sun, Aug 16, 16:15
F44344390: D2724.id6906.diff
Sun, Aug 16, 15:25
F44337994: D2724.id6906.diff
Sun, Aug 16, 14:41
F44337989: D2724.id6905.diff
Sun, Aug 16, 14:41
F44298992: D2724.diff
Sun, Aug 16, 10:36
F44296771: D2724.id6906.diff
Sun, Aug 16, 10:20
F44266530: D2724.id.diff
Sun, Aug 16, 07:01
Subscribers
None

Details

Summary

This version upgrade allows to avoid the following issue:

[21-Dec-2022 18:56:04 UTC] PHP Fatal error:
Array and string offset access syntax with curly braces is no longer supported
in /srv/api/servers-log/vendor/netresearch/jsonmapper/src/JsonMapper.php on line 300

Fixes T1737.

Test Plan

Run tests, fire log entry

Diff Detail

Repository
rAPISRVLOGS Servers log :: Add new entries API
Lint
No Lint Coverage
Unit
No Test Coverage
Branch
main
Build Status
Buildable 4300
Build 4567: arc lint + arc unit

Event Timeline

dereckson created this revision.

Hotfixed on Ysul with a sudo -u deploy composer update, works in production.

This revision is now accepted and ready to land.Dec 21 2022, 21:20
This revision was automatically updated to reflect the committed changes.