Vedran Pavic
e2abe36fa8
Upgrade samples to Spring Boot 2.2.0.RC1
...
Resolves : #1521
2019-10-03 17:16:59 +02:00
Vedran Pavic
456fd3adb4
Next development version
2019-10-01 06:26:41 +02:00
Vedran Pavic
bd0f474b5b
Release 2.2.0.RC1
2019-10-01 06:25:43 +02:00
Vedran Pavic
e5a3933cb6
Upgrade spring-build-conventions to 0.0.27.RELEASE
2019-10-01 06:09:41 +02:00
Vedran Pavic
71e5cc857a
Use Jackson 2.10.0 in samples
...
See: #1508
2019-10-01 00:28:34 +02:00
Vedran Pavic
df455ddc89
Upgrade Spring Security to 5.2.0.RELEASE
...
Resolves : #1508
2019-09-30 23:55:50 +02:00
Vedran Pavic
eceeaa665d
Use Reactor Dysprosium-RELEASE in samples
...
See: #1509
2019-09-30 21:47:08 +02:00
Vedran Pavic
e6c54d8a75
Upgrade Spring Data to Moore-RELEASE
...
Resolves : #1507
2019-09-30 21:42:47 +02:00
Vedran Pavic
c88456a183
Rework scheduling configurers into nested configuration
...
This commit extracts scheduling configurers that are used in Redis and JDBC configurations into nested configuration classes in order to avoid bean method references.
Resolves : #1516
2019-09-30 16:08:55 +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
b9fd3666b5
Update integration tests
2019-09-30 16:08:20 +02:00
Vedran Pavic
e06ea36ad5
Upgrade test dependencies
2019-09-30 16:08:18 +02:00
Vedran Pavic
0a1701233e
Upgrade Spring Framework to 5.2.0.RELEASE
...
Resolves : #1506
2019-09-30 09:55:05 +02:00
Vedran Pavic
47a4873199
Align TransactionOperations usage with Spring Framework 5.2.0.RELEASE
...
See: #1506
2019-09-29 22:12:30 +02:00
Vedran Pavic
bd36e115a8
Align with spring-javaformat 0.0.15
2019-09-29 16:16:36 +02:00
Vedran Pavic
ec82336477
Parallelize JDBC integration tests
...
See: #1505
2019-09-27 07:14:23 +02:00
Vedran Pavic
feaf8780a8
Add support for configuring custom IndexResolver
...
See: #1467
2019-09-26 22:18:37 +02:00
Vedran Pavic
b357a76ce3
Align Spring Data Redis dependency excludes with Moore-RELEASE
...
See: #1507
2019-09-26 14:42:22 +02:00
Vedran Pavic
2c6f22afb0
Upgrade Reactor to Dysprosium-RELEASE
...
Resolves : #1509
2019-09-25 00:30:42 +02:00
Vedran Pavic
34306fd3a0
Fix Gradle dependency caching configuration
...
See: #1505
2019-09-24 20:50:58 +02:00
Vedran Pavic
a6c1d8eb1d
Tweak Gradle JVM memory settings
...
See: #1505
2019-09-23 22:35:34 +02:00
Vedran Pavic
e48b46a2d5
Improve support for Oracle integration tests
...
Resolves : #1510
2019-09-23 22:35:33 +02:00
Vedran Pavic
8cc8fbb7fd
Harmonize naming of session repositories
...
Resolves : #1455
2019-09-22 21:47:53 +02:00
Vedran Pavic
96715e04f2
Start building against Reactor Dysprosium-RELEASE snapshots
...
See: #1509
2019-09-17 22:12:04 +02:00
Vedran Pavic
121a633a40
Optimize project build
...
This commit optimizes build by:
- configuring Gradle JVM memory settings
- configuring parallel execution
- disabling caching of snapshots
Resolves : #1505
2019-09-17 22:07:44 +02:00
Vedran Pavic
bf31a9b04b
Start building against Spring Security 5.2.0.RELEASE snapshots
...
See: #1508
2019-09-12 22:47:01 +02:00
Vedran Pavic
a209d436d1
Start building against Spring Data Moore-RELEASE snapshots
...
See: #1507
2019-09-12 22:46:18 +02:00
Vedran Pavic
6c76a1ccdd
Start building against Spring Framework 5.2.0.RELEASE snapshots
...
See: #1506
2019-09-12 22:45:33 +02:00
Vedran Pavic
c974eeb188
Upgrade samples to Spring Boot 2.2.0.M6
...
Resolves : #1504
2019-09-11 22:38:38 +02:00
Rob Winch
3b5dadb07f
Next Development Version
2019-09-06 11:54:55 -05:00
Rob Winch
3e6b3fda0f
Release 2.2.0.M4
2019-09-06 11:36:11 -05:00
Rob Winch
840da7fb5a
Update to Spring Security 5.2.0.RC1
...
Fixes gh-1487
2019-09-06 09:31:24 -05:00
Vedran Pavic
560ee5ff4f
Upgrade Spring Data to Moore-RC3
...
Resolves : #1486
2019-09-06 13:17:30 +02:00
Vedran Pavic
072348e28f
Upgrade Gradle to 5.6.2
2019-09-05 22:19:39 +02:00
Vedran Pavic
99dfdda7b7
Upgrade Spring Framework to 5.2.0.RC2
...
Resolves : #1485
2019-09-05 13:12:34 +02:00
Vedran Pavic
18b097d9c7
Upgrade Reactor to Dysprosium-RC1
...
Resolves : #1498
2019-09-04 07:12:21 +02:00
Vedran Pavic
702a35fac6
Update integration tests
2019-09-03 22:54:57 +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
Lars Grefer
f746233255
Upgrade Gradle to 5.6.1
...
Resolves : #1496
2019-08-30 22:44:42 +02:00
Vedran Pavic
f6c82f1eee
Improve support for customizing JDBC session store transaction behavior
...
Resolves : #1469
2019-08-23 23:26:11 +02:00
Josh Cummings
bcdd05a0bc
Add OnCommittedResponseWrapper.setContentLengthLong
...
Add setContentLengthLong tracking to OnCommittedResponseWrapper in
order to detect commits on servlets that use setContentLengthLong to
announce the entity size they are about to write (as used in the
Apache Tomcat's DefaultServlet).
Fixes gh-1489
2019-08-20 13:29:52 -06:00
Vedran Pavic
5d26ab4df4
Add support for AuthenticatedPrincipal in SpringSessionBackedSessionRegistry
...
Resolves : #1488
2019-08-10 11:23:25 +02:00
Vedran Pavic
e55d86f5e2
Start building against Spring Security 5.2.0.RC1 snapshots
...
See: #1487
2019-08-07 21:21:34 +02:00
Vedran Pavic
fe480b338c
Start building against Spring Data Moore-RC3 snapshots
...
See: #1486
2019-08-07 21:13:03 +02:00
Vedran Pavic
4b13392430
Start building against Spring Framework 5.2.0.RC2 snapshots
...
See: #1485
2019-08-07 21:11:34 +02:00
Vedran Pavic
e5d9ce6ead
Upgrade samples to Spring Boot 2.2.0.M5
...
Resolves : #1484
2019-08-06 18:07:18 +02:00
Vedran Pavic
bc1ef4359a
Next development version
2019-08-05 22:18:02 +02:00
Vedran Pavic
98fa5ed52d
Release 2.2.0.M3
2019-08-05 22:16:41 +02:00
Vedran Pavic
44468134aa
Upgrade samples to Spring Framework 5.2.0.RC1
...
See: #1460
2019-08-05 21:58:23 +02:00
Vedran Pavic
c14c621da6
Remove Spring Framework snapshot dependency from samples
...
See: #1460
2019-08-05 21:43:53 +02:00