Replace Java EE 8 with Jakarta EE 9 bits.

Replace all javax package namespace imports with jakarta packages.

Declare the jakarta.annotations:jakarta.annotations-api dependency in the spring-geode-autoconfigure module.
This commit is contained in:
John Blum
2022-01-12 12:10:58 -08:00
parent ed1aa69a39
commit a069263ca5
40 changed files with 59 additions and 57 deletions

View File

@@ -19,7 +19,7 @@ import static org.assertj.core.api.Assertions.assertThat;
import java.io.IOException;
import javax.annotation.Resource;
import jakarta.annotation.Resource;
import org.junit.AfterClass;
import org.junit.Before;