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

`DispatcherServlet` calls `sendError(404)` by default in case of no matching handler, or raises `NoHandlerFoundException` when its property `throwExceptionIfNoHandlerFound` is enabled, allowing applications to handle it, which is important for REST...

in: web
type: enhancement

When running multiple tests the application contexts are not closed after each test class, which is the defined behavior. If multiple tests are starting a Quartz Scheduler, this may lead...

status: waiting-for-triage
in: test

See https://github.com/spring-projects/spring-boot/issues/32262 for background. Currently we have a number of areas where we want to exclude beans from being used in AOT processed applications. There are a number of ways...

type: enhancement
status: pending-design-work
theme: aot

Since all `URL` constructors are deprecated starting with Java 20, we should stop using them in order to allow Spring Framework to be built using Java 20. In addition, the...

in: core
type: enhancement

This PR changes to use `EnumMap` for `DateFormatter.ISO_PATTERNS` again by partially reverting ba136dcf40123445aa959786cdc006112d35774a as it seems to give better numbers as follows: ``` Benchmark (iso) Mode Cnt Score Error Units...

status: waiting-for-triage

When a filter is configured to conditionally forward, and it is configured to handle FORWARD dispatches as well, and it prevents infinite forward loops by either extending `OncePerRequestFilter` or otherwise...

status: waiting-for-triage
in: test
in: web

**Affects:** : Spring Web 6.0.0-RC2 --- The methods annotated with `@HttpExchange` work great using Reactor, but unfortunately it's currently unable to use `suspend` functions in its method signatures. This is...

in: web
type: enhancement
in: kotlin

Hi, I would like to request for `@EntityScan` to be able to provide the ability to scan for specific entities class, rather than based on package. E.g `@EntityScan(classes={"com.aa.ClassA", "com.aa.ClassB"))` will...

status: waiting-for-triage
in: core
type: enhancement

When running tests using `@DirtiesContext` and a test class includes multiple `@Nested` classes, the context is dirtied and refreshed after each nested class, even when using the coarsest mode possible...

in: test
type: enhancement