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

Spring Framework

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

**[Rob Winch](https://jira.spring.io/secure/ViewProfile.jspa?name=rwinch)** opened **[SPR-13779](https://jira.spring.io/browse/SPR-13779?redirect=false)** and commented It would be nice to be able to allow Java Configuration to register multiple types of Beans. For example, right now the Spring Security...

in: core
type: enhancement
status: pending-design-work

[Declaration-site variance](https://kotlinlang.org/docs/reference/generics.html#declaration-site-variance) used in the very common [`kotlin.Pair`](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-pair/index.html) class seems to impact bean resolution and currently prevents bean resolution to work as expected by the end user. Based on an...

in: core
type: enhancement
theme: kotlin

**[David Melia](https://jira.spring.io/secure/ViewProfile.jspa?name=mzz6wh)** opened **[SPR-17485](https://jira.spring.io/browse/SPR-17485?redirect=false)** and commented Hi, org.springframework.messaging.simp.broker.DefaultSubscriptionRegistry contains ```java private static EvaluationContext messageEvalContext = SimpleEvaluationContext.forPropertyAccessors(new SimpMessageHeaderPropertyAccessor()).build(); ``` but with no way to override it. If you think about a...

in: messaging
type: enhancement

**[spencercw](https://jira.spring.io/secure/ViewProfile.jspa?name=spencercw)** opened **[SPR-17315](https://jira.spring.io/browse/SPR-17315?redirect=false)** and commented I'm trying to set up a project using WebSockets with the 'subscribe and snapshot' pattern (i.e., subscribing to a stream of updates and requesting a...

in: web
type: enhancement

**[yoshikawaa](https://jira.spring.io/secure/ViewProfile.jspa?name=yoshikawaa1)** opened **[SPR-17217](https://jira.spring.io/browse/SPR-17217?redirect=false)** and commented ### Application Spring Boot Web MVC Application Spring Boot 2.0.4.RELEASE Sample : https://github.com/yoshikawaa/spring-boot-pattern-demo ### Problem There are cases where `@Pattern` error message `{0}` is not...

in: web
type: bug

**[Stéphane Nicoll](https://jira.spring.io/secure/ViewProfile.jspa?name=snicoll)** opened **[SPR-17207](https://jira.spring.io/browse/SPR-17207?redirect=false)** and commented Condition evaluation currently doesn't support `@Repeatable`. The first thing I found is `ConditionEvaluator#shouldSkip` calls `!metadata.isAnnotated(Conditional.class.getName())` which returns true for some reason when it is...

in: core
type: enhancement

**[Rossen Stoyanchev](https://jira.spring.io/secure/ViewProfile.jspa?name=rstoya05-aop)** opened **[SPR-16471](https://jira.spring.io/browse/SPR-16471?redirect=false)** and commented The JDK HttpClient [documentation](https://docs.oracle.com/javase/10/docs/api/jdk/incubator/http/package-summary.html) shows there is also a [WebSocket client](http://download.java.net/java/jdk10/docs/api/jdk/incubator/http/WebSocket.html) in the same package. Along the same lines as #21014 we need to...

in: web
type: enhancement

**[Dongmin Shin](https://jira.spring.io/secure/ViewProfile.jspa?name=dongmyo)** opened **[SPR-16198](https://jira.spring.io/browse/SPR-16198?redirect=false)** and commented `@ModelAttribute` method arguments of `@ModelAttribute` annotated method are not resolved on webflux ```java @ModelAttribute("a") public A attrA(@PathVariable String param1) { return new A(param1); }...

in: web
type: enhancement

**[Miroslav Hrúz](https://jira.spring.io/secure/ViewProfile.jspa?name=jinxx)** opened **[SPR-16190](https://jira.spring.io/browse/SPR-16190?redirect=false)** and commented In Spring 4 and Spring 5/ Web (Servlet API) you could write annotated controller method without explicitly say `@GetMapping` or `@PostMapping` and without any...

in: web
type: enhancement

**[Leonard Brünings](https://jira.spring.io/secure/ViewProfile.jspa?name=leonard84)** opened **[SPR-16097](https://jira.spring.io/browse/SPR-16097?redirect=false)** and commented The current `ContentResultMatchers` have direct support for plain strings, json, and xml. I would propose to add another that supports the usage of `cssQuery`...

in: test
in: web
type: enhancement