Update links to Spring JIRA server
This commit is contained in:
parent
220267b830
commit
b364599278
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -50,7 +50,7 @@ public class DefinitionMetadataEqualsHashCodeTests {
|
|||
|
||||
/**
|
||||
* @since 3.2.8
|
||||
* @see <a href="https://jira.springsource.org/browse/SPR-11420">SPR-11420</a>
|
||||
* @see <a href="https://jira.spring.io/browse/SPR-11420">SPR-11420</a>
|
||||
*/
|
||||
@Test
|
||||
public void rootBeanDefinitionAndMethodOverridesWithDifferentOverloadedValues() {
|
||||
|
|
|
|||
|
|
@ -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() {
|
||||
|
|
|
|||
|
|
@ -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() {
|
||||
|
|
|
|||
|
|
@ -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
|
||||
* <a href="https://jira.springsource.org/browse/SPR-10558">SPR-10558</a>
|
||||
* <a href="https://jira.spring.io/browse/SPR-10558">SPR-10558</a>
|
||||
*/
|
||||
CUSTOM_COMPILATION;
|
||||
|
||||
|
|
|
|||
|
|
@ -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> {
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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>:
|
||||
*
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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() {
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue