Reputation: 1
I've updated few jars dependency and created the war. In the new war getting the issue-
Unparseable date format -"2023-08-30T01:30:00.000+00:00" and working 2023-08-30T01:30:00.000+0000"
UTC offset issue- 2023-08-30T01:30:00.000+00:00
the +0000
in the end is working but not the +00:00
. Some parsing has been changed what it looks like as with previous version working and with new getting error because of +00:00
is coming.
But when I rollback with the older one it was working fine. So, I suspect it is because of some jar update. Update few jars- mysqlconnector version, hibernateORM, bouncycastle, and few others but don't know which is causing this issue
I tried to check which jar is causing this issue but didn't get anything yet to know what is causing the issue. Guessing any jar is causing the issue. New to all this and might be information is not sufficient. Any idea may help.
Upvotes: 0
Views: 53