Igor Spasić

Results 28 comments of Igor Spasić

True! the thing is that the cache utilities were not migrated to the https://github.com/oblac/jodd-util. I am under impression that there are better cache libraries out there... not sure if we...

It already is :) If you take a look in the https://github.com/oblac/jodd-util there is no cache anymore... But I am open for discussion!

So, wdyt @looly ? Would such a small cache make sense?

For future reference: https://stackoverflow.com/questions/55184588/sslprotocolexception-read-error-ssl-0x9af236c0-failure-in-ssl-library-usuall

Have to check... JDK 11 introduces http2 support via the new `HttpClient`, that is a bit different than the existing implementation. I will try the best!

Absolutely make sense. Will prioritize.

Hey, sorry for the long response, had a medical condition... Do you need locale support for e.g. numbers (`1.000.00`) and dates?

That is a very cool idea! We already have a `HttpSession` object that behaves like a browsers (i.e. keeps session, cookies etc), it should be easy to add something like...