1453 Commits

Author SHA1 Message Date
Eleftheria Stein
19db5fdf31 Release 2.5.4 2.5.4 2021-12-21 13:39:43 +02:00
Eleftheria Stein
8cea4152a0 Make gretty samples compatible with logback 1.2.9
Explicitly reference the logback.xml file to prevent gretty from configuring the defaults using groovy.
2021-12-21 13:30:52 +02:00
Eleftheria Stein
36b85be918 Upgrade test dependencies 2021-12-21 13:23:02 +02:00
Eleftheria Stein
e90fdaef5e Upgrade samples to Spring Boot 2.5.7
Closes gh-1986
2021-12-21 13:20:19 +02:00
Eleftheria Stein
e6e10494cb Upgrade Hazelcast 4 to 4.2.3
Closes gh-1985
2021-12-21 12:36:29 +02:00
Eleftheria Stein
f8662b433c Upgrade Spring Security to 5.5.4
Closes gh-1984
2021-12-21 12:31:44 +02:00
Eleftheria Stein
9154ec5cb0 Upgrade Spring Data to 2021.0.7
Closes gh-1983
2021-12-21 12:30:40 +02:00
Eleftheria Stein
4db0d3fac2 Upgrade Spring Framework to 5.3.14
Closes gh-1982
2021-12-21 12:24:14 +02:00
Eleftheria Stein
e8f1ebac23 Upgrade Reactor to 2020.0.14
Closes gh-1981
2021-12-21 12:23:19 +02:00
Eleftheria Stein
6f6e6c352d GitHub Actions uses spring-builds+github user
This is more clear than spring-builds user
2021-12-07 16:08:29 +01:00
Eleftheria Stein
7bb9b105e0 Update to use s01.oss.sonatype.org
Closes gh-1943
2021-12-06 15:59:36 +01:00
Eleftheria Stein
d78ac36d15 Update to spring-build-conventions 0.0.38 2021-12-06 15:58:34 +01:00
Eleftheria Stein
e4dfabdb01 Update principal index on session ID change
Closes gh-1791
2021-12-02 15:14:04 +01:00
Eleftheria Stein
f0e9fef2b2 Next development version 2021-10-19 15:28:01 +02:00
Eleftheria Stein
e80ad02120 Next development version 2021-10-19 13:10:04 +02:00
Eleftheria Stein
029e7c8158 Release 2.5.3 2.5.3 2021-10-19 12:51:56 +02:00
Eleftheria Stein
d489709886 Upgrade test dependencies 2021-10-19 12:50:44 +02:00
Eleftheria Stein
e31280846f Upgrade Spring Data to 2021.0.6
Closes gh-1933
2021-10-19 12:37:24 +02:00
Eleftheria Stein
6cec3098ef Upgrade Spring Framework to 5.3.11
Closes gh-1930
2021-10-19 12:35:25 +02:00
Eleftheria Stein
8084e0bab9 Upgrade Reactor to 2020.0.12
Closes gh-1931
2021-10-19 12:35:05 +02:00
Eleftheria Stein
b3b5dd4533 Upgrade Spring Security to 5.5.3
Closes gh-1932
2021-10-19 12:34:33 +02:00
Vedran Pavic
aca350a86e 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-1907
2021-09-28 09:27:21 +02:00
Eleftheria Stein
d8af71927f 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-27 17:03:55 +02:00
Vedran Pavic
d0429dc1e9 Fix Spring Boot based Hazelcast samples
This commit removes unused Hazelcast client dependencies and test support from Spring Boot based Hazelcast samples.

Closes: gh-1903
2021-09-27 16:02:07 +02:00
Andreas Kasparek
4e884cdaf2 Always set time-to-live within entry processor
Closes gh-1899
2021-09-03 10:52:01 +02:00
Eleftheria Stein
f0450fa2aa Next development version 2021-08-17 17:28:09 +02:00
Eleftheria Stein
a6cb9340a1 Release 2.5.2 2.5.2 2021-08-17 17:10:18 +02:00
Eleftheria Stein
cde82afa9e Upgrade test dependencies 2021-08-17 17:08:42 +02:00
Eleftheria Stein
d42caa2dbb Upgrade Hazelcast 4 to 4.2.2
Closes gh-1890
2021-08-17 16:23:10 +02:00
Eleftheria Stein
a9e9f8c46d Upgrade Spring Security to 5.5.2
Closes gh-1892
2021-08-17 16:22:32 +02:00
Eleftheria Stein
30e9dc0a17 Upgrade Spring Data to 2021.0.4
Closes gh-1891
2021-08-17 16:21:55 +02:00
Eleftheria Stein
c92808fa32 Upgrade Spring Framework to 5.3.9
Closes gh-1889
2021-08-17 16:21:15 +02:00
Eleftheria Stein
bdc3a51409 Upgrade Reactor to 2020.0.10
Closes gh-1888
2021-08-17 16:20:24 +02:00
Eleftheria Stein
e80021f334 Next development version 2021-06-22 13:20:18 +02:00
Eleftheria Stein
a739b0794c Release 2.5.1 2.5.1 2021-06-22 12:41:56 +02:00
Eleftheria Stein
384633f8b4 Revert "Use GPG_PRIVATE_KEY directly in build"
This reverts commit c800c7af40.
2021-06-22 12:41:00 +02:00
Eleftheria Stein
30f17f96f5 Revert "Release 2.5.1"
This reverts commit ac9077b9d6.
2021-06-22 12:40:09 +02:00
Eleftheria Stein
ac9077b9d6 Release 2.5.1 2021-06-22 11:26:33 +02:00
Eleftheria Stein
c4c7d8e233 Upgrade test dependencies 2021-06-22 11:07:31 +02:00
Eleftheria Stein
1ce7640fc5 Upgrade samples to Spring Boot 2.4.7
Closes gh-1871
2021-06-22 10:09:36 +02:00
Eleftheria Stein
a50a2fe3c9 Upgrade Spring Security to 5.5.1
Closes gh-1870
2021-06-22 09:48:36 +02:00
Eleftheria Stein
74a21dd876 Upgrade Spring Framework to 5.3.8
Closes gh-1869
2021-06-22 09:47:31 +02:00
Eleftheria Stein
c800c7af40 Use GPG_PRIVATE_KEY directly in build
Closes gh-1861
2021-05-31 16:56:03 +03:00
Eleftheria Stein
0033adf74e Update workflows for 2.5.x 2021-05-19 09:23:42 +02:00
Eleftheria Stein
0f63b0c4c8 Next development version 2021-05-19 00:39:23 +02:00
Eleftheria Stein
b1d68c0731 Release 2.5.0 2.5.0 2021-05-19 00:13:33 +02:00
Eleftheria Stein
7ec5add1bd Configure user name for Gradle CI builds
This reverts commit e41ebd8a77.
2021-05-19 00:13:17 +02:00
Eleftheria Stein
05e103d9c5 Use GPG_PRIVATE_KEY_NO_HEADER secret in CI
Issue gh-1812
2021-05-19 00:09:26 +02:00
Eleftheria Stein
8190072d3f Revert "Release 2.5.0"
This reverts commit ce16374c15.
2021-05-19 00:08:02 +02:00
Eleftheria Stein
ce16374c15 Release 2.5.0 2021-05-18 22:24:46 +02:00