This is an automated email from the ASF dual-hosted git repository.

gnodet pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git

commit a8a5385d190c229417a8928f6bae9fa809b80f17
Author: Guillaume Nodet <[email protected]>
AuthorDate: Tue Mar 3 21:02:19 2020 +0100

    Remove warnings since we are testing a deprecated class
---
 .../camel-core/src/test/java/org/apache/camel/impl/JndiRegistryTest.java | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/core/camel-core/src/test/java/org/apache/camel/impl/JndiRegistryTest.java 
b/core/camel-core/src/test/java/org/apache/camel/impl/JndiRegistryTest.java
index 8561a9e..4c995ad 100644
--- a/core/camel-core/src/test/java/org/apache/camel/impl/JndiRegistryTest.java
+++ b/core/camel-core/src/test/java/org/apache/camel/impl/JndiRegistryTest.java
@@ -26,6 +26,7 @@ import org.apache.camel.support.jndi.JndiTest;
 import org.junit.Assert;
 import org.junit.Test;
 
+@SuppressWarnings("deprecation")
 public class JndiRegistryTest extends Assert {
 
     @Test

Reply via email to