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

@@ -326,7 +326,7 @@ public class ContextLoaderUtilsContextHierarchyTests extends AbstractContextLoad
}
/**
* Used to reproduce bug reported in https://jira.springsource.org/browse/SPR-10997
* Used to reproduce bug reported in https://jira.spring.io/browse/SPR-10997
*/
@Test
public void buildContextHierarchyMapForTestClassHierarchyWithMultiLevelContextHierarchiesAndOverriddenInitializers() {
@@ -504,7 +504,7 @@ public class ContextLoaderUtilsContextHierarchyTests extends AbstractContextLoad
}
/**
* Used to reproduce bug reported in https://jira.springsource.org/browse/SPR-10997
* Used to reproduce bug reported in https://jira.spring.io/browse/SPR-10997
*/
@ContextHierarchy({//
//
@@ -515,7 +515,7 @@ public class ContextLoaderUtilsContextHierarchyTests extends AbstractContextLoad
}
/**
* Used to reproduce bug reported in https://jira.springsource.org/browse/SPR-10997
* Used to reproduce bug reported in https://jira.spring.io/browse/SPR-10997
*/
@ContextHierarchy({//
//
@@ -527,7 +527,7 @@ public class ContextLoaderUtilsContextHierarchyTests extends AbstractContextLoad
}
/**
* Used to reproduce bug reported in https://jira.springsource.org/browse/SPR-10997
* Used to reproduce bug reported in https://jira.spring.io/browse/SPR-10997
*/
private static class DummyApplicationContextInitializer implements
ApplicationContextInitializer<ConfigurableApplicationContext> {

View File

@@ -30,7 +30,7 @@ import static org.springframework.test.context.MetaAnnotationUtils.*;
* Unit tests for {@link MetaAnnotationUtils} that verify support for overridden
* meta-annotation attributes.
*
* <p>See <a href="https://jira.springsource.org/browse/SPR-10181">SPR-10181</a>.
* <p>See <a href="https://jira.spring.io/browse/SPR-10181">SPR-10181</a>.
*
* @author Sam Brannen
* @since 4.0

View File

@@ -22,7 +22,7 @@ import org.junit.runners.Suite.SuiteClasses;
/**
* Test suite to investigate claims raised in
* <a href="https://jira.springsource.org/browse/SPR-8849">SPR-8849</a>.
* <a href="https://jira.spring.io/browse/SPR-8849">SPR-8849</a>.
*
* <p>By using a SpEL expression to generate a random {@code id} for the
* embedded database (see {@code datasource-config.xml}), we ensure that each

View File

@@ -40,7 +40,7 @@ import org.springframework.transaction.annotation.Transactional;
/**
* This set of tests (i.e., all concrete subclasses) investigates the claims made in
* <a href="https://jira.springsource.org/browse/SPR-9051" target="_blank">SPR-9051</a>
* <a href="https://jira.spring.io/browse/SPR-9051" target="_blank">SPR-9051</a>
* with regard to transactional tests.
*
* @author Sam Brannen

View File

@@ -32,7 +32,7 @@ import org.springframework.test.context.junit4.SpringJUnit4ClassRunner;
/**
* This set of tests refutes the claims made in
* <a href="https://jira.springsource.org/browse/SPR-9051" target="_blank">SPR-9051</a>.
* <a href="https://jira.spring.io/browse/SPR-9051" target="_blank">SPR-9051</a>.
*
* <p><b>The Claims</b>:
*

View File

@@ -33,7 +33,7 @@ import org.springframework.transaction.annotation.Transactional;
/**
* Integration tests that verify the behavior requested in
* <a href="https://jira.springsource.org/browse/SPR-9604">SPR-9604</a>.
* <a href="https://jira.spring.io/browse/SPR-9604">SPR-9604</a>.
*
* @author Sam Brannen
* @since 3.2

View File

@@ -29,7 +29,7 @@ import org.springframework.transaction.PlatformTransactionManager;
/**
* Integration tests that verify the behavior requested in
* <a href="https://jira.springsource.org/browse/SPR-9645">SPR-9645</a>.
* <a href="https://jira.spring.io/browse/SPR-9645">SPR-9645</a>.
*
* @author Sam Brannen
* @since 3.2

View File

@@ -32,7 +32,7 @@ import org.springframework.transaction.annotation.Transactional;
/**
* Integration tests that verify the behavior requested in
* <a href="https://jira.springsource.org/browse/SPR-9645">SPR-9645</a>.
* <a href="https://jira.spring.io/browse/SPR-9645">SPR-9645</a>.
*
* @author Sam Brannen
* @since 3.2

View File

@@ -33,7 +33,7 @@ import org.springframework.transaction.annotation.Transactional;
/**
* Integration tests that verify the behavior requested in
* <a href="https://jira.springsource.org/browse/SPR-9645">SPR-9645</a>.
* <a href="https://jira.spring.io/browse/SPR-9645">SPR-9645</a>.
*
* @author Sam Brannen
* @since 3.2

View File

@@ -32,7 +32,7 @@ import org.springframework.transaction.annotation.Transactional;
/**
* Integration tests that verify the behavior requested in
* <a href="https://jira.springsource.org/browse/SPR-9645">SPR-9645</a>.
* <a href="https://jira.spring.io/browse/SPR-9645">SPR-9645</a>.
*
* @author Sam Brannen
* @since 3.2

View File

@@ -32,7 +32,7 @@ import org.springframework.transaction.annotation.Transactional;
/**
* Integration tests that verify the behavior requested in
* <a href="https://jira.springsource.org/browse/SPR-9645">SPR-9645</a>.
* <a href="https://jira.spring.io/browse/SPR-9645">SPR-9645</a>.
*
* @author Sam Brannen
* @since 3.2

View File

@@ -32,7 +32,7 @@ import org.springframework.transaction.annotation.Transactional;
/**
* Integration tests that verify the behavior requested in
* <a href="https://jira.springsource.org/browse/SPR-9645">SPR-9645</a>.
* <a href="https://jira.spring.io/browse/SPR-9645">SPR-9645</a>.
*
* @author Sam Brannen
* @since 3.2

View File

@@ -26,7 +26,7 @@ import org.springframework.web.servlet.config.annotation.EnableWebMvc;
/**
* Integration tests used to assess claims raised in
* <a href="https://jira.springsource.org/browse/SPR-9799" target="_blank">SPR-9799</a>.
* <a href="https://jira.spring.io/browse/SPR-9799" target="_blank">SPR-9799</a>.
*
* @author Sam Brannen
* @since 3.2

View File

@@ -23,7 +23,7 @@ import org.springframework.test.context.junit4.SpringJUnit4ClassRunner;
/**
* Integration tests used to assess claims raised in
* <a href="https://jira.springsource.org/browse/SPR-9799" target="_blank">SPR-9799</a>.
* <a href="https://jira.spring.io/browse/SPR-9799" target="_blank">SPR-9799</a>.
*
* @author Sam Brannen
* @since 3.2

View File

@@ -119,7 +119,7 @@ public class JdbcTestUtilsTests {
}
/**
* See <a href="https://jira.springsource.org/browse/SPR-10330">SPR-10330</a>
* See <a href="https://jira.spring.io/browse/SPR-10330">SPR-10330</a>
* @since 4.0
*/
@Test

View File

@@ -112,7 +112,7 @@ public class ReflectionTestUtilsTests {
}
/**
* Verifies behavior requested in <a href="https://jira.springsource.org/browse/SPR-9571">SPR-9571</a>.
* Verifies behavior requested in <a href="https://jira.spring.io/browse/SPR-9571">SPR-9571</a>.
*/
@Test
public void setFieldOnLegacyEntityWithSideEffectsInToString() {