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

Spring Framework

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

…b.com/spring-projects/spring-framework/issues/28305 In this commit we added MariaDB as an independent database type as per #28305 Thanks for taking time to look at it!

status: waiting-for-triage

**[Phil Webb](https://jira.spring.io/secure/ViewProfile.jspa?name=pwebb)** opened **[SPR-13433](https://jira.spring.io/browse/SPR-13433?redirect=false)** and commented As requested on the Spring Boot issue tracker: https://github.com/spring-projects/spring-boot/issues/3890 — When processing an `HttpRequest` with `x-www-form-urlencoded` content, we can use a controller with POJO...

in: web
type: enhancement
has: votes-jira

Thanks to the team for taking the time. **Affects:** 5.3.18 and main branch **Affected code** https://github.com/spring-projects/spring-framework/blob/28ca0dd64209a003dcd577212ad06624dfbc2684/spring-context/src/main/java/org/springframework/context/annotation/ConfigurationClassParser.java#L482-L502 **Discussion** The `addPropertySource` method is affected by a bug IMO where the effect of...

status: waiting-for-triage

It seems that when we are trying to call @Transactional methods from @Scheduled methods, the calls simply do not occur. The @Transactional methods work totally fine when they are being...

status: waiting-for-triage
in: data
in: core

Hi, i'm the maintainer of HtmlUnit and i like to finally fix the issues #25768 and https://github.com/HtmlUnit/htmlunit/issues/223. Did some analysis during the last day's - sorry for the long text...

in: test
in: web
type: enhancement

I created a Maven project to test the AOP notification order, but I find that when the version of Spring-context in the pom. xml file is 5.2.13-RELEASE and 5.2.5-RELEASE, I...

status: waiting-for-triage

I am trying to make `FailureAnalyzer` working with Java Platform Module System (JPMS) on JDK 11. `FailureAnalyzer` is working great when there is not `module-info.java`, in contrary when this file...

status: waiting-for-triage

Currently, Spring MVC and WebFlux applications are instrumented wit Micrometer metrics in Spring Boot, thanks to `org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter` and `org.springframework.boot.actuate.metrics.web.reactive.server.MetricsWebFilter`. Those filters are then auto-configured by Spring Boot and their metrics...

in: web
type: enhancement
theme: observability

* Kotlin 1.7.0 * Spring Boot 2.7.1 I have a service with a public property, `myMap`, typed as an inline class, which has a generic parameter. ```kotlin @Service class ValueClassService...

status: waiting-for-triage
in: kotlin

**Affects:** Tested with 5.3.22 and 5.2.20.RELEASE **Problem description:** For some configuration issues during application context creation the AbstractApplicationContext.refresh() method is not executing the catch(BeansException ex)/clean block. In this cleanup-block already...

status: waiting-for-triage
in: core