Update links to Spring JIRA server

This commit is contained in:
Sam Brannen
2014-03-10 12:24:20 +01:00
parent 220267b830
commit b364599278
24 changed files with 33 additions and 33 deletions

View File

@@ -1240,8 +1240,8 @@ public final class XmlBeanFactoryTests {
/**
* @since 3.2.8 and 4.0.2
* @see <a href="https://jira.springsource.org/browse/SPR-10785">SPR-10785</a> and <a
* href="https://jira.springsource.org/browse/SPR-11420">SPR-11420</a>
* @see <a href="https://jira.spring.io/browse/SPR-10785">SPR-10785</a> and <a
* href="https://jira.spring.io/browse/SPR-11420">SPR-11420</a>
*/
@Test
public void methodInjectedBeanMustBeOfSameEnhancedCglibSubclassTypeAcrossBeanFactories() {

View File

@@ -108,7 +108,7 @@ public class AnnotationBeanNameGeneratorTests {
/**
* @since 4.0.1
* @see https://jira.springsource.org/browse/SPR-11360
* @see https://jira.spring.io/browse/SPR-11360
*/
@Test
public void generateBeanNameFromComposedControllerAnnotationWithoutName() {
@@ -121,7 +121,7 @@ public class AnnotationBeanNameGeneratorTests {
/**
* @since 4.0.1
* @see https://jira.springsource.org/browse/SPR-11360
* @see https://jira.spring.io/browse/SPR-11360
*/
@Test
public void generateBeanNameFromComposedControllerAnnotationWithBlankName() {
@@ -134,7 +134,7 @@ public class AnnotationBeanNameGeneratorTests {
/**
* @since 4.0.1
* @see https://jira.springsource.org/browse/SPR-11360
* @see https://jira.spring.io/browse/SPR-11360
*/
@Test
public void generateBeanNameFromComposedControllerAnnotationWithStringValue() {