2474 Commits (main)

Author SHA1 Message Date
Sam Brannen a281d8c3fd Polishing 2 years ago
Sam Brannen c21bd6659d Introduce TestContextSpringFactoriesUtils to reduce code duplication 2 years ago
Sam Brannen a4d36a8b83 Polish ApplicationContextFailureProcessor support 2 years ago
Sam Brannen a13cb01b99 Load ApplicationContextFailureProcessors from spring.factories 2 years ago
Sam Brannen 273e38c2b4 Make TestAotProcessor more easily extensible 2 years ago
Sam Brannen 997dd3ee65 Revise logging in the TestContext framework 2 years ago
Stephane Nicoll 82a0154bd1 Expose a system property when AOT processing is running 2 years ago
Sam Brannen eadb003a8d Introduce builder API for AOT processor Settings 2 years ago
Sam Brannen 6bdf0bcc4a Introduce ApplicationContextFailureProcessor SPI in the TCF 2 years ago
Arjen Poutsma ce03980fb4 Mark HttpRequest::getMethodValue and ClientHttpResponse::getRawStatusCode for removal 2 years ago
Juergen Hoeller 0f8ca805e1 Move hints to dedicated top-level package (avoiding aot<->support cycle) 2 years ago
Sam Brannen f00e4b230f Support method chaining in AbstractAotProcessor.Settings 2 years ago
Sam Brannen cad7444afa Introduce Settings container in AbstractAotProcessor 2 years ago
Sam Brannen de609e5d45 Polishing 2 years ago
Sam Brannen b2b3163fae Redesign AOT processors for consistency and simplification 2 years ago
Sam Brannen bca35dc0a2 Generate direct mappings from AOT initializers to test classes 2 years ago
Sam Brannen be70b675c6 Polishing 2 years ago
Sam Brannen 69e4cc5576 Ensure context caching works properly during AOT runtime in the TCF 2 years ago
Sam Brannen cfa95c793b Ensure MergedContextConfigurationRuntimeHints is invoked once per config 2 years ago
Sam Brannen d4a5565340 Enable default TestExecutionListeners in JUnit 4 and TestNG base test classes 2 years ago
Sam Brannen b71d95df71 Document how to switch to the default set of TestExecutionListeners 2 years ago
Sam Brannen b20de758b2 Support custom status code in ExchangeResult for WebTestClient 2 years ago
Johnny Lim 1c1a0afbed Use AssertJ static imports consistently in 5.3.x 2 years ago
Sam Brannen a599601dd9 Document how to switch to the default set of TestExecutionListeners 2 years ago
Sam Brannen 5eee4673c1 Document limitation of AopTestUtils.getUltimateTargetObject() regarding non-static TargetSource 2 years ago
rstoyanchev b6c2e8de23 Support context propagation for Spring MVC controllers 2 years ago
Juergen Hoeller 326335f903 Upgrade to Tomcat 10.1 2 years ago
Juergen Hoeller b45a48461f Polishing 2 years ago
Sam Brannen 61cc7c0a93 Prepare TestAotProcessor to make it abstract and remove the main() method 2 years ago
Sam Brannen 647e811e47 Restructure AopTestUtilsTests 2 years ago
Sam Brannen 66395502db Polishing 2 years ago
Sam Brannen 26e485ce40 Make TestClassScanner package private again 2 years ago
Sam Brannen 98801f8a5b Consistently declare RuntimeHints parameter 1st in test AOT APIs 2 years ago
Sam Brannen 935265048a Simplify TestRuntimeHintsRegistrar API 2 years ago
Stephane Nicoll 2f20d6322b Enable cglib proxy for configuration classes if necessary 2 years ago
rstoyanchev b1ee44f12e Polishing contribution 2 years ago
Ashley Scopes d14477eb84 Add methods to DefaultResponseCreator & MockRestResponseCreators 2 years ago
Stephane Nicoll 8ef850ff91 Update ClassNameGenerator to work with a ClassName target 2 years ago
Adam Ostrožlík 0ccb64fe10 Replace Collectors.toList with Stream.toList 2 years ago
Phillip Webb 6802665177 Refactor GeneratedFilesTestCompilerUtils to CompilerFiles 2 years ago
Stephane Nicoll 4625e92eb8 Break dependency between TestCompiler and AOT 2 years ago
Sam Brannen 321092ce6f Consistent use of @Deprecated(since = "6.0") 2 years ago
Sam Brannen f140464c12 Remove unused variable in test 2 years ago
Phillip Webb 52bffbff76 Move `TestCompiler` and related classes to `core.test.tools` package 2 years ago
Phillip Webb cc7552ec61 Rename @CompileWithTargetClassAccess 2 years ago
Stephane Nicoll b44eb63d29 Workaround LinkageError with TestCompiler 2 years ago
rstoyanchev f3c082abac Deprecate ignoreDefaultModelOnRedirect property 2 years ago
Marc Wrobel ce49068ff9 Fix links in Javadoc and reference docs 2 years ago
Johnny Lim 5f5d383eeb Fix Javadoc since tag for AbstractGenericWebContextLoader.createContext() 2 years ago
Sam Brannen 948c9b85a0 Revise internals of AOT testing support 2 years ago