Initial review and polish of IndexAccessor support in SpEL

See gh-26409
See gh-26478
This commit is contained in:
Sam Brannen
2024-03-24 18:07:20 +01:00
parent 50a0000ed7
commit d91277095a
11 changed files with 414 additions and 271 deletions

View File

@@ -9,5 +9,4 @@ dependencies {
testImplementation("org.jetbrains.kotlin:kotlin-reflect")
testImplementation("org.jetbrains.kotlin:kotlin-stdlib")
testImplementation("com.fasterxml.jackson.core:jackson-databind")
testImplementation("com.fasterxml.jackson.core:jackson-core")
}