Page MenuHomeDevCentral

Upgrade JsonMapper to 4.1.0
ClosedPublic

Authored by dereckson on Dec 21 2022, 21:06.
Tags
None
Referenced Files
F7502741: D2724.id6906.diff
Sun, Apr 27, 19:11
Unknown Object (File)
Sat, Apr 26, 03:10
Unknown Object (File)
Thu, Apr 24, 05:19
Unknown Object (File)
Wed, Apr 23, 18:21
Unknown Object (File)
Sun, Apr 20, 09:43
Unknown Object (File)
Wed, Apr 16, 18:51
Unknown Object (File)
Wed, Apr 16, 17:59
Unknown Object (File)
Wed, Apr 16, 17:46
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
Lint Not Applicable
Unit
Tests Not Applicable

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.