diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d7939bf757..42e256700d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -305,7 +305,7 @@ against the branch used to submit your pull request. In other words, you do not need to issue a new pull request when asked to make changes. [help documentation]: http://help.github.com/send-pull-requests -[JIRA issue tracker]: https://jira.springsource.org/browse/SPR +[JIRA issue tracker]: https://jira.spring.io/browse/SPR [spring-framework-contrib]: https://groups.google.com/forum/#!forum/spring-framework-contrib [SpringSource CLA form]: https://support.springsource.com/spring_committer_signup [fork-and-edit]: https://github.com/blog/844-forking-with-the-edit-button diff --git a/README.md b/README.md index 28029c049c..b8ce5927d6 100644 --- a/README.md +++ b/README.md @@ -82,7 +82,7 @@ The Spring Framework is released under version 2.0 of the [Apache License][]. [spring-mvc tag]: http://stackoverflow.com/questions/tagged/spring-mvc [Stack Overflow]: http://stackoverflow.com/faq [Commercial support]: http://spring.io/services -[Spring Framework JIRA]: http://jira.springsource.org/browse/SPR +[Spring Framework JIRA]: https://jira.spring.io/browse/SPR [the lifecycle of an issue]: https://github.com/spring-projects/spring-framework/wiki/The-Lifecycle-of-an-Issue [spring-framework-issues]: https://github.com/spring-projects/spring-framework-issues#readme [readme]: https://github.com/spring-projects/spring-framework-issues#readme diff --git a/spring-beans/src/test/java/org/springframework/beans/factory/support/DefinitionMetadataEqualsHashCodeTests.java b/spring-beans/src/test/java/org/springframework/beans/factory/support/DefinitionMetadataEqualsHashCodeTests.java index 7e44b200b3..67d05e16a3 100644 --- a/spring-beans/src/test/java/org/springframework/beans/factory/support/DefinitionMetadataEqualsHashCodeTests.java +++ b/spring-beans/src/test/java/org/springframework/beans/factory/support/DefinitionMetadataEqualsHashCodeTests.java @@ -50,7 +50,7 @@ public class DefinitionMetadataEqualsHashCodeTests { /** * @since 3.2.8 - * @see SPR-11420 + * @see SPR-11420 */ @Test public void rootBeanDefinitionAndMethodOverridesWithDifferentOverloadedValues() { diff --git a/spring-context/src/test/java/org/springframework/beans/factory/xml/XmlBeanFactoryTests.java b/spring-context/src/test/java/org/springframework/beans/factory/xml/XmlBeanFactoryTests.java index f3b74a108a..66473bcf28 100644 --- a/spring-context/src/test/java/org/springframework/beans/factory/xml/XmlBeanFactoryTests.java +++ b/spring-context/src/test/java/org/springframework/beans/factory/xml/XmlBeanFactoryTests.java @@ -1240,8 +1240,8 @@ public final class XmlBeanFactoryTests { /** * @since 3.2.8 and 4.0.2 - * @see SPR-10785 and SPR-11420 + * @see SPR-10785 and SPR-11420 */ @Test public void methodInjectedBeanMustBeOfSameEnhancedCglibSubclassTypeAcrossBeanFactories() { diff --git a/spring-context/src/test/java/org/springframework/context/annotation/AnnotationBeanNameGeneratorTests.java b/spring-context/src/test/java/org/springframework/context/annotation/AnnotationBeanNameGeneratorTests.java index 43211283dd..fea356690a 100644 --- a/spring-context/src/test/java/org/springframework/context/annotation/AnnotationBeanNameGeneratorTests.java +++ b/spring-context/src/test/java/org/springframework/context/annotation/AnnotationBeanNameGeneratorTests.java @@ -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() { diff --git a/spring-core/src/test/java/org/springframework/tests/TestGroup.java b/spring-core/src/test/java/org/springframework/tests/TestGroup.java index 702ed0a8f7..63454fc976 100644 --- a/spring-core/src/test/java/org/springframework/tests/TestGroup.java +++ b/spring-core/src/test/java/org/springframework/tests/TestGroup.java @@ -64,7 +64,7 @@ public enum TestGroup { /** * Tests that require custom compilation beyond that of the standard JDK. This helps to * allow running tests that will otherwise fail when using JDK > 1.8 b88. See - * SPR-10558 + * SPR-10558 */ CUSTOM_COMPILATION; diff --git a/spring-test/src/test/java/org/springframework/test/context/ContextLoaderUtilsContextHierarchyTests.java b/spring-test/src/test/java/org/springframework/test/context/ContextLoaderUtilsContextHierarchyTests.java index 11c82054d6..b1d07c02d1 100644 --- a/spring-test/src/test/java/org/springframework/test/context/ContextLoaderUtilsContextHierarchyTests.java +++ b/spring-test/src/test/java/org/springframework/test/context/ContextLoaderUtilsContextHierarchyTests.java @@ -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 { diff --git a/spring-test/src/test/java/org/springframework/test/context/OverriddenMetaAnnotationAttributesTests.java b/spring-test/src/test/java/org/springframework/test/context/OverriddenMetaAnnotationAttributesTests.java index 33f09bddc7..d2e1abee9f 100644 --- a/spring-test/src/test/java/org/springframework/test/context/OverriddenMetaAnnotationAttributesTests.java +++ b/spring-test/src/test/java/org/springframework/test/context/OverriddenMetaAnnotationAttributesTests.java @@ -30,7 +30,7 @@ import static org.springframework.test.context.MetaAnnotationUtils.*; * Unit tests for {@link MetaAnnotationUtils} that verify support for overridden * meta-annotation attributes. * - *

