Go to file
Sam Brannen 2384474615 Support compilation of map indexing with primitive in SpEL
Prior to this commit, the Spring Expression Language (SpEL) failed to
compile an expression that indexed into a Map using a primitive literal
(boolean, int, long, float, or double).

This commit adds support for compilation of such expressions by
ensuring that primitive literals are boxed into their corresponding
wrapper types in the compiled bytecode.

Closes gh-32903

(cherry picked from commit aed1d5f762)
2024-05-28 10:55:22 +02:00
.github Adapt docs deployment properties 2024-05-08 15:33:40 +02:00
buildSrc Upgrade to JApicmp Gradle Plugin 0.3.0 2021-09-15 14:40:42 +02:00
ci Upgrade to gradle-enterprise-conventions 0.0.17 2024-04-29 13:24:11 +02:00
framework-bom Remove BOM workaround 2020-04-28 15:14:02 +02:00
gradle Build KDoc against 5.3.x Spring Framework Javadoc 2024-03-11 10:19:49 +01:00
integration-tests Polishing 2024-05-23 17:21:34 +02:00
spring-aop Defensive handling of incompatible advice methods 2024-05-23 17:17:03 +02:00
spring-aspects Polishing 2024-05-23 17:21:34 +02:00
spring-beans Test detection of original generic method for CGLIB bridge method 2024-05-24 12:41:38 +02:00
spring-context Polishing 2024-05-21 18:18:30 +02:00
spring-context-indexer Update copyright headers for source code changed since August 2022 2022-12-03 17:23:21 -05:00
spring-context-support Polishing 2023-12-30 15:51:05 +01:00
spring-core Test detection of original generic method for CGLIB bridge method 2024-05-24 12:41:38 +02:00
spring-expression Support compilation of map indexing with primitive in SpEL 2024-05-28 10:55:22 +02:00
spring-instrument Delete obsolete log4j config 2020-03-18 17:01:01 +01:00
spring-jcl Log4jLog re-resolves ExtendedLogger on deserialization 2023-11-09 12:12:55 +01:00
spring-jdbc Polishing 2024-05-14 13:31:30 +02:00
spring-jms Polishing 2024-05-14 13:31:30 +02:00
spring-messaging Double-checked lock in ChannelSendOperator#request 2024-01-12 17:18:19 +00:00
spring-orm Polishing 2024-05-21 12:28:48 +02:00
spring-oxm Fix typos in test code 2022-07-13 16:24:11 +02:00
spring-r2dbc Polishing 2024-02-28 21:13:10 +01:00
spring-test Remove superfluous @NonNull declarations 2024-03-16 14:39:58 +01:00
spring-tx Polishing (aligned with 6.1.x) 2024-04-18 13:15:49 +02:00
spring-web Polishing 2024-05-21 12:28:48 +02:00
spring-webflux Guard against multiple body subscriptions 2024-01-24 14:05:06 +01:00
spring-webmvc Polishing 2024-05-14 13:31:30 +02:00
spring-websocket Skip close lock if acquired by other thread already 2024-04-23 16:26:26 +02:00
src Update MockMvc section on Streaming in the docs 2024-05-13 12:40:46 +01:00
.editorconfig
.gitattributes Ensure line endings for binary files are not modified in Git 2019-10-18 11:56:18 +02:00
.gitignore Add ignore rule for cached-antora-playbook.yml 2023-05-23 15:14:01 +01:00
.mailmap Add entries for "Sam Brannen" to .mailmap 2022-06-07 14:27:42 +02:00
.sdkmanrc Updated Java 8 version in sdkmanrc 2023-10-11 10:38:59 +02:00
CODE_OF_CONDUCT.adoc URL Cleanup 2019-03-21 15:08:55 -05:00
CONTRIBUTING.md Avoid creating unnessary wrapper for empty map 2021-06-11 16:36:04 +01:00
LICENSE.txt Add LICENSE.txt file 2019-08-20 22:01:12 +02:00
README.md Move CI to GitHub Actions 2024-03-15 09:30:15 +01:00
SECURITY.md Update "Reporting a Vulnerability" link 2021-10-20 14:48:51 +02:00
build.gradle Upgrade to Reactor 2020.0.44 and Netty 4.1.109 2024-05-14 22:54:32 +02:00
gradle.properties Next development version (v5.3.37-SNAPSHOT) 2024-05-22 15:27:49 +00:00
gradlew Upgrade to Gradle 7.2 2021-09-13 09:37:35 +02:00
gradlew.bat Upgrade to Gradle 6.6 2020-08-11 12:10:35 +02:00
import-into-eclipse.md About notes about AJDT and Kotlin not supported in Eclipse 4.21 2021-09-21 14:23:02 +02:00
import-into-idea.md Fix links in Javadoc and reference docs 2022-09-14 17:00:11 +02:00
settings.gradle Fix build warnings 2024-04-30 19:09:03 +02:00
update_copyright_headers.sh Apply update_copyright_headers.sh to staged files as well 2022-12-03 17:23:21 -05:00

README.md

Spring Framework Build Status Revved up by Develocity

This is the home of the Spring Framework: the foundation for all Spring projects. Collectively the Spring Framework and the family of Spring projects are often referred to simply as "Spring".

Spring provides everything required beyond the Java programming language for creating enterprise applications for a wide range of scenarios and architectures. Please read the Overview section as reference for a more complete introduction.

Code of Conduct

This project is governed by the Spring Code of Conduct. By participating, you are expected to uphold this code of conduct. Please report unacceptable behavior to spring-code-of-conduct@pivotal.io.

Access to Binaries

For access to artifacts or a distribution zip, see the Spring Framework Artifacts wiki page.

Documentation

The Spring Framework maintains reference documentation (published and source), GitHub wiki pages, and an API reference. There are also guides and tutorials across Spring projects.

Micro-Benchmarks

See the Micro-Benchmarks wiki page.

Build from Source

See the Build from Source wiki page and the CONTRIBUTING.md file.

Continuous Integration Builds

Information regarding CI builds can be found in the Spring Framework Concourse pipeline documentation.

Stay in Touch

Follow @SpringCentral, @SpringFramework, and its team members on Twitter. In-depth articles can be found at The Spring Blog, and releases are announced via our news feed.

License

The Spring Framework is released under version 2.0 of the Apache License.