Skip to content

Commit ac6aa53

Browse files
committed
Drop outdated BeanFactoryLocator / beanRefContext.xml mechanism
Issue: SPR-15154
1 parent d96738d commit ac6aa53

30 files changed

+74
-2388
lines changed

build.gradle

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -439,7 +439,6 @@ project("spring-beans") {
439439
compile(project(":spring-core"))
440440
compile(files(project(":spring-core").cglibRepackJar))
441441
optional("javax.inject:javax.inject:1")
442-
optional("javax.el:javax.el-api:${elApiVersion}")
443442
optional("org.jetbrains.kotlin:kotlin-reflect:${kotlinVersion}")
444443
optional("org.jetbrains.kotlin:kotlin-stdlib:${kotlinVersion}")
445444
optional("org.yaml:snakeyaml:${snakeyamlVersion}")
@@ -722,7 +721,6 @@ project("spring-context-indexer") {
722721
project("spring-web") {
723722
description = "Spring Web"
724723

725-
726724
apply plugin: "groovy"
727725

728726
dependencies {

spring-beans/src/main/java/org/springframework/beans/factory/access/BeanFactoryLocator.java

Lines changed: 0 additions & 68 deletions
This file was deleted.

spring-beans/src/main/java/org/springframework/beans/factory/access/BeanFactoryReference.java

Lines changed: 0 additions & 57 deletions
This file was deleted.

spring-beans/src/main/java/org/springframework/beans/factory/access/BootstrapException.java

Lines changed: 0 additions & 48 deletions
This file was deleted.

0 commit comments

Comments
 (0)