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

Spring Framework

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

Spring requires the `java.desktop` module to be present at Java runtimes only so that it can use the classes in the java.beans package. Would be a good start for modernizing...

in: core
type: enhancement

*This issue is just a placeholder for future considerations regarding this topic.* [Project Loom](https://openjdk.java.net/projects/loom/) is an OpenJDK project that aims to provide support for [Continuations ](https://en.wikipedia.org/wiki/Continuation) and Fibers in the...

in: messaging
in: web
in: core
type: enhancement

**[Juergen Hoeller](https://jira.spring.io/secure/ViewProfile.jspa?name=juergen.hoeller)** opened **[SPR-13501](https://jira.spring.io/browse/SPR-13501?redirect=false)** and commented JDK 9's Jigsaw initiative aims to allow for module metadata (`module-info.java`) that can be added to framework and library jars while still keeping them...

type: enhancement

Freezing the configuration was unfortunately not enough. If a bean is instantiated in an AOT refreshed context, the merged bean definition is flagged stale and it is merged again. As...

type: bug
theme: aot

It's becoming more apparent that certain beans will have to be instantiated at build time (typically to introspect the outcome of something that could have been overridden by the user)....

type: enhancement
theme: aot

**Affects:** v5.3.22 # Description Building a response with etags can result in a `NullPointerException` if the argument for `etag` is `null`. Surprisingly, `HttpHeaders.setETag(@Nullable String etag)` handles `null` arguments and is...

status: waiting-for-triage

## Problem Description ### Preconditions A normal Spring Boot web project with `module-info.java`, using `slf4j` `logback` logging, see the last section for environment information ### 问题 When I shut down...

status: waiting-for-triage

Sometimes, one wants to be able to register a bean of a given type without breaking existing code, especially in multi-module projects. Assuming that a bean is already available: ```java...

status: waiting-for-triage
in: core

I'm seeing more and more problems with complex Spring / Spring Boot applications where beans created in some dependency interfere with the operation of either another dependency or our own...

status: waiting-for-triage
in: core