John Blum
d70b8d9ed3
Replace all 'javax.servlet:javax.servlet-api' dependency declarations in all Gradle module build files with 'jakarta.servlet:jakarta.servlet-api'.
2021-11-16 21:48:30 -08:00
John Blum
18900c5f09
Add dependency management for 'jakarta.servlet:jakarta.servlet-api:5.0.0'.
...
Add dependency management for 'jakarta.servlet.jsp.jstl:jakarta.servlet.jsp.jstl-api:2.0.0'.
2021-11-16 21:48:30 -08:00
John Blum
aac69485de
Change import of javax.annotation.PostConstruct to a Jakarta import.
2021-11-16 21:48:30 -08:00
John Blum
b0f40fd62c
Declare 'jakarta.annotation:jakarta-annotation-api' as a compile dependency in the spring-session-data-geode module.
2021-11-16 21:48:11 -08:00
John Blum
92bdbfbadf
Add dependency management for 'jakarta.annotation:jakarta-annotation-api:2.0.0'.
2021-11-16 21:14:41 -08:00
John Blum
1523659d62
Upgrade to Spring Session 3.0.0-SNAPSHOT.
2021-11-16 20:59:01 -08:00
John Blum
6e394adf04
Upgrade to Spring Data Next.
...
Upgrade to Spring Data BOM 2022.1.0-SNAPSHOT.
Upgrade to Spring Data Commons 3.0.0-SNAPSHOT.
Upgrade to Spring Data for Apache Geode 3.0.0-SNAPSHOT.
2021-11-16 20:58:53 -08:00
John Blum
2bb5a3b713
Upgrade to Spring Framework 6.0.0.
2021-11-16 20:58:46 -08:00
John Blum
ef263ad747
Upgrade to Java 17.
2021-11-16 20:48:00 -08:00
John Blum
56134a0fe1
Adapt all SSDG Gradle module build files to Gradle 7.3.
2021-11-16 20:47:47 -08:00
John Blum
11716691a2
Adapt the GemFireServerPlugin (Gradle Plugin) to Gradle API changes in version 7.3.
2021-11-16 20:45:19 -08:00
John Blum
0cf6e848ef
Upgrade to Gradle 7.3.
2021-11-16 20:44:30 -08:00
John Blum
aa04c9a8a2
Change 'developer' metadata (id, name, email) for the Gradle generated Maven POM file.
2021-11-16 20:44:01 -08:00
John Blum
653c71a789
Add dependency management for the 'org.projectlombok:lombok:1.18.22' dependency.
2021-11-16 20:42:46 -08:00
John Blum
6e8aef70e2
Refactor the SSDG Gradle build project to build with the local Spring Build Conventions Gradle Plugins.
...
Move Gradle build script extensions under the ext { .. } code block inside the buildscript { .. } code block.
Declare the repo.spring.io/plugins-release repository to be used by the Gradle build script.
Configure the nohttp Gradle Plugin.
2021-11-16 20:40:51 -08:00
John Blum
8c0f72eacb
Re-organize the dependencies in the buildSrc project Gradle build file.
2021-11-16 20:35:11 -08:00
John Blum
a1f299a967
Refactor Spring Build Conventions Gradle Plugins with missing features and logic required by SSDG.
...
Format source code.
2021-11-16 20:32:56 -08:00
John Blum
dad6328828
Remove unnecessary and unused SortedProperties Groovy class.
2021-11-16 20:29:44 -08:00
John Blum
7b450cd913
Add missing Spring Build Conventions Gradle Plugins requried by SSDG.
...
Add Asciidoctor (Convention) Gradle Plugin.
Add DependencySet Gradle Plugin.
2021-11-16 20:28:55 -08:00
John Blum
7bf623894f
Include the Spring Build Conventions Gradle Plugins in Gradle buildSrc.
...
Include the Spring Maven Gradle Plugin in Gradle buildSrc.
Include the Spring PropDeps Gradle Plugin in Gradle buildSrc.
Include the Spring Sagan (spring.io website) Gradle Plugin in Gradle buildSrc.
(Optional?) Include the Spring GitHub Milestone Gradle Plugin in Gradle buildSrc.
2021-11-16 20:26:14 -08:00
John Blum
dd3389f8f4
Set version to 3.0.0-SNAPSHOT.
2021-11-16 20:25:45 -08:00
John Blum
2ebb978b08
Edit README to refer to 2.6.0 release.
2021-11-16 11:54:54 -08:00
John Blum
4342bce10e
Prepare next development iteration.
...
Set Spring Session (core) version to 2.6.1-SNAPSHOT.
Set version to 2.6.1-SNAPSHOT.
2021-11-16 11:01:07 -08:00
John Blum
ab15742506
Release 2.6.0.
2021-11-16 10:48:30 -08:00
John Blum
3a43ce8f5a
Edit changelog and add 2.6.0 release notes.
2021-11-16 10:46:48 -08:00
John Blum
41d30ca5ef
Upgrade to Spring Security 5.6.0.
2021-11-16 10:22:54 -08:00
John Blum
2913c0c493
Upgrade to Spring Session 2.6.0.
2021-11-16 10:18:48 -08:00
John Blum
db5f2fa11c
Upgrade to Spring Data Q GA.
...
Upgrade to Spring Data BOM 2021.1.0 (Q-GA).
Upgrade to Spring Data Commons 2.6.0.
Upgrade to Spring Data for Apache Geode 2.6.0.
2021-11-16 10:17:33 -08:00
John Blum
2b4ef8b0a2
Upgrade to Spring Framework 5.3.13.
2021-11-16 10:15:51 -08:00
John Blum
27e0acca44
Upgrade to Spring Test for Apache Geode 0.0.28.
2021-10-28 17:29:46 -07:00
John Blum
8285d9a5ae
Upgrade to Spring Test for Apache Geode 0.0.27.
2021-10-28 11:51:34 -07:00
John Blum
4188f7304f
Upgrade to Spring Boot 2.6.0-RC1.
2021-10-28 11:50:33 -07:00
John Blum
1eed0e8056
Upgrade to Spring Framework 5.3.12.
2021-10-28 11:49:58 -07:00
John Blum
dde76f02f1
Remove 'org.apache.geode:geode-membership' and 'org.apache.geode:geode-tcp-server' provided dependency declarations.
...
Add Javadoc to the GemFireUtilsTests to remove use of internal Apache Geode APIs (AbstractRegion).
2021-10-20 16:37:19 -07:00
John Blum
d83f8694ce
Edit README to refer to 2.6.0-RC1.
2021-10-20 16:00:41 -07:00
John Blum
533a3d3c61
Prepare next development iteration.
...
Set Spring Session (core) version to 2.6.0-SNAPSHOT.
Set version to 2.6.0-SNAPSHOT.
2021-10-20 15:53:53 -07:00
John Blum
5de6f94bcd
Release 2.6.0-RC1.
2021-10-20 15:40:00 -07:00
John Blum
0ba2c4cb96
Edit changelog and add 2.6.0-RC1 release notes.
2021-10-20 15:38:27 -07:00
John Blum
0012efa451
Upgrade to Apache Geode 1.14.0.
2021-10-20 15:17:28 -07:00
John Blum
6773e0c5a4
Upgrade to Spring Session 2.6.0-RC1.
2021-10-20 15:07:06 -07:00
John Blum
87858b2d18
Upgrade to Spring Security 5.6.0-RC1.
2021-10-20 15:06:48 -07:00
John Blum
1039ae7fb9
Upgrade to Spring Data Q-RC1.
...
Upgrade to Spring Data BOM 2021.1.0-RC1.
Upgrade to Spring Data Commons 2.6.0-RC1.
Upgrade to Spring Data for Apache Geode 2.6.0-RC1.
2021-10-20 15:06:15 -07:00
John Blum
c223d52dfc
Upgrade to Spring Boot 2.6.0-M3.
2021-10-20 15:06:09 -07:00
John Blum
cf4fd470a0
Upgrade to Spring Framework 5.3.11.
2021-10-20 15:06:03 -07:00
John Blum
a2bf8159d8
Upgrade to SLF4J 1.7.32.
2021-10-20 15:05:49 -07:00
John Blum
0fa1da51d7
Upgrade to Mockito 4.0.0.
2021-10-20 14:57:41 -07:00
John Blum
2f9f0c448d
Upgrade to AssertJ 3.21.0.
2021-10-20 14:51:01 -07:00
John Blum
318df47ccc
Edit changelog and include 2.5.5 release notes.
2021-10-20 14:49:55 -07:00
John Blum
b77eaa3c82
Edit changelog and include 2.4.8 release notes.
2021-10-20 14:49:14 -07:00
John Blum
faf1f8b10e
Upgrade to Gradle 6.9.1.
2021-09-29 10:52:25 -07:00