spring-framework icon indicating copy to clipboard operation
spring-framework copied to clipboard

Spring Framework

Results 792 spring-framework issues
Sort by recently updated
recently updated
newest added

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...

type: bug
in: core

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...

status: waiting-for-triage
in: core

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...

status: waiting-for-triage

… 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...

status: waiting-for-triage

**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...

status: waiting-for-triage

Removed unnecessary function execution using Mono.defer() when using switchIfEmpty method in Mono class.

status: waiting-for-triage

1. Remove unused return value 2. Add Nullable annotaions 3. Simplify if statement

status: waiting-for-triage

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,...

status: waiting-for-triage

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...

status: waiting-for-triage

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`. >...

status: waiting-for-triage
in: core