Jackson had a bug in ProviderBase version 2.19.1. More info about the bug can be found here https://github.com/FasterXML/jackson-jakarta-rs-providers/issues/54
Now Jersey copied ProviderBase class with the bug, and it affects all those upgraded to version 4.x.
To fix need to copy the class from version 2.19.2, which has the fix
Jackson had a bug in ProviderBase version 2.19.1. More info about the bug can be found here https://github.com/FasterXML/jackson-jakarta-rs-providers/issues/54
Now Jersey copied ProviderBase class with the bug, and it affects all those upgraded to version 4.x.
To fix need to copy the class from version 2.19.2, which has the fix