ocpsoft / prettytime

Social Style Date and Time Formatting for Java
http://ocpsoft.org/prettytime/
Apache License 2.0
1.29k stars 252 forks source link

All request in JSF are synchronized in the PrettyTimeConverter #224

Closed ivy-cst closed 2 years ago

ivy-cst commented 2 years ago

Because PrettyTime.format() is called inside an synchronized block.