85 Commits (7.0.x)

Author SHA1 Message Date
Sam Brannen 399f779c43 Convert assertThat(x instanceof X).isFalse() to assertThat(x).isNotInstanceOf() 4 hours ago
Sam Brannen a40ec44cb7 Convert assertThat(x instanceof X).isTrue() to assertThat(x).isInstanceOf() 4 hours ago
Sam Brannen 4548f1ec66 Inline conditions in assertThat() statements 4 hours ago
Sam Brannen 1256307c83 Enable SpringJUnit5 Checkstyle rule 2 days ago
Sam Brannen 4c14abf0cd Remove obsolete "test" prefix from test method names 2 days ago
Sébastien Deleuze bc01eeb433 Leverage JUnit 6 suspending function support 2 months ago
Spring Builds 16edf9867a Update copyright headers in source files 9 months ago
Spring Builds aee29b7f30 Update copyright headers in source files 9 months ago
Vincent Potucek 0d4dfb6c1f Rename exception variables in empty catch blocks 9 months ago
Sam Brannen 33aeb6ee9c Deprecate [Property|Preferences]PlaceholderConfigurer for removal 10 months ago
Sébastien Deleuze bc5d771a06 Switch to JSpecify annotations 1 year ago
Juergen Hoeller 5cbb5d4d70 Upgrade to Hibernate ORM 7.0.0.Beta3 and Validator 9.0.0.CR1 1 year ago
Juergen Hoeller 949432ce8b General upgrade to Jakarta EE 11 APIs 1 year ago
Brian Clozel ba312f6c7c Update AOT support after RuntimeHints changes 1 year ago
Johnny Lim 0beb56a58c Fix indentation to use tabs in Kotlin source files 1 year ago
Simon Baslé 6becfe2508 Fix AOP for Kotlin suspending function with aspect + `@Cacheable` 2 years ago
Simon Baslé 1d890a8952 Make coroutines with custom AOP aspects work with `@Transactional` 2 years ago
Juergen Hoeller 6c08d93992 Polishing 2 years ago
Sam Brannen 122372c580 Spring cleaning: update copyright headers 2 years ago
Sam Brannen 067638ae6e Introduce ClassUtils.isVoidType() utility method 2 years ago
Sam Brannen 398cc01650 Polishing 2 years ago
Sam Brannen db535863dd Consistently use class literals for primitive types 2 years ago
Stéphane Nicoll 0c42965fc3 Polish 2 years ago
Stéphane Nicoll 7e5afc8bbb Update copyright year of changed files 2 years ago
Yanming Zhou 7474af4f09 Cleanup kotlin sources 2 years ago
Sam Brannen 37e6fe5b64 Update copyright headers 2 years ago
Johnny Lim 919faa2ce2 Order modifiers to align with JLS 2 years ago
Sébastien Deleuze c8169e5cad Add Coroutines support to Spring AOP 3 years ago
Juergen Hoeller 6e5af9dccb Polishing 3 years ago
Sam Brannen 39bc7566df Stop printing to System.out in tests 3 years ago
Krzysztof Krasoń 1734deca1e
Refactor AssertJ assertions into more idiomatic ones 3 years ago
Sam Brannen 0502d18e3d Update copyright headers 3 years ago
Sam Brannen c4c786596f Migrate to Mockito.mock(T...) where feasible 3 years ago
Sam Brannen 46fc28fd1a Clean up Javadoc and source code regarding " ." typos 3 years ago
Brian Clozel 43d39d4e8a Enforce need for type reflection in RuntimeHintsAgent 4 years ago
Brian Clozel 323d1907c1 Do not require full type reflection when listing methods/fields 4 years ago
Phillip Webb 505da5c602 Migrate hint registration to shortcuts 4 years ago
Sam Brannen 66b9a52cec Suppress warning in test 4 years ago
Brian Clozel 3c22404bce Fix RuntimeHintsAgent instrumentation for method invocation 4 years ago
Sam Brannen adb2eef749 Clean up warnings and remove unused code 4 years ago
Brian Clozel 52ec031025 Improve RuntimeHintsAgent test coverage 4 years ago
Sam Brannen 1beb7068f6 Use new AssertJ exception assertions 4 years ago
Sam Brannen c263cbfbe4 Fix broken test missed in merge 4 years ago
Sam Brannen f8a5a8d7be Use modern language features in tests 4 years ago
Sam Brannen df263d01b9 Use idiomatic AssertJ assertions for true, false, and null 4 years ago
Juergen Hoeller d84ca2ba90 Jakarta EE 9 migration 5 years ago
Brian Clozel cecc0849a8 Upgrade to Gradle 7.2 5 years ago
Сергей Цыпанов 8a04910bdd Drop explicit zeroing at instantiation of Atomic* objects 6 years ago
Brian Clozel e02d3f32b4 Requalify tests as LONG_RUNNING 6 years ago
Sam Brannen ab0e651547 Polish SerializationTestUtils, clean up warnings, etc. 6 years ago