Jakub
Jakub
Hi, The mechanism responsible for connecting to memcached server and maintaining status of the connection is not part of Simple Spring Memcached library. This part is covered and handled by...
Good point @kwon37xi. I'll keep it in mind, still there can be some error/warning if key is too long or a way to enable some hash mechanism for all keys...
Hi @90K2 Thank you for your report. Do you have by any chance a sample simple project that reproduce the issue? In spring-cache-integration-test module I have a few tests, all...
Thank you very much @90K2 for the sample. I've reproduced the issue. Looks like to main problem is some kind of circular dependencies in SSM: - CacheBase looks for Cache...
It's occurred on JRedis 1.0-rc2. The same code is in current master: 2.0.0 Compatible. BTW. Any plans for new official jredis release compatible with redis 2.x?
When support of jakarta can be expected? It blocks migration from Spring Boot 2.x to 3.x
Yes, I'm using WebhookUtils class. czw., 9 maj 2024, 02:18 użytkownik Tomo Suzuki ***@***.***> napisał: > @Edwardiv1 @ragnor > Are you using NotificationServlet or > WebhookUtils that appear in the...
Yes, I do. It is a legacy code that I've inherited. Is there any other recommended way of consuming google drive notifications in Java? On Mon, 13 May 2024 at...
It is the only class from the lib that I use that has javax imports. Simple copy of the class where all javax are replaced by jakarta have unblocked migration...