Results 122 comments of Vedran Pavic

@jackxu2011 From the description you've provided it's unclear to me what is the exact problem is - could you explain it in more details, and ideally provide a minimal sample...

Sorry for my late follow-up on this. The history behind the caching of the fetched session in `SessionRepositoryFilter` has been discussed recently in another PR - see #1732 and specifically...

> * When the first request hits Container A in order to reads a session from DB, is there a lock on the object? > * If there is no...

After doing some tests, this appears to be an issue specific to MySQL/MariaDB. All other databases we're testing against do not exhibit such case insensitivity. With that in mind I'm...

I think Spring Session could indeed be a bit friendlier here as developers often times have little to no control over the database they need to use, while also having...

Thanks for the report @pcornelissen. To begin with, I'd first like to address the following statement: > With Spring session the behavior suddenly changed and the session is now base64...

Thanks for following up @pcornelissen. > You are right I wanted to type that the sessionID is now base64 encoded, not the session itself. Again, this isn't correct and that's...

Thanks for the report @michaelhaessig. We'll need to take a look at this one from a higher level, and see how other session stores behave in the similar situation.

Thanks for the report @2is10. I see your point - we need to look into this for each `SessionRepository` implementation. At the moment I'm not sure we can handle this...

@rwinch I think the problem is related to the fact that Netty's ThreadPool in docker-java is starting non-daemon threads as explained by @bsideup in testcontainers/testcontainers-java#369. Not sure we can do...