My team is currently working on migrating from JBoss to WildFly 20, but we've hit a roadblock. The specific issue we're facing is with RESTEasy when calling an API. In the JSON request, we're passing the date in EST format, but it seems that all the date/time attributes are being converted to UTC. The endpoint is expecting the date in EST only, so this conversion is causing issues. We’re not sure how or where this conversion is happening, as it was working fine with JBoss 6.
We could really use your help to figure out what's causing this issue and how to resolve it. Any guidance or insights you can provide would be greatly appreciated.
Thanks,
-Devraj