Skip to content

Commit b3b1fe1

Browse files
committed
Update API links in reference documentation
Replace all API links with the correct springsource.org URL
1 parent 8aed322 commit b3b1fe1

11 files changed

+64
-64
lines changed

src/reference/docbook/beans-annotation-config.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -77,14 +77,14 @@
7777
&lt;/beans&gt;</programlisting>
7878

7979
<para>(The implicitly registered post-processors include <link
80-
xl:href="http://static.springframework.org/spring/docs/current/api/org/springframework/beans/factory/annotation/AutowiredAnnotationBeanPostProcessor.html"
80+
xl:href="http://static.springsource.org/spring-framework/docs/current/javadoc-api/org/springframework/beans/factory/annotation/AutowiredAnnotationBeanPostProcessor.html"
8181
><classname>AutowiredAnnotationBeanPostProcessor</classname></link>, <link
82-
xl:href="http://static.springframework.org/spring/docs/current/api/org/springframework/context/annotation/CommonAnnotationBeanPostProcessor.html"
82+
xl:href="http://static.springsource.org/spring-framework/docs/current/javadoc-api/org/springframework/context/annotation/CommonAnnotationBeanPostProcessor.html"
8383
><classname>CommonAnnotationBeanPostProcessor</classname></link>, <link
84-
xl:href="http://static.springframework.org/spring/docs/current/api/org/springframework/orm/jpa/support/PersistenceAnnotationBeanPostProcessor.html"
84+
xl:href="http://static.springsource.org/spring-framework/docs/current/javadoc-api/org/springframework/orm/jpa/support/PersistenceAnnotationBeanPostProcessor.html"
8585
><classname>PersistenceAnnotationBeanPostProcessor</classname></link>, as
8686
well as the aforementioned <link
87-
xl:href="http://static.springframework.org/spring/docs/current/api/org/springframework/beans/factory/annotation/RequiredAnnotationBeanPostProcessor.html"
87+
xl:href="http://static.springsource.org/spring-framework/docs/current/javadoc-api/org/springframework/beans/factory/annotation/RequiredAnnotationBeanPostProcessor.html"
8888
><classname>RequiredAnnotationBeanPostProcessor</classname></link>.)</para>
8989

