jloisel
jloisel
Thanks for the quick fix! Performance is not critical, as we only call it once during application initialization. Do you have a snapshot maven repository we can use to try...
I have tested this on our web application and it's crashing due to an OOM: ``` SEVERE: Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Handler dispatch...
It would also probably be a lot faster only checking for datafaker jar. Or you could having a static list of known files to lookup internally, within a specific package,...
With ServiceLoader, you can detect if users have their own locales. They will have to declare them via a file named `META-INF/services/com.datafaker.locales.MyLocalService`, which lists all the implementing classes. An implementing...
Thanks! going to test next monday.
I confirm it's now working and it's fast enough. Thanks! Do you plan to release a 2.3.2 including this fix soon?