2477 Commits (bcc9e27dd00a7eaf2f7e66d04d04ed31d0dd1efc)

Author SHA1 Message Date
Brian Clozel 0b2e3900b9 Share codings resolution in resource resolvers 2 weeks ago
Sam Brannen 9e6504b05a Remove unnecessary parentheses in assertThat() arguments 2 weeks ago
Sam Brannen 399f779c43 Convert assertThat(x instanceof X).isFalse() to assertThat(x).isNotInstanceOf() 2 weeks ago
Sam Brannen a40ec44cb7 Convert assertThat(x instanceof X).isTrue() to assertThat(x).isInstanceOf() 2 weeks ago
Sam Brannen 4548f1ec66 Inline conditions in assertThat() statements 2 weeks ago
Sam Brannen 1256307c83 Enable SpringJUnit5 Checkstyle rule 2 weeks ago
Sam Brannen 4c14abf0cd Remove obsolete "test" prefix from test method names 2 weeks ago
Brian Clozel a21706c58a Copy WS handshake headers to store in session 2 weeks ago
Brian Clozel 22e4d84993 Add support for "application/jsonl" JSON lines 2 weeks ago
Sam Brannen 5eb0e99d58 Fix common typos and grammatical mistakes 2 weeks ago
Sébastien Deleuze 739d5ba77b Leverage ResourceHandlerUtils in ScriptTemplateView 3 weeks ago
Sébastien Deleuze 19ab92ef59 Restore ScriptTemplateViewTests 3 weeks ago
rstoyanchev 5168e3a38b Polishing contribution 3 weeks ago
husseinvr97 d4893fb32f Support defaultHtmlEscape in WebFlux 3 weeks ago
rstoyanchev ab9895b5a9 Polishing contribution 3 weeks ago
rstoyanchev f73302a66e Polishing contribution 4 weeks ago
Martin Mois 348482b5a0 Add usePathSegment with Predicate<RequestPath> 4 weeks ago
rstoyanchev 25bb264bd9 Polishing in ReactorNettyWebSocketClient 4 weeks ago
Artem Voronin 9819e1cad5 Propagate max frame length to WebSocket session 4 weeks ago
Sam Brannen 04186fdf0e Consistently refer to URLs and URIs in documentation 1 month ago
rstoyanchev b83cb4a947 Make newRequest methods public 1 month ago
Sam Brannen 2ec630ef45 Remove obsolete EMPTY_GROUPS constant in InvocableHandlerMethod 1 month ago
rstoyanchev e3568a3f0a Fix generic return type support in HttpServiceMethod 1 month ago
rstoyanchev e106fc0434 Polishing in RestClientAdapterTests and WebClientAdapterTests 1 month ago
Juergen Hoeller 9b10bb5e08 Polishing 1 month ago
Juergen Hoeller 8bf85d2596 Polishing 1 month ago
Juergen Hoeller d291272736 Use HandlerMethod-determined validation groups 1 month ago
Juergen Hoeller bc2e89a786 Cache ResponseBody annotation presence per controller class 2 months ago
rstoyanchev 1bb0fdda6b Move validation group determination to ValidationAnnotationUtils 2 months ago
rstoyanchev 78967d4bd6 Optimize version match 2 months ago
rstoyanchev 1d2351c87b Optimize single PathPattern match 2 months ago
Sébastien Deleuze bc01eeb433 Leverage JUnit 6 suspending function support 2 months ago
Sébastien Deleuze 8fbd147f0b Upgrade nullability plugin to 0.10.0 2 months ago
Juergen Hoeller 1c56ec3f7e Polishing 2 months ago
Sam Brannen 5490ba94ae Simplify tests 2 months ago
Sam Brannen 357205723f Simplify tests 2 months ago
Sam Brannen 7917ae53e8 Polishing 2 months ago
rstoyanchev fe2113f5a3 Clear Netty channel attribute 2 months ago
rstoyanchev b69cbad38d Fall back on the value type in BodyInserters if necessary 3 months ago
rstoyanchev 39106b5811 Restore ApiVersionResolver contract 3 months ago
rstoyanchev 2f91baa71c Polishing in ApiVersionResolver 3 months ago
rstoyanchev 8ff89ffda2 Update contribution 3 months ago
rstoyanchev dcf5d69d94 Rename async methods 3 months ago
rstoyanchev 7d33a87278 Polishing contribution 3 months ago
Jonathan Kaplan b878771dca Update ApiVersionResolver to return Mono String 3 months ago
Sam Brannen 06f0f2f317 Polishing 3 months ago
rstoyanchev e0aa116217 Re-initialize API version in each HandlerMapping 3 months ago
rstoyanchev a9027ddf76 Refine handling of API version errors 3 months ago
Sébastien Deleuze 6939cb90df Add ServerRequest.bindAndAwait Kotlin extension 3 months ago
Manu Sridharan d36244ee56 Update to NullAway 0.12.15 and fix new warnings 3 months ago