quarkiverse / quarkus-minio

Minio (https://min.io) Client Quarkus Extension
Apache License 2.0
16 stars 24 forks source link

Trigger release 3.7.5 #335

Closed jtama closed 3 months ago

jusr3124 commented 2 months ago

Minio 8.5.11 contains enum EventType.REPLICATION_ANY but the quarkiverse-minio 3.7.5. does not contain the enum. How come? https://github.com/minio/minio-java/pull/1571/files

jtama commented 2 months ago

I just tried to check that, and I do see that value. Are you positive that this is not a false positive let's say from you IDE ?

jusr3124 commented 2 months ago

If I do a mvn dependency:tree I get the following result:

[INFO] +- io.quarkiverse.minio:quarkus-minio:jar:3.7.5:compile [INFO] | +- io.quarkus:quarkus-arc:jar:3.12.1:compile [INFO] | | +- io.quarkus.arc:arc:jar:3.12.1:compile [INFO] | | - org.eclipse.microprofile.context-propagation:microprofile-context-propagation-api:jar:1.3:compile [INFO] | - io.quarkiverse.minio:quarkus-minio-native:jar:3.7.3:compile [INFO] | - io.minio:minio:jar:8.5.10:compile [INFO] | +- com.carrotsearch.thirdparty:simple-xml-safe:jar:2.7.1:compile [INFO] | +- com.google.guava:guava:jar:33.2.1-jre:compile [INFO] | | +- com.google.guava:failureaccess:jar:1.0.1:compile [INFO] | | +- com.google.guava:listenablefuture:jar:9999.0-empty-to-avoid-conflict-with-guava:compile [INFO] | | +- com.google.code.findbugs:jsr305:jar:3.0.2:compile [INFO] | | +- com.google.errorprone:error_prone_annotations:jar:2.28.0:compile [INFO] | | - com.google.j2objc:j2objc-annotations:jar:2.8:compile

am I doing something wrong? I use Java 17 with IDE Intellij