2474 Commits (main)

Author SHA1 Message Date
Sam Brannen a12c9a0430 Update copyright headers 2 years ago
Simon Baslé 5de1460f88
Deprecate HttpStatus 103 CHECKPOINT in favor of new EARLY_HINTS (#29816) 2 years ago
Sam Brannen a4956dfe26 Update copyright headers 2 years ago
Krzysztof Krason afb8a0d1b1 Use new Java features (switch expressions, text blocks, new JDK methods) 2 years ago
rstoyanchev c702cd418e Polishing 2 years ago
Simon Baslé 4bcc24372a Add ExecutingResponseCreator 2 years ago
Simon Baslé 74f58198fd
Add Kotlin DSL support for MockMVC andExpectAll (#29727) 2 years ago
Sam Brannen d4623a393b Update copyright headers 2 years ago
Sam Brannen 2b6f3caff4 Remove dead code in MockClientHttpRequest 2 years ago
Sam Brannen 83eb8ac0ea Introduce additional constructors in MockClientHttp[Request|Response] 2 years ago
Sam Brannen a1a140f7d5 Use URI#create instead of URI constructor where feasible in spring-test 2 years ago
Sam Brannen 4caf3c8ce0 Polish tests in spring-test 2 years ago
Sam Brannen 485c80fcf3 Apply 'instanceof pattern matching' in spring-test and Servlet mocks 2 years ago
Sam Brannen 69f47e7700 Polishing 2 years ago
Sam Brannen 404661d5cb Polishing 2 years ago
Sam Brannen 7615762039 Update copyright headers 2 years ago
ShenFeng312 c79474d269
Polish var-args declarations 2 years ago
Moritz Halbritter 752ef6f456 Fall back to JdkClientHttpConnector as ClientHttpConnector 2 years ago
Sam Brannen aa1f3d1681 Apply "instanceof pattern matching" 2 years ago
Johnny Lim 74ec10bf3a Polish 2 years ago
Sam Brannen ad60164911 Update copyright headers for source code changed since August 2022 2 years ago
Sam Brannen 8e9a553517 Update Javadoc regarding JUnit versions 2 years ago
Sam Brannen 537d539b1d Use JUnit Jupiter annotations as examples in TestContextManager JavaDoc 2 years ago
Sam Brannen 476b9cfc99 Polish TestContextManager internals 2 years ago
Sam Brannen 352087a637 Forbid loading of test ApplicationContext in AOT mode if AOT processing failed 2 years ago
Sam Brannen 33d33802a8 Improve logging in TestContextManager 2 years ago
Sam Brannen 9ec937c843 Remove erroneous Javadoc link 2 years ago
Sam Brannen 7fcd1de8e3 Use AssertJ's isEmpty() instead of hasSize(0) 2 years ago
Sam Brannen d5b0b2b1a1 User AssertJ's hasSize() for arrays 2 years ago
Sam Brannen 36f7597f25 Use AssertJ's hasSize() for collections and maps 2 years ago
Sam Brannen 43f8d9e084 Apply 'instanceof pattern matching' 2 years ago
Sam Brannen 917c41fd52 Use Set.of() for constant sets where appropriate 2 years ago
Sam Brannen 508d2c7a77 Fix Javadoc formatting issues for headings 2 years ago
Sam Brannen 8e64701cb7 Fix Javadoc formatting issue in TestSocketUtils 2 years ago
Sam Brannen 2aa78889d2 Use consistent wording in precondition error messages 2 years ago
Sam Brannen 698f8995f7 Revise TestSocketUtils and tests 2 years ago
Chris Bono ee51dab1f3 Introduce TestSocketUtils as a replacement for SocketUtils 2 years ago
Sam Brannen eb91d21ada Polishing 2 years ago
Sam Brannen ae3bec5d57 Allow test classes to provide runtime hints via declarative mechanisms 2 years ago
Juergen Hoeller d7d44c6c51 Polishing 2 years ago
Sam Brannen 69736af5fc Revise ContextLoadException constructor to accept a Throwable 2 years ago
Sam Brannen 7d68d0625c Polishing 2 years ago
Kulwant Singh debe78b7f9 Minor improvements in spring-test 2 years ago
Sam Brannen 9d73f81e9c Avoid String allocations with Assert.notNull() 2 years ago
Sam Brannen 95f3337bb5 Revise contribution 2 years ago
divcon ba136dcf40 Replace use of Collections.unmodifiable*() methods where appropriate 2 years ago
Juergen Hoeller 86d45578d9 Introduce findAllAnnotationsOnBean variant on ListableBeanFactory 2 years ago
Sam Brannen 3438c47744 Polishing 2 years ago
Juergen Hoeller 19cf503534 Align with Servlet 6.0 and introduce support for Jakarta WebSocket 2.1 2 years ago
Sam Brannen 5f02323b9c Avoid String allocations with Assert.isTrue() 2 years ago