Closed as not planned
Closed as not planned
Description
I noticed some inconsistency in the behavior of the @DateTimeFormat (DTF) annotation where passing the date "30-9-2024 7:41:00 pm" using @DateTimeFormat(pattern="d-M-yyyy h:mm:ss a") worked on my local but failed in cloud environment, and this was after upgrading the project from SB2 to SB3.3.3.
Tested out a few scenarios and below is my results:
not sure if could be related to spring-projects/spring-framework#30649 ?