9090
<note>
@@ -643,7 +643,7 @@ public @interface MovieQualifier {
643643
<title><classname>CustomAutowireConfigurer</classname></title>
644644

645645
<para>The <link
646-
xl:href="http://static.springframework.org/spring/docs/current/api/org/springframework/beans/factory/annotation/CustomAutowireConfigurer.html"
646+
xl:href="http://static.springsource.org/spring-framework/docs/current/javadoc-api/org/springframework/beans/factory/annotation/CustomAutowireConfigurer.html"
647647
><classname>CustomAutowireConfigurer</classname></link> is a
648648
<interfacename>BeanFactoryPostProcessor</interfacename> that enables you
649649
to register your own custom qualifier annotation types even if they are
@@ -724,7 +724,7 @@ public @interface MovieQualifier {
724724
the <interfacename>ApplicationContext</interfacename> of which the
725725
<classname>CommonAnnotationBeanPostProcessor</classname> is aware. The
726726
names can be resolved through JNDI if you configure Spring's <link
727-
xl:href="http://static.springframework.org/spring/docs/current/api/org/springframework/jndi/support/SimpleJndiBeanFactory.html"
727+
xl:href="http://static.springsource.org/spring-framework/docs/current/javadoc-api/org/springframework/jndi/support/SimpleJndiBeanFactory.html"
728728
><classname>SimpleJndiBeanFactory</classname></link> explicitly.
729729
However, it is recommended that you rely on the default behavior and
730730
simply use Spring's JNDI lookup capabilities to preserve the level of

src/reference/docbook/beans-classpath-scanning.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,7 @@ public class MovieFinderImpl implements MovieFinder {
402402
<note>
403403
<para>If you do not want to rely on the default bean-naming strategy, you
404404
can provide a custom bean-naming strategy. First, implement the <link
405-
xl:href="http://static.springframework.org/spring/docs/current/api/org/springframework/beans/factory/support/BeanNameGenerator.html"
405+
xl:href="http://static.springsource.org/spring-framework/docs/current/javadoc-api/org/springframework/beans/factory/support/BeanNameGenerator.html"
406406
><interfacename>BeanNameGenerator</interfacename></link> interface, and
407407
be sure to include a default no-arg constructor. Then, provide the
408408
fully-qualified class name when configuring the scanner:</para>
@@ -439,7 +439,7 @@ public class MovieFinderImpl implements MovieFinder {
439439
<note>
440440
<para>To provide a custom strategy for scope resolution rather than
441441
relying on the annotation-based approach, implement the <link
442-
xl:href="http://static.springframework.org/spring/docs/current/api/org/springframework/context/annotation/ScopeMetadataResolver.html"
442+
xl:href="http://static.springsource.org/spring-framework/docs/current/javadoc-api/org/springframework/context/annotation/ScopeMetadataResolver.html"
443443
><interfacename>ScopeMetadataResolver</interfacename></link> interface,
444444
and be sure to include a default no-arg constructor. Then, provide the
445445
fully-qualified class name when configuring the scanner:</para>

src/reference/docbook/beans-context-additional.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
functionality for managing and manipulating beans, including in a
1818
programmatic way. The <literal>org.springframework.context</literal> package
1919
adds the <link
20-
xl:href="http://static.springframework.org/spring/docs/current/api/org/springframework/context/ApplicationContext.html"
20+
xl:href="http://static.springsource.org/spring-framework/docs/current/javadoc-api/org/springframework/context/ApplicationContext.html"
2121
><interfacename>ApplicationContext</interfacename></link> interface, which
2222
extends the <interfacename>BeanFactory</interfacename> interface, in
2323
addition to extending other interfaces to provide additional functionality
@@ -639,7 +639,7 @@ argument.required=Ebagum lad, the '{0}' argument is required, I say, required.</
639639
<interfacename>TaskExecutor</interfacename> abstraction.</para>
640640

641641
<para>Check out the JavaDoc of the <link
642-
xl:href="http://static.springframework.org/spring/docs/current/api/org/springframework/jca/context/SpringContextResourceAdapter.html"
642+
xl:href="http://static.springsource.org/spring-framework/docs/current/javadoc-api/org/springframework/jca/context/SpringContextResourceAdapter.html"
643643
>SpringContextResourceAdapter</link> class for the configuration details
644644
involved in RAR deployment.</para>
645645

src/reference/docbook/beans-scopes.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -545,7 +545,7 @@
545545
implement your own scopes, see the <interfacename>Scope</interfacename>
546546
implementations that are supplied with the Spring Framework itself and
547547
the <link
548-
xl:href="http://static.springframework.org/spring/docs/current/api/org/springframework/beans/factory/config/Scope.html"
548+
xl:href="http://static.springsource.org/spring-framework/docs/current/javadoc-api/org/springframework/beans/factory/config/Scope.html"
549549
>Scope Javadoc</link>, which explains the methods you need to implement
550550
in more detail.</para>
551551

src/reference/docbook/beans.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@ The footnote should x-ref to first section in that chapter but I can't find the
3333
<para>The <literal>org.springframework.beans</literal> and
3434
<literal>org.springframework.context</literal> packages are the basis for
3535
Spring Framework's IoC container. The <interfacename><link
36-
xl:href="http://static.springframework.org/spring/docs/current/api/org/springframework/beans/factory/BeanFactory.html"
36+
xl:href="http://static.springsource.org/spring-framework/docs/current/javadoc-api/org/springframework/beans/factory/BeanFactory.html"
3737
>BeanFactory</link></interfacename> interface provides an advanced
3838
configuration mechanism capable of managing any type of object.
3939
<literal><link
40-
xl:href="http://static.springframework.org/spring/docs/current/api/org/springframework/context/ApplicationContext.html"
40+
xl:href="http://static.springsource.org/spring-framework/docs/current/javadoc-api/org/springframework/context/ApplicationContext.html"
4141
>ApplicationContext</link></literal> is a sub-interface of
4242
<interfacename>BeanFactory.</interfacename> It adds easier integration
4343
with Spring's AOP features; message resource handling (for use in

0 commit comments

Comments
 (0)