Explicit note on phasing out serialization-based remoting

See gh-25379
This commit is contained in:
Juergen Hoeller
2020-07-28 11:28:34 +02:00
parent adce6593af
commit a1a9bb3e7f
27 changed files with 27 additions and 27 deletions

View File

@@ -71,7 +71,7 @@ import org.springframework.util.Assert;
* @see #setQueueName
* @see org.springframework.jms.remoting.JmsInvokerServiceExporter
* @see org.springframework.jms.remoting.JmsInvokerProxyFactoryBean
* @deprecated as of 5.3.0 with no replacement.
* @deprecated as of 5.3 (phasing out serialization-based remoting)
*/
@Deprecated
public class JmsInvokerClientInterceptor implements MethodInterceptor, InitializingBean {

View File

@@ -41,7 +41,7 @@ import org.springframework.util.ClassUtils;
* @see #setServiceInterface
* @see org.springframework.jms.remoting.JmsInvokerClientInterceptor
* @see org.springframework.jms.remoting.JmsInvokerServiceExporter
* @deprecated as of 5.3.0 with no replacement.
* @deprecated as of 5.3 (phasing out serialization-based remoting)
*/
@Deprecated
public class JmsInvokerProxyFactoryBean extends JmsInvokerClientInterceptor

View File

@@ -51,7 +51,7 @@ import org.springframework.remoting.support.RemoteInvocationResult;
* @since 2.0
* @see JmsInvokerClientInterceptor
* @see JmsInvokerProxyFactoryBean
* @deprecated as of 5.3.0 with no replacement.
* @deprecated as of 5.3 (phasing out serialization-based remoting)
*/
@Deprecated
public class JmsInvokerServiceExporter extends RemoteInvocationBasedExporter