Merge branch '6.2.x'
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright 2002-2024 the original author or authors.
|
||||
* Copyright 2002-2025 the original author or authors.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
@@ -36,7 +36,7 @@ import org.springframework.util.StringUtils;
|
||||
* given user credentials to every standard methods that can also be used with
|
||||
* authentication, this {@code createConnection()} and {@code createContext()}. In
|
||||
* other words, it is implicitly invoking {@code createConnection(username, password)} or
|
||||
* {@code createContext(username, password)}} on the target. All other methods simply
|
||||
* {@code createContext(username, password)} on the target. All other methods simply
|
||||
* delegate to the corresponding methods of the target ConnectionFactory.
|
||||
*
|
||||
* <p>Can be used to proxy a target JNDI ConnectionFactory that does not have user
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright 2002-2023 the original author or authors.
|
||||
* Copyright 2002-2025 the original author or authors.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
@@ -132,7 +132,7 @@ public class MessagingMessageConverter implements MessageConverter, Initializing
|
||||
/**
|
||||
* Create a JMS message for the specified payload and conversionHint.
|
||||
* The conversion hint is an extra object passed to the {@link MessageConverter},
|
||||
* for example, the associated {@code MethodParameter} (may be {@code null}}.
|
||||
* for example, the associated {@code MethodParameter} (may be {@code null}).
|
||||
* @since 4.3
|
||||
* @see MessageConverter#toMessage(Object, Session)
|
||||
*/
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright 2002-2016 the original author or authors.
|
||||
* Copyright 2002-2025 the original author or authors.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
@@ -40,7 +40,7 @@ public interface SmartMessageConverter extends MessageConverter {
|
||||
* @param object the object to convert
|
||||
* @param session the Session to use for creating a JMS Message
|
||||
* @param conversionHint an extra object passed to the {@link MessageConverter},
|
||||
* for example, the associated {@code MethodParameter} (may be {@code null}}
|
||||
* for example, the associated {@code MethodParameter} (may be {@code null})
|
||||
* @return the JMS Message
|
||||
* @throws jakarta.jms.JMSException if thrown by JMS API methods
|
||||
* @throws MessageConversionException in case of conversion failure
|
||||
|
||||
Reference in New Issue
Block a user