28714 Commits (d410872e4fc0f4b69255f01ca01dc2b28f4f5c7f)
 

Author SHA1 Message Date
Sébastien Deleuze d410872e4f Polish CookieIntegrationTests 2 years ago
Sébastien Deleuze 8fe2c780df Support cookies with the same name with Reactor Netty 2 years ago
Stéphane Nicoll b53ffa3855 Merge pull request #31700 from quaff 2 years ago
Stéphane Nicoll 25537938d6 Polish contribution 2 years ago
Yanming Zhou 9704b809b1 Add support for location patterns in ResourceArrayPropertyEditor 2 years ago
Arjen Poutsma 0e6c17f518 Process tokens after each feed in Jackson2Tokenizer 2 years ago
Sam Brannen 1afea0b144 Fix and polish Javadoc for MimeTypeUtils 2 years ago
Johnny Lim 7b95bd72f7 Fix condition for "Too many elements" in MimeTypeUtils.sortBySpecificity() 2 years ago
Sam Brannen fdcea58a53 Polishing 2 years ago
Arjen Poutsma ef4ffa0005 Support empty part in DefaultPartHttpMessageReader 2 years ago
Sébastien Deleuze 2e3d13331a Document `@ModelAttribute` usage with native images 2 years ago
Sam Brannen 448e753184 Honor classValuesAsString in getMergedRepeatableAnnotationAttributes() 2 years ago
Sam Brannen 6b53f37030 Favor local @⁠ComponentScan annotations over meta-annotations 2 years ago
Yanming Zhou afcd03bddc Replace assertThat(x.isEmpty()).isTrue() with assertThat(x).isEmpty() 2 years ago
Yanming Zhou 7b16ef90f1 Replace assertThat(x.equals(y)) with assertThat(x).isEqualTo(y) 2 years ago
Yanming Zhou e2852e7355 Replace assertThat(x.contains(y)).isTrue() with assertThat(x).contains(y) 2 years ago
Yanming Zhou 1a63257b12 Add missing @Test 2 years ago
Yanming Zhou 66e405525b Replace assertThat(x instanceof y).isTrue() with assertThat(x).isInstanceOf(y.class) 2 years ago
Yanming Zhou 59815cefce Replace assertThat(x.get(i)). with assertThat(x).element(i). 2 years ago
Yanming Zhou 785ad399e9 Replace assertThat(x.iterator().next()) with assertThat(x).element(0) 2 years ago
Sébastien Deleuze 3f9a809c32 Improve `@RegisterReflectionForBinding` for enums 2 years ago
Sam Brannen c74d60b9fe Polishing 2 years ago
Sam Brannen db48813181 Polish contribution 2 years ago
HyeongMokJeong a596c0e226 Introduce overloaded MockPart constructor that accepts the Content-Type 2 years ago
Sam Brannen 462ef95904 Fix typo in Javadoc 2 years ago
Arjen Poutsma 52d4b83dba Partially revert RequestPredicates attribute handling 2 years ago
Sam Brannen aa347e5fe6 Polish MutablePropertyValuesTests 2 years ago
Sam Brannen ceba4162bb Replace assertThat(!x).isTrue() with assertThat(x).isFalse() 2 years ago
Stéphane Nicoll 21560bccd3 Merge pull request #31752 from quaff 2 years ago
Stéphane Nicoll 1da40b84e7 Polish "Use idiomatic AssertJ map assertions" 2 years ago
Yanming Zhou 6f11716b6f Use idiomatic AssertJ map assertions 2 years ago
Juergen Hoeller 47fe61ef79 Introduce lazyTransactionalConnections flag on TransactionAwareDataSourceProxy 2 years ago
Juergen Hoeller 8a82da43c9 Defensively wrap fixed-delay task on scheduler thread 2 years ago
Sam Brannen cb60f74556 Stop referring to JDO PersistenceManager in comments 2 years ago
Sam Brannen 62b3d7a963 Update copyright headers 2 years ago
Sam Brannen b69e5acfe3 Revert use of yield in switch expressions due to Eclipse compiler error 2 years ago
Sam Brannen d71853f105 Polish contribution 2 years ago
Yanming Zhou 490b5c77fc Use switch expression where feasible 2 years ago
Sam Brannen 8ed04b5dd1 Polish contribution 2 years ago
Per Lundberg 87d37a21aa Link to spring.factories used in the TestContext framework in the ref docs 2 years ago
Sam Brannen eee2569bff Polishing 2 years ago
Stéphane Nicoll dbec3f1fa1 Polish 2 years ago
Sam Brannen e870912fa2 Polish Javadoc for MockRestServiceServer 2 years ago
Donghun Shin 99f50ebeb4 Fix Javadoc for MockRestServiceServer.bindTo(RestClient.Builder) 2 years ago
Sam Brannen cd62dfe3a9 Polish FastByteArrayOutputStream[Tests] 2 years ago
Patrick Strawderman 7cdacf3083 Introduce toString(Charset) in FastByteArrayOutputStream 2 years ago
Stéphane Nicoll 0bec8125a4 Merge pull request #31736 from tylerbertrand 2 years ago
Tyler Bertrand da32e3d39e Use relative path for javadoc overview 2 years ago
Sam Brannen 47cdc7c5f0 Update copyright headers 2 years ago
dogglezz decb22a93d Polish Javadoc 2 years ago