The testImplementation dependencies have been declared in the testDependencies project extension defined in the DependencySetPlugin.
The testDependencies have been (implicitly) added to the Project's testImplementation dependencies inside the DependencySetPlugin.
Replace all javax package namespace imports with jakarta packages.
Declare the jakarta.annotations:jakarta.annotations-api dependency in the spring-geode-autoconfigure module.
Change the 'spring-geode-starter' dependency declaration from the externally, fully-qualified artifact to using the project 'spring-geode-starter' module artifact.
Experiment with adding SD for Apache Geode's @Region mapping annotation as well as SD MongoDB's @Document mapping annotation and the effects on Spring Boot's auto-configuration support for SD Repositories when multiple data store providers are on the Spring Boot application classpath.
Resolves gh-51.