Expected behavior
Jedis JAR contents should be namespaced to avoid conflicts when compiled together with other JARs in an application.
I think the more conventional namespace would be META-INF/maven/redis.clients/jedis/pom.properties
Actual behavior
Jedis JAR contains pom.properties at the root which could conflict with other libraries at compile time.
Steps to reproduce:
- Unzip the Jedis 5.0 JAR
- See pom.properties in the root
Redis / Jedis Configuration
5.0
Expected behavior
Jedis JAR contents should be namespaced to avoid conflicts when compiled together with other JARs in an application.
I think the more conventional namespace would be
META-INF/maven/redis.clients/jedis/pom.propertiesActual behavior
Jedis JAR contains pom.properties at the root which could conflict with other libraries at compile time.
Steps to reproduce:
Redis / Jedis Configuration
5.0