We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 565a646 commit 7898b79Copy full SHA for 7898b79
src/main/java/com/rabbitmq/client/impl/ClientVersion.java
@@ -30,6 +30,7 @@ public class ClientVersion {
30
31
// We store the version property in an unusual way because relocating the package can rewrite the key in the property
32
// file, which results in spurious warnings being emitted at start-up.
33
+ // see https://github.com/rabbitmq/rabbitmq-java-client/issues/436
34
private static final char[] VERSION_PROPERTY = new char[] {'c', 'o', 'm', '.', 'r', 'a', 'b', 'b', 'i', 't', 'm', 'q', '.',
35
'c', 'l', 'i', 'e', 'n', 't', '.', 'v', 'e', 'r', 's', 'i', 'o', 'n'};
36
0 commit comments