spring-session
spring-session copied to clipboard
Spring Session
**Describe the bug** After `changeSessionId`, expirationStore(ordered set) lost the new sessionId **To Reproduce** 1. config `SortedSetRedisSessionExpirationStore` for expirationStore 2. Create a new session and save it 3. FindById to get...
**Description**: Hello :) After upgrading from Spring Boot 3.3.3 to 3.4.3, my application encounters an issue where certain sessions stored in Redis no longer include the creationTime attribute. This results...
## Source: https://github.com/spring-projects/spring-session/blob/2353d8b3cec4f0ed104c45f10d01acf278fe1dad/spring-session-data-redis/src/main/java/org/springframework/session/data/redis/RedisIndexedSessionRepository.java#L930-L962 ## Bug The following code will always execute, Regardless of whether `maxInactiveInterval` is less than 0 ```java RedisIndexedSessionRepository.this.sessionRedisOperations.boundHashOps(getSessionKey(getId())) .expire(fiveMinutesAfterExpires, TimeUnit.SECONDS); ``` This code in `createShadowKey` will always...
Bumps [spring-io/spring-doc-actions](https://github.com/spring-io/spring-doc-actions) from 0.0.18 to 0.0.19. Commits c203826 Allow httpdocs-path that doesn't end in /reference 90f0064 Add zip_docs 73b78a9 Add missing unstub to test-action.bats 08457db capture_program_args appends 6cfa186 Document submodule...
Bumps [@springio/asciidoctor-extensions](https://github.com/spring-io/asciidoctor-extensions) from 1.0.0-alpha.14 to 1.0.0-alpha.17. Changelog Sourced from @springio/asciidoctor-extensions's changelog. == 1.0.0-alpha.17 (2025-03-19) No changes since previous release. == 1.0.0-alpha.16 (2025-01-31) No changes since previous release. == 1.0.0-alpha.15 (2025-01-28)...
**Describe the bug** Redis sessions with no expiration time are created even if the `ReactiveRedisSessionRepository.setDefaultMaxInactiveInterval(Duration)` is set. This happens when the app is high loaded **To Reproduce** Let's load the...
Bumps [io.projectreactor:reactor-core](https://github.com/reactor/reactor-core) from 3.6.14 to 3.6.15. Release notes Sourced from io.projectreactor:reactor-core's releases. v3.6.15 What's Changed :sparkles: New features and improvements Bump byteBuddyVersion from 1.17.0 to 1.17.2 by @dependabot in reactor/reactor-core#4003...
**Expected Behavior** When using Spring Session with Spring Boot, I'd expect Back-Channel Logout to work out of the box. This would require a compatible `OidcSessionRegistry` in the application context. **Current...
Bumps [antora](https://gitlab.com/antora/antora) from 3.2.0-alpha.6 to 3.2.0-alpha.8. Changelog Sourced from antora's changelog. == 3.2.0-alpha.8 (2024-12-05) === Changed content-aggregator: Don't apply camelCase transformation to descendant keys of the ext key in component...
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- Dependabot commands and options You can trigger Dependabot...