Fix compiler warnings and move docbook build to a profile
This commit is contained in:
@@ -349,7 +349,7 @@ abstract class MessageListenerContainerConfigurationSupport implements Initializ
|
||||
* Blocks until the listener container has subscribed; if the container does not support
|
||||
* this test, or the caching mode is incompatible, true is returned. Otherwise blocks
|
||||
* until timeout milliseconds have passed, or the consumer has registered.
|
||||
* @see DefaultMessageListenerContainer.isRegisteredWithDestination()
|
||||
* @see DefaultMessageListenerContainer#isRegisteredWithDestination()
|
||||
* @param timeout Timeout in milliseconds.
|
||||
* @return True if a subscriber has connected or the container/attributes does not support
|
||||
* the test. False if a valid container does not have a registered consumer within
|
||||
|
||||
@@ -15,8 +15,6 @@
|
||||
*/
|
||||
package org.springframework.integration.jms.config;
|
||||
|
||||
import java.io.File;
|
||||
|
||||
import javax.jms.ConnectionFactory;
|
||||
import javax.jms.Destination;
|
||||
import javax.jms.JMSException;
|
||||
@@ -25,7 +23,6 @@ import javax.jms.Session;
|
||||
import javax.jms.TextMessage;
|
||||
|
||||
import org.junit.Assert;
|
||||
import org.junit.Before;
|
||||
import org.junit.Test;
|
||||
import org.springframework.context.ConfigurableApplicationContext;
|
||||
import org.springframework.context.support.ClassPathXmlApplicationContext;
|
||||
|
||||
Reference in New Issue
Block a user