Browse Source

Replace bit.ly links with real links

pull/22645/head
Sam Brannen 6 years ago
parent
commit
7bb66c4f49
  1. 12
      spring-context/src/main/java/org/springframework/jmx/support/WebSphereMBeanServerFactoryBean.java
  2. 10
      spring-tx/src/main/java/org/springframework/transaction/interceptor/TransactionProxyFactoryBean.java

12
spring-context/src/main/java/org/springframework/jmx/support/WebSphereMBeanServerFactoryBean.java

@ -1,5 +1,5 @@ @@ -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; @@ -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

10
spring-tx/src/main/java/org/springframework/transaction/interceptor/TransactionProxyFactoryBean.java

@ -1,5 +1,5 @@ @@ -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; @@ -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…
Cancel
Save