Fokko opened a new pull request, #12068:
URL: https://github.com/apache/iceberg/pull/12068

   Work by @jbonofre, let's include this in 1.7.2 as well:
   
   I've checked out the branch, and it is also excluded from the JAR on the 
`1.7.x` branch:
   ```
   ➜  azure find . | grep -i slf4j
   
./org/apache/iceberg/azure/shaded/io/netty/util/internal/logging/LocationAwareSlf4JLogger.class
   
./org/apache/iceberg/azure/shaded/io/netty/util/internal/logging/Slf4JLoggerFactory$NopInstanceHolder.class
   
./org/apache/iceberg/azure/shaded/io/netty/util/internal/logging/Slf4JLoggerFactory.class
   
./org/apache/iceberg/azure/shaded/io/netty/util/internal/logging/Slf4JLogger.class
   ./reactor/util/Loggers$Slf4JLoggerFactory.class
   ./reactor/util/Loggers$Slf4JLogger.class
   ```
   
   ```
   ➜  gcp find . | grep -i slf4j                                                
                               
   
./io/grpc/netty/shaded/io/netty/util/internal/logging/LocationAwareSlf4JLogger.class
   
./io/grpc/netty/shaded/io/netty/util/internal/logging/Slf4JLoggerFactory$NopInstanceHolder.class
   
./io/grpc/netty/shaded/io/netty/util/internal/logging/Slf4JLoggerFactory.class
   ./io/grpc/netty/shaded/io/netty/util/internal/logging/Slf4JLogger.class
   ```
   
   ```
   ➜  aws find . | grep -i slf4j                     
   
./org/apache/iceberg/aws/shaded/io/netty/util/internal/logging/LocationAwareSlf4JLogger.class
   
./org/apache/iceberg/aws/shaded/io/netty/util/internal/logging/Slf4JLoggerFactory$NopInstanceHolder.class
   
./org/apache/iceberg/aws/shaded/io/netty/util/internal/logging/Slf4JLoggerFactory.class
   
./org/apache/iceberg/aws/shaded/io/netty/util/internal/logging/Slf4JLogger.class
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org
For additional commands, e-mail: issues-h...@iceberg.apache.org

Reply via email to