Spring Projects Issues

Results 621 issues of Spring Projects Issues

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

**[Adrien Sanchez](https://jira.spring.io/secure/ViewProfile.jspa?name=asanchez)** opened **[SPR-16026](https://jira.spring.io/browse/SPR-16026?redirect=false)** and commented Hello, I faced an issue when wanting to perform a redirection with redirect attributes on a Spring Webflux application. In Spring MVC, I used...

in: web
type: enhancement

**[Arjen Poutsma](https://jira.spring.io/secure/ViewProfile.jspa?name=arjen.poutsma)** opened **[SPR-15953](https://jira.spring.io/browse/SPR-15953?redirect=false)** and commented We could use a `WebFluxUriComponentsBuilder` that has similar functionality as the `ServletUriComponentsBuilder`, An additional method that `WebFluxUriComponentsBuilder` should have is `fromServerRequest`, taking a `ServerRequest`...

in: web
type: enhancement

**[Dave Syer](https://jira.spring.io/secure/ViewProfile.jspa?name=david_syer)** opened **[SPR-15037](https://jira.spring.io/browse/SPR-15037?redirect=false)** and commented The samples in spring-secuirty-oauth2 suffer from this problem. I think it is probably platform/browser dependent because I couldn't reproduce it till today, and now...

in: web
type: enhancement

**[Lucas](https://jira.spring.io/secure/ViewProfile.jspa?name=lucasvalenteds)** opened **[SPR-16770](https://jira.spring.io/browse/SPR-16770?redirect=false)** and commented Allows to implement WebSockets without annotations via WebFlux Functional DSL. It seems that only HTTP requests can be handled by the router { } block...

in: web
type: enhancement