195 Commits (2d62be8590d826563bd89d5adabb414a092c6aae)

Author SHA1 Message Date
Sam Brannen 0502d18e3d Update copyright headers 3 years ago
Sam Brannen c4c786596f Migrate to Mockito.mock(T...) where feasible 3 years ago
Sébastien Deleuze 3348e74ab8 Add native support for @Convert on JPA entities 3 years ago
Sam Brannen 46fc28fd1a Clean up Javadoc and source code regarding " ." typos 3 years ago
Sam Brannen ad60164911 Update copyright headers for source code changed since August 2022 3 years ago
Sam Brannen 7fcd1de8e3 Use AssertJ's isEmpty() instead of hasSize(0) 3 years ago
Sam Brannen d5b0b2b1a1 User AssertJ's hasSize() for arrays 3 years ago
Sam Brannen 36f7597f25 Use AssertJ's hasSize() for collections and maps 3 years ago
Sébastien Deleuze e0129a3631 Register reflection hints for JPA persistence callbacks 3 years ago
Stephane Nicoll 3b2b36d0b8 Allow AccessControl to determine visibility from a given type 4 years ago
Stephane Nicoll 4625e92eb8 Break dependency between TestCompiler and AOT 4 years ago
Phillip Webb 52bffbff76 Move `TestCompiler` and related classes to `core.test.tools` package 4 years ago
Phillip Webb cc7552ec61 Rename @CompileWithTargetClassAccess 4 years ago
Sébastien Deleuze 198e17f659 Add AbstractEntityManagerFactoryBean proxy hints for Hibernate 4 years ago
Sam Brannen 349bcb4364 Suppress warnings 4 years ago
Stephane Nicoll 042a4f3518 Polish "Adapt FieldHint to recent GraalVM versions" 4 years ago
Brian Clozel 82a4e374a1 Temporarily disable ORM tests on Java 18 4 years ago
Sébastien Deleuze 5e1b5af0e0 Register hints for types exposed via PersistenceManagedTypes 4 years ago
Stephane Nicoll 6e93f1187c Move TestCompiler from generator to generate 4 years ago
Stephane Nicoll 58b0251af1 Relocate TestGenerationContext to spring-core-test 4 years ago
Brian Clozel 7ace1f9dc5 Align RuntimeHintsPredicates with new FieldMode 4 years ago
Phillip Webb da1005cd66 Add FieldMode for field hints and ensure that it cannot be downgraded 4 years ago
Stephane Nicoll 7637a8d0cf Polish 4 years ago
Sam Brannen 7c91776d3d Clean up warnings in tests 4 years ago
Stephane Nicoll 4fb4e54c73 Introduce PersistenceManagedTypes and AOT processing of managed entities 4 years ago
Stephane Nicoll 3d5003ad63 Introduce TestGenerationContext 4 years ago
Marc Wrobel ac06d1dfa9 Fix and improve Javadoc in spring-orm 4 years ago
Stephane Nicoll 54a3f66d1d Move RuntimeHints predicate support to a dedicated package 4 years ago
Stephane Nicoll 6199835d6e Harmonize generated class name conventions 4 years ago
Brian Clozel 9c9b2356ce Add RuntimeHints predicates generator 4 years ago
Sam Brannen 1beb7068f6 Use new AssertJ exception assertions 4 years ago
Phillip Webb 16e7f1f212 Complete refactor of AOT concepts 4 years ago
Phillip Webb b677eb90f9 Update PersistenceAnnotationBeanPostProcessor AOT support 4 years ago
Phillip Webb 4b82546b97 Improve TestCompiler and allow lookup based class defines 4 years ago
Stephane Nicoll 26054fd3d4 AOT contribution for @PersistenceContext and @PersistenceUnit 4 years ago
Sam Brannen 071c2988d5 Suppress deprecation warnings in tests in build 4 years ago
Sam Brannen f8a5a8d7be Use modern language features in tests 4 years ago
Juergen Hoeller d84ca2ba90 Jakarta EE 9 migration 5 years ago
Rebwon 7954dc7a00 Polish tests 5 years ago
Сергей Цыпанов 8a04910bdd Drop explicit zeroing at instantiation of Atomic* objects 6 years ago
Sam Brannen ab0e651547 Polish SerializationTestUtils, clean up warnings, etc. 6 years ago
Juergen Hoeller 17cab9660c Deprecate TransactionSynchronizationAdapter 6 years ago
Juergen Hoeller 9bf7ff23c0 Introduce EntityManager initialization callbacks 6 years ago
Rossen Stoyanchev 897557fd1b Fix faulty tests 6 years ago
Rossen Stoyanchev 6f0a76a65f Polishing 6 years ago
Hyunjin Choi ede2a1d4b2 Remove unnecessary semicolon in some enum classes 6 years ago
Sam Brannen 7b6d83a106 Use Gradle test fixture support for spring-web 6 years ago
Sam Brannen 726b1bb1d0 Rename test fixture package in spring-context 6 years ago
Sam Brannen 7cd4ddf5fc Rename test fixture package in spring-beans 6 years ago
Sam Brannen 4260c34b47 Rename test fixture package in spring-core 6 years ago