Vedran Pavic
Vedran Pavic
Could you clarify whether this issue is still focused on reactive stack only or is it a general (meaning, targeting both Servlet and reactive stacks) concern now? If it's a...
> returning `null` when the repository isn't a `FindByIndexNameSessionRepository` Thanks for confirming this. I missed [this paragraph](https://docs.spring.io/spring-boot/docs/current/reference/html/actuator.html#actuator.endpoints.implementing-custom.web.response-status) while skimming through the docs yesterday so I was unsure whether `null` returned...
Sorry for failing to address the mentions earlier, I missed this in a pile of unresolved notifications. I'm not involved in Spring Session maintenance for some time now, so I...
> We discussed the option to provide `getSession` and `deleteSession` for non-indexed repositories on our last team call and decided we would leave things as they are for now and...
@rwinch and I discussed this today, and concluded that `enableIndexingAndEvents` attribute of `@EnableRedisHttpSession` is very likely going away in favor of something more flexible and future proof (possibly an enum...
Sure. Being able to go back to previous defaults with least amount of friction for users is among goals for this, regardless of the way they configure Spring Session (meaning,...
To provide some updates here on the direction Spring Session will likely go in. On top of the existing `@EnableRedisHttpSession` that will going forward configure `RedisSessionRepository` and expose a set...
Sure, that was the plan anyway for that branch - I was just waiting for some initial feedback from the team.
This is now ready for review. Note @wilkinsona that `:spring-boot-project:spring-boot-docs:asciidoctor*` tasks are failing due a problem that seems related with the two different `@Endpoint`s having the same id (as discussed...
FWIW, I think sessions endpoint won't be the only endpoint that needs two different implementations which share the same id. https://github.com/spring-projects/spring-boot/issues/32024 has not been triaged yet, but I don't see...