spring-framework
spring-framework copied to clipboard
Spring Framework
Affects: `spring-expression` since `3.2 M2` up to `5.3.19` The problem: Two double quotes are replaced by one double quote - even when literal within single quotes | Expression | Expected...
Hi, I am using Spring expression language (5.3.15). I found following method does sorting on a list of methods (`ReflectiveMethodResolver`). ```java public MethodExecutor resolve(EvaluationContext context, Object targetObject, String name, List...
Hi 👋 I'm not a particular huge fan of the [TechEmpower benchmarks](https://www.techempower.com/benchmarks/#section=data-r21), because they barely reflect real use-cases, but (novice) programmers who maybe look for some resources that might help...
… rather than just a synchronization. Otherwise, at least SharedEntityManagerCreator will create a 'lingering' EM inside NEVER/NOT_SUPPORTED propagation, which is closed only after exiting from inside that boundary. I did...
**Affects:** Spring Boot 2.7.5 --- Hello, I recently realised that one of my `GET` endpoints has issues if the values passed in the query params contain commas (`,`). Basically, I...
Removed unnecessary function execution using Mono.defer() when using switchIfEmpty method in Mono class.
1. Remove unused return value 2. Add Nullable annotaions 3. Simplify if statement
There is no bubles in java example [Fine-tuning Annotation-based Autowiring with Qualifiers](https://docs.spring.io/spring-framework/docs/6.0.0-RC4/reference/html/core.html#beans-autowired-annotation-qualifiers) Same thing with second example. In the third example with xml is opposite situation, bubbles present in example,...
This is a simple fix to an XML listing in the core-validation doc (it adds a missing double-quote at the end of an attribute). Fixing the syntax error also fixes...
Good morning , I'm not a usual committer, but if someone has 5 minutes... The following types of errors should be logged as `WARNING` or `ERROR` instead of `INFO`. >...