spring-session-data-mongodb icon indicating copy to clipboard operation
spring-session-data-mongodb copied to clipboard

Spring Session for MongoDB

Results 26 spring-session-data-mongodb issues
Sort by recently updated
recently updated
newest added

Hi, we had recently some errors in our application after refactoring some package names. We ended up in our research in this code line: There you apply a filter on...

Spring boot 2.5 is using jackson 2.12, so the bom should be upgraded here. Any reasons to not do this?

Proposed fix for #185 All field names in the session converters are configurable using setter methods.

Hello together, we currently have an use case where we would have to change the preconfigured field names in `AbstractMongoSessionConverter`/`JdkMongoSessionConverter` and found that this isn't possible without copying a lot...

We are noticing a lot of ConversionFailedException for MongoDB Sessions in our logs. Following is the sample logs for reference. All the logs are similar with different UUID. **Message:** Failed...

Generally, session repository implementations should track changes to session and write only delta in order to reduce the probability of lost updates due to race conditions. Additionally, if this is...

How to configure additional Datasource for Spring Session #96 #96 By default spring-session-data-mongodb assumes that the datasource in the project is exclusively used by spring session. If you have more...

I was looking to investigate using the project and wanted to see an example, but the documentation is missing the link to the project. I've highlighted the area where it...

Currently spring-session-data-mongodb doesn't have an option to use a custom query to findById(). If we have a sharded mongoDB, we should be able to pass in the shard key. The...

### Expected behavior I would expect a 302 redirect, when I have an invalid session id. ### Actual behavior I get a 500 error due to a null pointer exception....