Replace bit.ly links with real links
This commit is contained in:
parent
0c8b473cac
commit
7bb66c4f49
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright 2002-2017 the original author or authors.
|
||||
* Copyright 2002-2019 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.
|
||||
|
@ -31,12 +31,14 @@ import org.springframework.lang.Nullable;
|
|||
* available on WebSphere 5.1 and higher.
|
||||
*
|
||||
* <p>Exposes the {@code MBeanServer} for bean references.
|
||||
* This FactoryBean is a direct alternative to {@link MBeanServerFactoryBean},
|
||||
* which uses standard JMX 1.2 API to access the platform's MBeanServer.
|
||||
*
|
||||
* <p>This {@code FactoryBean} is a direct alternative to {@link MBeanServerFactoryBean},
|
||||
* which uses standard JMX 1.2 API to access the platform's {@link MBeanServer}.
|
||||
*
|
||||
* <p>See the javadocs for WebSphere's
|
||||
* <a href="https://bit.ly/UzccDt">{@code AdminServiceFactory}</a>
|
||||
* and <a href="https://bit.ly/TRlX2r">{@code MBeanFactory}</a>.
|
||||
* <a href="https://www.ibm.com/support/knowledgecenter/SSEQTJ_9.0.0/com.ibm.websphere.javadoc.doc/web/apidocs/com/ibm/websphere/management/AdminServiceFactory.html">{@code AdminServiceFactory}</a>
|
||||
* and
|
||||
* <a href="https://www.ibm.com/support/knowledgecenter/SSEQTJ_9.0.0/com.ibm.websphere.javadoc.doc/web/apidocs/com/ibm/websphere/management/MBeanFactory.html">{@code MBeanFactory}</a>.
|
||||
*
|
||||
* @author Juergen Hoeller
|
||||
* @author Rob Harrop
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright 2002-2018 the original author or authors.
|
||||
* Copyright 2002-2019 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.
|
||||
|
@ -39,10 +39,10 @@ import org.springframework.transaction.PlatformTransactionManager;
|
|||
* typical case of declarative transaction demarcation: namely, wrapping a singleton
|
||||
* target object with a transactional proxy, proxying all the interfaces that the target
|
||||
* implements. However, in Spring versions 2.0 and beyond, the functionality provided here
|
||||
* is superseded by the more convenient {@code tx:} XML namespace. See the <a
|
||||
* href="https://bit.ly/qUwvwz">declarative transaction management</a> section of the
|
||||
* Spring reference documentation to understand the modern options for managing
|
||||
* transactions in Spring applications. For these reasons, <strong>users should favor of
|
||||
* is superseded by the more convenient {@code tx:} XML namespace. See the
|
||||
* <a href="https://docs.spring.io/spring/docs/current/spring-framework-reference/data-access.html#transaction-declarative">declarative transaction management</a>
|
||||
* section of the Spring reference documentation to understand modern options for managing
|
||||
* transactions in Spring applications. For these reasons, <strong>users should favor
|
||||
* the {@code tx:} XML namespace as well as
|
||||
* the @{@link org.springframework.transaction.annotation.Transactional Transactional}
|
||||
* and @{@link org.springframework.transaction.annotation.EnableTransactionManagement
|
||||
|
|
Loading…
Reference in New Issue