diff --git a/buildSrc/src/main/groovy/io/spring/gradle/convention/AbstractSpringJavaPlugin.groovy b/buildSrc/src/main/groovy/io/spring/gradle/convention/AbstractSpringJavaPlugin.groovy index 7048e3c5..31d9c1a9 100644 --- a/buildSrc/src/main/groovy/io/spring/gradle/convention/AbstractSpringJavaPlugin.groovy +++ b/buildSrc/src/main/groovy/io/spring/gradle/convention/AbstractSpringJavaPlugin.groovy @@ -28,7 +28,7 @@ import org.springframework.gradle.propdeps.PropDepsIdeaPlugin import org.springframework.gradle.propdeps.PropDepsPlugin /** - * Abstract base Gradle {@link Plugin} for all Spring Java & Groovy Gradle Plugins used by SBDG. + * Abstract base Gradle {@link Plugin} for all Spring Java & Groovy Gradle Plugins used by SBDG. * * This abstract base Gradle {@link Plugin} primarily serves to apply a common set of Gradle {@link Plugin Plugins), * such as the {@link JavaPlugin} and {@link GroovyPlugin} for the various SBDG project Spring modules as well as other diff --git a/buildSrc/src/main/groovy/io/spring/gradle/convention/DependencyManagementExportTask.groovy b/buildSrc/src/main/groovy/io/spring/gradle/convention/DependencyManagementExportTask.groovy index 120bf66b..82f303f8 100644 --- a/buildSrc/src/main/groovy/io/spring/gradle/convention/DependencyManagementExportTask.groovy +++ b/buildSrc/src/main/groovy/io/spring/gradle/convention/DependencyManagementExportTask.groovy @@ -22,7 +22,7 @@ import org.gradle.api.tasks.Internal import org.gradle.api.tasks.TaskAction /** - * Gradle API Task to output all the configured project & subproject (runtime) dependencies. + * Gradle API Task to output all the configured project & subproject (runtime) dependencies. * * @author Rob Winch * @author John Blum diff --git a/spring-geode-autoconfigure/src/main/java/org/springframework/geode/boot/autoconfigure/CachingProviderAutoConfiguration.java b/spring-geode-autoconfigure/src/main/java/org/springframework/geode/boot/autoconfigure/CachingProviderAutoConfiguration.java index d8e0f53d..7663c6f4 100644 --- a/spring-geode-autoconfigure/src/main/java/org/springframework/geode/boot/autoconfigure/CachingProviderAutoConfiguration.java +++ b/spring-geode-autoconfigure/src/main/java/org/springframework/geode/boot/autoconfigure/CachingProviderAutoConfiguration.java @@ -49,7 +49,7 @@ import org.springframework.util.StringUtils; * using Apache Geode as the caching provider. * * @author John Blum - * @see javax.annotation.PostConstruct + * @see jakarta.annotation.PostConstruct * @see org.apache.geode.cache.GemFireCache * @see org.springframework.boot.SpringBootConfiguration * @see org.springframework.boot.autoconfigure.EnableAutoConfiguration diff --git a/spring-geode-autoconfigure/src/main/java/org/springframework/geode/boot/autoconfigure/configuration/support/ClientSecurityProperties.java b/spring-geode-autoconfigure/src/main/java/org/springframework/geode/boot/autoconfigure/configuration/support/ClientSecurityProperties.java index 53f8dd5a..b1c85e75 100644 --- a/spring-geode-autoconfigure/src/main/java/org/springframework/geode/boot/autoconfigure/configuration/support/ClientSecurityProperties.java +++ b/spring-geode-autoconfigure/src/main/java/org/springframework/geode/boot/autoconfigure/configuration/support/ClientSecurityProperties.java @@ -23,7 +23,7 @@ import org.springframework.boot.context.properties.ConfigurationProperties; /** * Spring Boot {@link ConfigurationProperties} used to configure an Apache Geode {@link ClientCache} Security - * (authentication & authorization). + * (authentication & authorization). * * The configuration {@link Properties} are based on well-known, documented Spring Data for Apache Geode (SDG) * {@link Properties}. diff --git a/spring-geode-autoconfigure/src/main/java/org/springframework/geode/boot/autoconfigure/configuration/support/PeerSecurityProperties.java b/spring-geode-autoconfigure/src/main/java/org/springframework/geode/boot/autoconfigure/configuration/support/PeerSecurityProperties.java index e454908d..ad2c6341 100644 --- a/spring-geode-autoconfigure/src/main/java/org/springframework/geode/boot/autoconfigure/configuration/support/PeerSecurityProperties.java +++ b/spring-geode-autoconfigure/src/main/java/org/springframework/geode/boot/autoconfigure/configuration/support/PeerSecurityProperties.java @@ -23,7 +23,7 @@ import org.springframework.boot.context.properties.ConfigurationProperties; /** * Spring Boot {@link ConfigurationProperties} used to configure an Apache Geode peer {@link Cache} Security - * (authentication & authorization). + * (authentication & authorization). * * The configuration {@link Properties} are based on well-known, documented Spring Data for Apache Geode (SDG) * {@link Properties}. diff --git a/spring-geode-autoconfigure/src/main/java/org/springframework/geode/boot/autoconfigure/configuration/support/SecurityProperties.java b/spring-geode-autoconfigure/src/main/java/org/springframework/geode/boot/autoconfigure/configuration/support/SecurityProperties.java index 4ffcba19..fdc04722 100644 --- a/spring-geode-autoconfigure/src/main/java/org/springframework/geode/boot/autoconfigure/configuration/support/SecurityProperties.java +++ b/spring-geode-autoconfigure/src/main/java/org/springframework/geode/boot/autoconfigure/configuration/support/SecurityProperties.java @@ -23,7 +23,7 @@ import org.springframework.boot.context.properties.NestedConfigurationProperty; /** * Spring Boot {@link ConfigurationProperties} used to configure Apache Geode Security. * - * Security configuration covers Authentication & Authorization (AUTH) as well as Secure Transport using SSL + * Security configuration covers Authentication & Authorization (AUTH) as well as Secure Transport using SSL * (i.e. securing data in motion). Securing data at rest (e.g. disk based encryption) is not yet supported. * * The configuration {@link Properties} are based on well-known, documented Spring Data for Apache Geode (SDG) diff --git a/spring-geode-autoconfigure/src/test/java/org/springframework/geode/boot/autoconfigure/topology/clientserver/SpringBootApacheGeodeClientServerIntegrationTests.java b/spring-geode-autoconfigure/src/test/java/org/springframework/geode/boot/autoconfigure/topology/clientserver/SpringBootApacheGeodeClientServerIntegrationTests.java index c1743f34..9da701c9 100644 --- a/spring-geode-autoconfigure/src/test/java/org/springframework/geode/boot/autoconfigure/topology/clientserver/SpringBootApacheGeodeClientServerIntegrationTests.java +++ b/spring-geode-autoconfigure/src/test/java/org/springframework/geode/boot/autoconfigure/topology/clientserver/SpringBootApacheGeodeClientServerIntegrationTests.java @@ -55,7 +55,7 @@ import lombok.RequiredArgsConstructor; import lombok.ToString; /** - * Integration Tests testing and asserting the interaction between an Apache Geode client & server + * Integration Tests testing and asserting the interaction between an Apache Geode client & server * in the client/server topology, bootstrapped, configured and initialized with Spring Boot for Apache Geode. * * @author John Blum