-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Labels
in: lettuceLettuce driverLettuce drivertype: blockerAn issue that is blocking us from releasingAn issue that is blocking us from releasingtype: taskA general taskA general task
Milestone
Description
LettuceConnection is failing to compile due to:
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR] reason: class file for javax.annotation.meta.When not found
/Users/jblum/pivdev/spring-data-redis/src/main/java/org/springframework/data/redis/connection/lettuce/LettuceConnection.java:[1035,71] error: cannot find symbol
symbol: variable command
location: class LettuceConnection
[INFO] 1 error
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 24.320 s
[INFO] Finished at: 2023-10-23T12:49:03-07:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.11.0:compile (java-compile) on project spring-data-redis: Compilation failure
[ERROR] reason: class file for javax.annotation.meta.When not found
[ERROR] /Users/jblum/pivdev/spring-data-redis/src/main/java/org/springframework/data/redis/connection/lettuce/LettuceConnection.java:[1035,71] error: cannot find symbol
[ERROR] symbol: variable command
[ERROR] location: class LettuceConnectionMetadata
Metadata
Assignees
Labels
in: lettuceLettuce driverLettuce drivertype: blockerAn issue that is blocking us from releasingAn issue that is blocking us from releasingtype: taskA general taskA general task