See SPR-10181. + *

See SPR-10181. * * @author Sam Brannen * @since 4.0 diff --git a/spring-test/src/test/java/org/springframework/test/context/junit4/spr8849/Spr8849Tests.java b/spring-test/src/test/java/org/springframework/test/context/junit4/spr8849/Spr8849Tests.java index dd58986717..122f1e22ac 100644 --- a/spring-test/src/test/java/org/springframework/test/context/junit4/spr8849/Spr8849Tests.java +++ b/spring-test/src/test/java/org/springframework/test/context/junit4/spr8849/Spr8849Tests.java @@ -22,7 +22,7 @@ import org.junit.runners.Suite.SuiteClasses; /** * Test suite to investigate claims raised in - * SPR-8849. + * SPR-8849. * *

By using a SpEL expression to generate a random {@code id} for the * embedded database (see {@code datasource-config.xml}), we ensure that each diff --git a/spring-test/src/test/java/org/springframework/test/context/junit4/spr9051/AbstractTransactionalAnnotatedConfigClassTests.java b/spring-test/src/test/java/org/springframework/test/context/junit4/spr9051/AbstractTransactionalAnnotatedConfigClassTests.java index 59cef2c1db..c7fb85c604 100644 --- a/spring-test/src/test/java/org/springframework/test/context/junit4/spr9051/AbstractTransactionalAnnotatedConfigClassTests.java +++ b/spring-test/src/test/java/org/springframework/test/context/junit4/spr9051/AbstractTransactionalAnnotatedConfigClassTests.java @@ -40,7 +40,7 @@ import org.springframework.transaction.annotation.Transactional; /** * This set of tests (i.e., all concrete subclasses) investigates the claims made in - * SPR-9051 + * SPR-9051 * with regard to transactional tests. * * @author Sam Brannen diff --git a/spring-test/src/test/java/org/springframework/test/context/junit4/spr9051/AnnotatedConfigClassesWithoutAtConfigurationTests.java b/spring-test/src/test/java/org/springframework/test/context/junit4/spr9051/AnnotatedConfigClassesWithoutAtConfigurationTests.java index e5b9bc0caf..55fb8f854e 100644 --- a/spring-test/src/test/java/org/springframework/test/context/junit4/spr9051/AnnotatedConfigClassesWithoutAtConfigurationTests.java +++ b/spring-test/src/test/java/org/springframework/test/context/junit4/spr9051/AnnotatedConfigClassesWithoutAtConfigurationTests.java @@ -32,7 +32,7 @@ import org.springframework.test.context.junit4.SpringJUnit4ClassRunner; /** * This set of tests refutes the claims made in - * SPR-9051. + * SPR-9051. * *

The Claims: * diff --git a/spring-test/src/test/java/org/springframework/test/context/junit4/spr9604/LookUpTxMgrViaTransactionManagementConfigurerTests.java b/spring-test/src/test/java/org/springframework/test/context/junit4/spr9604/LookUpTxMgrViaTransactionManagementConfigurerTests.java index 5dbba76acb..09f0d2d442 100644 --- a/spring-test/src/test/java/org/springframework/test/context/junit4/spr9604/LookUpTxMgrViaTransactionManagementConfigurerTests.java +++ b/spring-test/src/test/java/org/springframework/test/context/junit4/spr9604/LookUpTxMgrViaTransactionManagementConfigurerTests.java @@ -33,7 +33,7 @@ import org.springframework.transaction.annotation.Transactional; /** * Integration tests that verify the behavior requested in - * SPR-9604. + * SPR-9604. * * @author Sam Brannen * @since 3.2 diff --git a/spring-test/src/test/java/org/springframework/test/context/junit4/spr9645/LookUpNonexistentTxMgrTests.java b/spring-test/src/test/java/org/springframework/test/context/junit4/spr9645/LookUpNonexistentTxMgrTests.java index 78720a8f5e..528e6467b0 100644 --- a/spring-test/src/test/java/org/springframework/test/context/junit4/spr9645/LookUpNonexistentTxMgrTests.java +++ b/spring-test/src/test/java/org/springframework/test/context/junit4/spr9645/LookUpNonexistentTxMgrTests.java @@ -29,7 +29,7 @@ import org.springframework.transaction.PlatformTransactionManager; /** * Integration tests that verify the behavior requested in - * SPR-9645. + * SPR-9645. * * @author Sam Brannen * @since 3.2 diff --git a/spring-test/src/test/java/org/springframework/test/context/junit4/spr9645/LookUpTxMgrByTypeAndDefaultNameTests.java b/spring-test/src/test/java/org/springframework/test/context/junit4/spr9645/LookUpTxMgrByTypeAndDefaultNameTests.java index 331342d4fc..abc2c61360 100644 --- a/spring-test/src/test/java/org/springframework/test/context/junit4/spr9645/LookUpTxMgrByTypeAndDefaultNameTests.java +++ b/spring-test/src/test/java/org/springframework/test/context/junit4/spr9645/LookUpTxMgrByTypeAndDefaultNameTests.java @@ -32,7 +32,7 @@ import org.springframework.transaction.annotation.Transactional; /** * Integration tests that verify the behavior requested in - * SPR-9645. + * SPR-9645. * * @author Sam Brannen * @since 3.2 diff --git a/spring-test/src/test/java/org/springframework/test/context/junit4/spr9645/LookUpTxMgrByTypeAndNameTests.java b/spring-test/src/test/java/org/springframework/test/context/junit4/spr9645/LookUpTxMgrByTypeAndNameTests.java index 76a82b823c..883c17f0bc 100644 --- a/spring-test/src/test/java/org/springframework/test/context/junit4/spr9645/LookUpTxMgrByTypeAndNameTests.java +++ b/spring-test/src/test/java/org/springframework/test/context/junit4/spr9645/LookUpTxMgrByTypeAndNameTests.java @@ -33,7 +33,7 @@ import org.springframework.transaction.annotation.Transactional; /** * Integration tests that verify the behavior requested in - * SPR-9645. + * SPR-9645. * * @author Sam Brannen * @since 3.2 diff --git a/spring-test/src/test/java/org/springframework/test/context/junit4/spr9645/LookUpTxMgrByTypeAndQualifierAtClassLevelTests.java b/spring-test/src/test/java/org/springframework/test/context/junit4/spr9645/LookUpTxMgrByTypeAndQualifierAtClassLevelTests.java index 8492b02d5a..2177f33e14 100644 --- a/spring-test/src/test/java/org/springframework/test/context/junit4/spr9645/LookUpTxMgrByTypeAndQualifierAtClassLevelTests.java +++ b/spring-test/src/test/java/org/springframework/test/context/junit4/spr9645/LookUpTxMgrByTypeAndQualifierAtClassLevelTests.java @@ -32,7 +32,7 @@ import org.springframework.transaction.annotation.Transactional; /** * Integration tests that verify the behavior requested in - * SPR-9645. + * SPR-9645. * * @author Sam Brannen * @since 3.2 diff --git a/spring-test/src/test/java/org/springframework/test/context/junit4/spr9645/LookUpTxMgrByTypeAndQualifierAtMethodLevelTests.java b/spring-test/src/test/java/org/springframework/test/context/junit4/spr9645/LookUpTxMgrByTypeAndQualifierAtMethodLevelTests.java index 363d47a9b2..c92d832f87 100644 --- a/spring-test/src/test/java/org/springframework/test/context/junit4/spr9645/LookUpTxMgrByTypeAndQualifierAtMethodLevelTests.java +++ b/spring-test/src/test/java/org/springframework/test/context/junit4/spr9645/LookUpTxMgrByTypeAndQualifierAtMethodLevelTests.java @@ -32,7 +32,7 @@ import org.springframework.transaction.annotation.Transactional; /** * Integration tests that verify the behavior requested in - * SPR-9645. + * SPR-9645. * * @author Sam Brannen * @since 3.2 diff --git a/spring-test/src/test/java/org/springframework/test/context/junit4/spr9645/LookUpTxMgrByTypeTests.java b/spring-test/src/test/java/org/springframework/test/context/junit4/spr9645/LookUpTxMgrByTypeTests.java index 957533f913..e080d16c25 100644 --- a/spring-test/src/test/java/org/springframework/test/context/junit4/spr9645/LookUpTxMgrByTypeTests.java +++ b/spring-test/src/test/java/org/springframework/test/context/junit4/spr9645/LookUpTxMgrByTypeTests.java @@ -32,7 +32,7 @@ import org.springframework.transaction.annotation.Transactional; /** * Integration tests that verify the behavior requested in - * SPR-9645. + * SPR-9645. * * @author Sam Brannen * @since 3.2 diff --git a/spring-test/src/test/java/org/springframework/test/context/junit4/spr9799/Spr9799AnnotationConfigTests.java b/spring-test/src/test/java/org/springframework/test/context/junit4/spr9799/Spr9799AnnotationConfigTests.java index 647b0960ee..297b5aa2ca 100644 --- a/spring-test/src/test/java/org/springframework/test/context/junit4/spr9799/Spr9799AnnotationConfigTests.java +++ b/spring-test/src/test/java/org/springframework/test/context/junit4/spr9799/Spr9799AnnotationConfigTests.java @@ -26,7 +26,7 @@ import org.springframework.web.servlet.config.annotation.EnableWebMvc; /** * Integration tests used to assess claims raised in - * SPR-9799. + * SPR-9799. * * @author Sam Brannen * @since 3.2 diff --git a/spring-test/src/test/java/org/springframework/test/context/junit4/spr9799/Spr9799XmlConfigTests.java b/spring-test/src/test/java/org/springframework/test/context/junit4/spr9799/Spr9799XmlConfigTests.java index 4e93b67ce5..412a23dd8b 100644 --- a/spring-test/src/test/java/org/springframework/test/context/junit4/spr9799/Spr9799XmlConfigTests.java +++ b/spring-test/src/test/java/org/springframework/test/context/junit4/spr9799/Spr9799XmlConfigTests.java @@ -23,7 +23,7 @@ import org.springframework.test.context.junit4.SpringJUnit4ClassRunner; /** * Integration tests used to assess claims raised in - * SPR-9799. + * SPR-9799. * * @author Sam Brannen * @since 3.2 diff --git a/spring-test/src/test/java/org/springframework/test/jdbc/JdbcTestUtilsTests.java b/spring-test/src/test/java/org/springframework/test/jdbc/JdbcTestUtilsTests.java index 04aad514f3..a67697165c 100644 --- a/spring-test/src/test/java/org/springframework/test/jdbc/JdbcTestUtilsTests.java +++ b/spring-test/src/test/java/org/springframework/test/jdbc/JdbcTestUtilsTests.java @@ -119,7 +119,7 @@ public class JdbcTestUtilsTests { } /** - * See SPR-10330 + * See SPR-10330 * @since 4.0 */ @Test diff --git a/spring-test/src/test/java/org/springframework/test/util/ReflectionTestUtilsTests.java b/spring-test/src/test/java/org/springframework/test/util/ReflectionTestUtilsTests.java index 7e10a05453..d3b8d5a18d 100644 --- a/spring-test/src/test/java/org/springframework/test/util/ReflectionTestUtilsTests.java +++ b/spring-test/src/test/java/org/springframework/test/util/ReflectionTestUtilsTests.java @@ -112,7 +112,7 @@ public class ReflectionTestUtilsTests { } /** - * Verifies behavior requested in SPR-9571. + * Verifies behavior requested in SPR-9571. */ @Test public void setFieldOnLegacyEntityWithSideEffectsInToString() { diff --git a/src/asciidoc/index.adoc b/src/asciidoc/index.adoc index 6d0f1e5a0d..864a2e3ca8 100644 --- a/src/asciidoc/index.adoc +++ b/src/asciidoc/index.adoc @@ -10129,8 +10129,8 @@ Consider `DateFormatter` as an example `Formatter` implementation: } ---- -The Spring team welcomes community-driven Formatter contributions; see -http://jira.springframework.org[http://jira.springframework.org] to contribute. +The Spring team welcomes community-driven `Formatter` contributions; see +https://jira.spring.io/browse/SPR[jira.spring.io] to contribute. @@ -25404,7 +25404,7 @@ Spring JDBC embedded database support can be extended in two ways: connection pool, to manage embedded database connections. You are encouraged to contribute back extensions to the Spring community at -jira.springframework.org[jira.springframework.org]. +https://jira.spring.io/browse/SPR[jira.spring.io]. @@ -45786,7 +45786,7 @@ below). The default key generation strategy changed with the release of Spring 4.0. Earlier versions of Spring used a key generation strategy that, for multiple key parameters, only considered the `hashCode()` of parameters and not `equals()`; this could cause -unexpected key collisions (see https://jira.springsource.org/browse/SPR-10237[SPR-10237] +unexpected key collisions (see https://jira.spring.io/browse/SPR-10237[SPR-10237] for background). The new 'SimpleKeyGenerator' uses a compound key for such scenarios. If you want to keep using the previous key strategy, you can configure the deprecated diff --git a/src/dist/readme.txt b/src/dist/readme.txt index 2618cfadb5..03c97100d1 100644 --- a/src/dist/readme.txt +++ b/src/dist/readme.txt @@ -2,7 +2,7 @@ Spring Framework version ${version} ===================================================================================== To find out what has changed since earlier releases, see the 'Change Log' section at -https://jira.springsource.org/browse/SPR +https://jira.spring.io/browse/SPR Please consult the documentation located within the 'docs/spring-framework-reference' directory of this release and also visit the official Spring Framework home at