Skip to content

Improve documentation for SpEL constructor support #26846

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

Merged

Conversation

hrybs
Copy link
Contributor

@hrybs hrybs commented Apr 22, 2021

Chapter 4 Spring Expression Language (SpEL), section 4.3.9. Constructors of official documentation contains incorrect description of default behavior.
According to source code of org.springframework.expression.spel.support.StandardEvaluationContext there is a use of org.springframework.expression.spel.support.StandardTypeLocator class. According to the source code of letter class the core package 'java.lang' is registered by default.

@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged or decided on label Apr 22, 2021
@sbrannen sbrannen added type: task A general task and removed status: waiting-for-triage An issue we've not yet triaged or decided on labels Apr 22, 2021
@sbrannen sbrannen self-assigned this Apr 22, 2021
@sbrannen sbrannen added this to the 5.3.7 milestone Apr 22, 2021
@sbrannen sbrannen changed the title Fix Spel Constructor description Improve documentation for SpEL constructor support Apr 22, 2021
@sbrannen sbrannen merged commit 3bded76 into spring-projects:master Apr 22, 2021
@sbrannen
Copy link
Member

Good catch!

This has been merged into master in 3bded76 and revised in 01e50fb#diff-501285a65f6142ae10e3dd10427e31d42cacfe303e03315c56305322edb72995R1369-R1372.

lxbzmy pushed a commit to lxbzmy/spring-framework that referenced this pull request Mar 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: task A general task
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants