question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

ReflectionFactory is internal proprietary API and may be removed

See original GitHub issue

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

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:6 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
vcottagiricommented, Jul 17, 2020

@sijie - Let me look into this one

0reactions
vcottagiricommented, Jul 17, 2020

@sijie - thanks. Raised PR. Hope its what @merlimat was looking for.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Suppress javac warning "...is internal proprietary API and may ...
The warning about proprietary API means that you should not use the API which causes the warning. Sun does not support such API...
Read more >
internal proprietary API and may be removed in a future release
IntelliJ suppresses java compiler warning: "internal proprietary API and may be removed in a future release". I use IntelliJ Ultimate 15+ EAP with...
Read more >
XYZ is a proprietary API and may be removed in a future ...
Hi there, during compilation of a quite complex Java project with NetBeans, I got a lot of warning messages like the one in...
Read more >
A peek into Java 17: Encapsulating the Java runtime internals
In Java 8 and before, you can call public methods on any public class ... is internal proprietary API and may be removed...
Read more >
View All Attachments for Bug 747370 - Gentoo's Bugzilla
... warning: ReflectionFactory is internal proprietary API and may be removed in a future release import sun.reflect.ReflectionFactory ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found