You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by gi...@git.apache.org on 2017/08/12 08:02:58 UTC

[GitHub] maskit opened a new issue #683: ReflectionFactory is internal proprietary API and may be removed

maskit opened a new issue #683: ReflectionFactory is internal proprietary API and may be removed
URL: https://github.com/apache/incubator-pulsar/issues/683
 
 
   #### Expected behavior
   No warnings during build
   
   #### Actual behavior
   ```
   [INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ managed-ledger ---
   [INFO] Compiling 30 source files to /Users/masakazu/git/pulsar/managed-ledger/target/test-classes
   [WARNING] /Users/masakazu/git/pulsar/managed-ledger/src/test/java/org/apache/zookeeper/MockZooKeeper.java:[81,23] ReflectionFactory is internal proprietary API and may be removed in a future release
   [WARNING] /Users/masakazu/git/pulsar/managed-ledger/src/test/java/org/apache/zookeeper/MockZooKeeper.java:[81,58] ReflectionFactory is internal proprietary API and may be removed in a future release
   ```
   
   #### Steps to reproduce
   
   ```
   mvn install -DskipTests
   ```
   
   #### System configuration
   **Pulsar version**: master c51eaad
   **OS**: macOS 10.12
   
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services