Merge branch '5.3.x'
# Conflicts: # spring-jms/src/main/java/org/springframework/jms/listener/endpoint/StandardJmsActivationSpecFactory.java
This commit is contained in:
@@ -112,9 +112,9 @@ abstract class AbstractJmsAnnotationDrivenTests {
|
||||
}
|
||||
|
||||
/**
|
||||
* Test for {@link CustomBean} and an manually endpoint registered
|
||||
* Test for {@link CustomBean} and an endpoint manually registered
|
||||
* with "myCustomEndpointId". The custom endpoint does not provide
|
||||
* any factory so it's registered with the default one
|
||||
* any factory, so it's registered with the default one
|
||||
*/
|
||||
protected void testCustomConfiguration(ApplicationContext context) {
|
||||
JmsListenerContainerTestFactory defaultFactory =
|
||||
|
||||
@@ -270,7 +270,7 @@ class JmsTemplateTests {
|
||||
|
||||
/**
|
||||
* Test sending to a destination using the method
|
||||
* send(String d, MessageCreator messageCreator)
|
||||
* {@code send(String d, MessageCreator messageCreator)}
|
||||
*/
|
||||
@Test
|
||||
void testSendDestinationName() throws Exception {
|
||||
@@ -279,7 +279,7 @@ class JmsTemplateTests {
|
||||
|
||||
/**
|
||||
* Test sending to a destination using the method
|
||||
* send(Destination d, MessageCreator messageCreator) using QOS parameters.
|
||||
* {@code send(Destination d, MessageCreator messageCreator)} using QOS parameters.
|
||||
*/
|
||||
@Test
|
||||
void testSendDestinationWithQOS() throws Exception {
|
||||
@@ -288,7 +288,7 @@ class JmsTemplateTests {
|
||||
|
||||
/**
|
||||
* Test sending to a destination using the method
|
||||
* send(String d, MessageCreator messageCreator) using QOS parameters.
|
||||
* {@code send(String d, MessageCreator messageCreator)} using QOS parameters.
|
||||
*/
|
||||
@Test
|
||||
void testSendDestinationNameWithQOS() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user