Eleftheria Stein
fb1362aa2c
Upgrade Hazelcast 4 to 4.2.4
...
Closes gh-2001
2022-01-17 14:51:48 +01:00
Eleftheria Stein
2f4a0110ab
Update to jakarta.servlet-api dependency
...
Closes gh-1960
2022-01-14 16:21:35 +01:00
Eleftheria Stein
7a1cb66dae
Update to jakarta.annotation-api dependency
...
Closes gh-1956
2022-01-14 16:19:22 +01:00
Eleftheria Stein
307a1f0dde
Upgrade Hazelcast 4 to 4.2.3
...
Closes gh-1979
2021-12-21 10:09:06 +02:00
Eleftheria Stein
5fdbfce4c2
Update Gradle to 7.2
...
Closes gh-1944
2021-11-02 14:28:31 +01:00
Eleftheria Stein
a5033f721c
Use local propdeps plugin
...
Issue gh-1944
2021-11-02 14:12:19 +01:00
Eleftheria Stein
84fab2e2a9
Add buildSrc including build conventions plugins
...
Closes gh-1942
2021-10-29 13:30:29 +02:00
Eleftheria Stein
63f706dbf9
Fix Hazelcast session with flush mode immediate
...
Closes gh-1921
2021-10-05 10:59:06 +02:00
Eleftheria Stein
a64a11ba03
Tests for Hazelcast flush mode immediate
...
Closes gh-1801
2021-10-01 17:02:33 +02:00
slondono
661ecaf371
Store Principal Name Index in the Hazelcast Session delta
...
Issue gh-1801
2021-10-01 17:02:33 +02:00
Eleftheria Stein
e7d58f6b03
Increase session timeout in Hazelcast tests
...
It's possible that the session is expiring before the assertions can be made in the tests, causing them to fail.
Issue gh-1912
2021-09-08 12:04:26 +02:00
Vedran Pavic
79fbca24eb
Make Hazelcast session repository bean factory return type more specific
...
The declared return type of Hazelcast session repository bean factory method (i.e. HazelcastHttpSessionConfiguration#sessionRepository) was changed to SessionRepository<?> when support for Hazelcast 4 was added. This breaks Spring Boot's ability to auto-configure sessions endpoint, which is @ConditionalOnBean(FindByIndexNameSessionRepository.class), as the current return type is not specific enough to satisfy this condition.
This commit changes the return type of Hazelcast session repository bean factory method to FindByIndexNameSessionRepository<?>.
Closes: gh-1905
2021-08-27 01:51:55 +02:00
Andreas Kasparek
c5bffde790
Always set time-to-live within entry processor
...
Closes gh-1899
2021-08-25 13:16:08 +02:00
Eleftheria Stein
d862836d41
Upgrade Hazelcast 4 to 4.2.2
...
Closes gh-1887
2021-08-17 13:45:48 +02:00
Eleftheria Stein
b42b01af9b
Upgrade Hazelcast 4 to 4.2
...
Closes gh-1821
2021-04-13 11:31:58 +02:00
Eleftheria Stein
6744fee3cb
Upgrade Hazelcast to 3.12.12
...
Closes gh-1820
2021-04-13 11:22:00 +02:00
Eleftheria Stein
27044c8766
Make Hazelcast tests independent of ordering
...
Closes gh-1787
2021-02-02 13:24:24 +01:00
Eleftheria Stein
62ad3e1bab
Replace deprecated verifyZeroInteractions in tests
2021-01-29 17:00:03 +01:00
Eleftheria Stein
0a0766e4a8
Upgrade Hazelcast 4 to 4.1.1
...
Closes gh-1761
2021-01-18 12:43:34 +01:00
Eleftheria Stein
4108c77797
Upgrade Hazelcast to 3.12.11
...
Closes gh-1760
2021-01-18 12:41:02 +01:00
Eleftheria Stein
235801487e
Hazelcast4SessionUpdateEntryProcessor does not implement Offloadable
...
Closes gh-1707
2020-09-25 10:31:54 +02:00
Eleftheria Stein
e6e02de210
Upgrade Hazelcast 4 to 4.0.3
...
Closes gh-1706
2020-09-22 11:12:58 +02:00
Eleftheria Stein
0ab781e537
Consolidate Hazelcast configurations
...
Issue gh-1584
2020-09-16 16:35:03 +02:00
Eleftheria Stein
068ed8d355
Ensure Hazelcast 4 compatibility with Java 9+
2020-09-14 18:25:36 +02:00
Eleftheria Stein
2b6489c2bd
Add support for Hazelcast 4
...
Closes gh-1584
2020-09-14 17:59:35 +02:00
Enes Ozcan
cc85e927cd
Add optional Hazelcast session serializer
...
Issue gh-1131
2020-09-08 07:31:32 -04:00
Vedran Pavic
2d06e1159c
Improve Hazelcast integration tests
...
Resolves : #1534
2019-10-08 12:04:42 +02:00
Vedran Pavic
30588dc3c8
Improve Hazelcast client-server topology integration tests
...
Resolves : #1527
2019-10-06 15:54:02 +02:00
Vedran Pavic
2f79da00dc
Upgrade Hazelcast to 3.12.3
...
Resolves : #1525
2019-10-06 11:41:03 +02:00
Vedran Pavic
f5abd55394
Ensure proxyBeanMethods is set to false everywhere
...
This commit sets proxyBeanMethods to false on all @Enable*Session annotations since they are meta-annotated with @Configuration.
See: #1516
2019-09-30 16:08:55 +02:00
Vedran Pavic
bd36e115a8
Align with spring-javaformat 0.0.15
2019-09-29 16:16:36 +02:00
Vedran Pavic
feaf8780a8
Add support for configuring custom IndexResolver
...
See: #1467
2019-09-26 22:18:37 +02:00
Vedran Pavic
8cc8fbb7fd
Harmonize naming of session repositories
...
Resolves : #1455
2019-09-22 21:47:53 +02:00
Vedran Pavic
df3e4c5bc1
Add support for customizing session repository before initialization
...
This commit adds support for customizing session repository implementations (both SessionRepository and ReactiveSessionRepository) before initialization by introducing SessionRepositoryCustomizer and ReactiveSessionRepositoryCustomizer strategies.
Resolves : #1499
2019-09-03 22:17:36 +02:00
Vedran Pavic
63f1013a07
Upgrade Hazelcast to 3.12.2
...
Resolves : #1483
2019-08-02 22:39:28 +02:00
Vedran Pavic
903fa10861
Polish
2019-07-30 23:08:13 +02:00
Vedran Pavic
033d6eecae
Add support for session save mode
...
This commit introduces SaveMode enum that individual SessionRepository implementations use to allow customization of the way they handle save operation in terms of tracking delta of changes.
Resolves : #1466
2019-07-14 10:35:05 +02:00
Vedran Pavic
1ca9daccb4
Remove unnecessary throws declaration
2019-07-02 19:23:35 +02:00
Vedran Pavic
8d0d757e46
Polish
2019-06-25 22:11:29 +02:00
Vedran Pavic
e2f1fe5446
Add missing deprecation
...
See: #1465
2019-06-25 21:50:03 +02:00
Vedran Pavic
07b9433540
Add common flush mode support
...
Resolves : #1465
2019-06-24 19:11:12 +02:00
Vedran Pavic
a6f6042831
Introduce IndexResolver
...
This commit introduces IndexResolver as a strategy interface for resolving index values in FindByIndexNameSessionRepository implementations.
Resolves : #557
2019-06-24 12:01:26 +02:00
Vedran Pavic
822db7fbbf
Use spring-javaformat to format and check code
...
Resolves : #1450
2019-06-17 23:54:41 +02:00
Vedran Pavic
f6a5bdacb8
Upgrade Hazelcast to 3.12.1
...
Resolves : #1452
2019-06-13 18:17:59 +02:00
Vedran Pavic
2e91024a56
Fix integration tests
...
See: #1033
2019-06-09 10:54:28 +02:00
Vedran Pavic
a4ff3682f6
Migrate tests to JUnit 5
...
Resolves : #1033
2019-06-06 20:57:45 +02:00
Vedran Pavic
566b388b2f
Align Checkstyle config with Spring Boot
2019-06-03 16:49:08 +02:00
Vedran Pavic
b98c5216b4
Update configuration classes to use proxyBeanMethods=false
...
Resolves : #1345
2019-05-09 18:10:57 +02:00
Vedran Pavic
2a5b221d70
Update integration tests
2019-04-12 20:14:12 +02:00
Vedran Pavic
5a462b3594
Resolve indexes for Hazelcast session on write
...
Resolves : #1145
2019-04-12 20:08:54 +02:00