Vedran Pavic
0c1dbc7355
Revert "Use simple Redis repository by default"
...
This reverts commit 8582b970
See gh-2122
2022-09-07 09:46:55 -05:00
Vedran Pavic
8e8de48614
Fix deprecation warnings
2022-09-06 15:27:53 -05:00
Rob Winch
8c49d5993f
Fix antora-playbook.yml
...
When 3.0.x was renamed to main the antora playbook should have been copied
from 2.7.x to 3.0.x.
Closes gh-2135
2022-08-30 23:04:34 -05:00
Rob Winch
d257f1779e
Improve Tags/Branches Antora Processes
2022-08-30 22:58:44 -05:00
Rob Winch
a81918116d
Update to Antora 3.1.0
2022-08-30 22:58:02 -05:00
Vedran Pavic
9524730ab1
Update integration tests
...
This commit updates Docker images used in all the integration tests. Additionally, it updates JDBC session repository Oracle integration tests to run unconditionally.
2022-08-30 21:48:39 -05:00
Vedran Pavic
7856113608
Remove unused test sources in docs
...
This commit removes test sources that are already present in modules/ROOT/examples path of spring-session-docs module.
2022-08-30 21:46:05 -05:00
Vedran Pavic
820c055e7e
Update .gitignore
...
This commit updates .gitignore to include NPM files created by Antora tasks of spring-session-docs module.
2022-08-30 21:46:05 -05:00
Vedran Pavic
2817d309ac
Configure nohttp to ignore docs build output
...
At present, project build fails with checkstyleNohttp task error if not cleaned beforehand.
This commit updates nohttp configuration so that it ignores build output of examples in spring-session-docs module.
Closes gh-2127
2022-08-30 21:46:05 -05:00
Vedran Pavic
2191c6f296
Use text blocks for SQL statements
...
With Java 17 now being the baseline, strings containing SQL statements
can be managed more conveniently using text blocks.
2022-08-30 21:44:38 -05:00
Vedran Pavic
87bb3df543
Upgrade Spring JavaFormat to 0.0.34
2022-08-30 21:44:38 -05:00
Vedran Pavic
38a87e093a
Disable Hazelcast network join auto-detection in tests
...
At present, Hazelcast configurations used in tests disable multicast join but leave network join auto-detection enabled. This can cause issues with parallel test execution on machines that have bigger number of CPU cores/threads.
This commit updates Hazelcast configurations used in tests to disable network join auto-detection and thus ensure no network join method ends up being enabled.
2022-08-19 13:33:21 -05:00
Vedran Pavic
75ab31d459
Remove deprecated code in spring-session-data-mongodb
2022-08-19 13:31:44 -05:00
Vedran Pavic
9041ffb29e
Remove deprecated code in spring-session-hazelcast
2022-08-19 13:31:44 -05:00
Vedran Pavic
b20b08e020
Remove deprecated code in spring-session-jdbc
2022-08-19 13:31:44 -05:00
Vedran Pavic
de57f2cd14
Remove deprecated code in spring-session-data-redis
2022-08-19 13:31:44 -05:00
Vedran Pavic
b85ec4de1a
Fix Spring Security configuration in tests
...
As of spring-projects/spring-security#11653 , Spring Security's [at]Enable*Security annotations are not meta annotated with [at]Configuration which breaks some of our tests.
This commit adds missing [at]Configuration annotations where needed.
Closes gh-2118
2022-08-19 11:20:04 -05:00
Marcus Da Coregio
812ac239c0
Fix Session Security Runtime Hints always being registered
...
Splits the Security and Common Session hints in two different classes and only register security hints if SecurityContextImpl is present
Issue gh-2104
2022-08-05 10:59:50 -03:00
Marcus Da Coregio
cc4a15db79
Use SQLErrorCodeSQLExceptionTranslator in JdbcTemplate
...
Closes gh-2108
2022-07-20 09:13:30 -03:00
Marcus Da Coregio
65b994cad1
Polish RuntimeHintsRegistrar
...
Add RuntimeHints suffix to classes
Make classes package-private
Use ReflectionUtilsPredicates#serialization
Closes gh-2111
Closes gh-2112
2022-07-18 09:06:57 -03:00
Marcus Da Coregio
374ea4a432
Upgrade com.hazelcast:hazelcast to 5.0.3
...
Closes gh-2110
2022-07-18 09:06:35 -03:00
Marcus Da Coregio
abce2eb555
Add native-image support for Core classes
...
Closes gh-2104
2022-07-08 11:20:54 -03:00
Marcus Da Coregio
dc2e93f198
Add native-image support for Session JDBC
...
Closes gh-2103
2022-07-08 11:08:33 -03:00
Marcus Da Coregio
00d248b0b5
Fix failing tests
...
Issue gh-2107
2022-07-08 11:07:02 -03:00
Marcus Da Coregio
13b0e5cc8a
Use Spring Security 6 SNAPSHOTs
...
Closes gh-2106
2022-07-08 08:45:28 -03:00
Marcus Da Coregio
dd0edeaef8
Use Spring Framework 6 SNAPSHOTs
...
Closes gh-2105
2022-07-08 08:45:15 -03:00
Rob Winch
7fac9efc89
Next Developement Version
2022-05-18 14:58:54 -05:00
Rob Winch
8553b52431
Release 3.0.0-M3
2022-05-18 14:54:53 -05:00
Rob Winch
69d8fda4cc
Update spring-data-bom:2022.0.0-M4
2022-05-18 14:41:48 -05:00
Rob Winch
a9f7a35ef3
Revert "Temporarily Disable Samples"
...
This reverts commit 2effbd19ab .
2022-05-18 14:41:02 -05:00
Rob Winch
679b6e57df
Next Development Version
2022-05-18 13:09:22 -05:00
Rob Winch
1bc21d5187
Release 3.0.0-M2
2022-05-18 13:08:46 -05:00
Rob Winch
2effbd19ab
Temporarily Disable Samples
2022-05-18 13:00:33 -05:00
Rob Winch
31275574ee
Update to spring-security-bom:6.0.0-M5
...
Closes gh-2093
2022-05-18 12:04:25 -05:00
Rob Winch
e4201aea05
Update to spring-data-bom:2022.0.0-M3
...
Closes gh-9092
2022-05-18 12:04:25 -05:00
Rob Winch
3c134778d8
Update to spring-framework-bom:6.0.0-M4
...
Closes gh-2091
2022-05-18 12:04:25 -05:00
Rob Winch
bc51d842dc
Update to jackson-bom:2.13.3
...
Clsoes gh-2090
2022-05-18 12:04:25 -05:00
Rob Winch
17610e7cc2
Update to reactor-bom:2020.0.19
...
Closes gh-2089
2022-05-18 12:04:15 -05:00
Rob Winch
3ce78f6cd0
Fix formatting
2022-05-13 17:49:29 -05:00
Rob Winch
21b0f60721
Add .sdkmanrc
2022-05-13 17:41:34 -05:00
Rob Winch
0dcdf5f147
Fix Thymeleaf Samples
...
Thymeleaf removed support for accessing the HttpServletRequest and HttpSession
automatically, so we need to add any properties we want to access as ModelAttributes
Closes gh-2076
2022-05-13 17:37:33 -05:00
Rob Winch
a0bf6a0e62
Restore all Samples
2022-05-13 17:36:52 -05:00
Rob Winch
d23b81f300
Fix spring-session-sample-boot-mongodb-traditional
2022-05-13 17:36:52 -05:00
Rob Winch
f33c5fe19a
Fix spring-session-sample-boot-websocket
2022-05-13 17:36:52 -05:00
Rob Winch
e1c4b25671
Fix spring-session-sample-boot-hazelcast
2022-05-13 17:36:52 -05:00
Rob Winch
9bf18059d2
Fix xpring-session-sample-boot-jdbc
2022-05-13 17:36:52 -05:00
Rob Winch
342198cdfb
Fix spring-session-sample-boot-redis-json
2022-05-13 17:36:52 -05:00
Rob Winch
c151a97227
Fix spring-session-sample-boot-findbyusername
2022-05-13 17:36:52 -05:00
Rob Winch
0cb6e0ebc9
Fix spring-session-sample-boot-redis-simple
2022-05-13 17:36:52 -05:00
Rob Winch
b4c3cefcf4
fix spring-session-sample-boot-redis
2022-05-13 17:36:52 -05:00