Skip to content

Fix compilation failure in LettuceConnection on 3.1.x #2756

Closed
@jxblum

Description

@jxblum

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 LettuceConnection

Metadata

Metadata

Assignees

Labels

in: lettuceLettuce drivertype: blockerAn issue that is blocking us from releasingtype: taskA general task

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions