mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
Update links to Spring JIRA server
This commit is contained in:
+2
-2
@@ -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() {
|
||||
|
||||
+3
-3
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user