Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Introduce CompilableIndexAccessor SPI in SpEL #32613

Closed
1 task done
sbrannen opened this issue Apr 10, 2024 · 2 comments
Closed
1 task done

Introduce CompilableIndexAccessor SPI in SpEL #32613

sbrannen opened this issue Apr 10, 2024 · 2 comments
Assignees
Labels
in: core Issues in core modules (aop, beans, core, context, expression) type: enhancement A general enhancement
Milestone

Comments

@sbrannen
Copy link
Member

sbrannen commented Apr 10, 2024

Overview

Now that we've introduced the IndexAccessor SPI in the Spring Expression Language (SpEL), we should introduce support for compiling expressions that use a custom IndexAccessor, analogous to the CompilablePropertyAccessor SPI that a PropertyAccessor can optionally implement.

Related Issues

Deliverables

  • Introduce CompilableIndexAccessor SPI in SpEL.
@sbrannen sbrannen added in: core Issues in core modules (aop, beans, core, context, expression) type: enhancement A general enhancement labels Apr 10, 2024
@sbrannen sbrannen added this to the 6.2.0-M2 milestone Apr 10, 2024
@sbrannen sbrannen self-assigned this Apr 10, 2024
@selimdebresen

This comment was marked as off-topic.

sbrannen added a commit to sbrannen/spring-framework that referenced this issue Apr 17, 2024
sbrannen added a commit to sbrannen/spring-framework that referenced this issue Apr 18, 2024
sbrannen added a commit to sbrannen/spring-framework that referenced this issue Apr 19, 2024
sbrannen added a commit to sbrannen/spring-framework that referenced this issue Apr 25, 2024
@sbrannen
Copy link
Member Author

Current work on this issue can be viewed in the following feature branch.

main...sbrannen:spring-framework:issues/gh-32613-spel-CompilableIndexAccessor

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in: core Issues in core modules (aop, beans, core, context, expression) type: enhancement A general enhancement
Projects
None yet
Development

No branches or pull requests

2 participants