528 Commits (88c9b0f4670db3d4d8acf3ee90ccdf1b5f8a00b5)

Author SHA1 Message Date
Krzysztof Krasoń 1734deca1e
Refactor AssertJ assertions into more idiomatic ones 2 years ago
Sam Brannen 0ca02ce677 Disable affected tests on Java 18+/19+ 2 years ago
Sam Brannen 18adf905a8 Polishing 2 years ago
Giuseppe 24b359d519 Handle all exceptions for stored proc out param retrieval in SharedEntityManagerCreator 2 years ago
Sam Brannen 9b811a01f6 Polishing 2 years ago
Sébastien Deleuze c20efba45c End javadoc generated AOT with a period consistently 2 years ago
Sam Brannen a6338fcc43 Update copyright headers 2 years ago
Sam Brannen b7288a4073 Apply "instanceof pattern matching" in remainder of spring-orm module 2 years ago
Juergen Hoeller f8cb0fa2a0 Custom resolution of preferred constructors for createBean(Class) 2 years ago
Johnny Lim 431ae03447 Polish 2 years ago
Sam Brannen 57fb072215 Include all Hibernate methods in SharedEntityManagerCreator's queryTerminatingMethods 2 years ago
Juergen Hoeller 0e8838db90 Flexible constructor resolution in AutowireCapableBeanFactory.createBean(Class) 2 years ago
Sam Brannen 0502d18e3d Update copyright headers 2 years ago
Sam Brannen c4c786596f Migrate to Mockito.mock(T...) where feasible 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
Sébastien Deleuze 3348e74ab8 Add native support for @Convert on JPA entities 2 years ago
Juergen Hoeller 42b16591ec SpringPersistenceUnitInfo leniently ignores transformer if no LoadTimeWeaver is present 2 years ago
Sam Brannen 46fc28fd1a Clean up Javadoc and source code regarding " ." typos 2 years ago
Sam Brannen ad60164911 Update copyright headers for source code changed since August 2022 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 917c41fd52 Use Set.of() for constant sets where appropriate 2 years ago
Juergen Hoeller 28cd39abf9 Remove unused AutowiredAnnotationBeanPostProcessor template methods 2 years ago
Juergen Hoeller aaeb5eb0d2 Avoid direct URL construction and URL equality checks 2 years ago
Sam Brannen 9e4cddf5db Fix precondition assertions 2 years ago
Sam Brannen 3438c47744 Polishing 2 years ago
Sam Brannen ac5eb9bfd3 Avoid String allocations with Assert.isTrue() 2 years ago
Sébastien Deleuze e0129a3631 Register reflection hints for JPA persistence callbacks 2 years ago
Stephane Nicoll 3b2b36d0b8 Allow AccessControl to determine visibility from a given type 2 years ago
Stephane Nicoll c19cedede1 Revisit BeanRegistrationCodeFragments 2 years ago
Stephane Nicoll 4625e92eb8 Break dependency between TestCompiler and AOT 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
Marc Wrobel 92a231cf91 Fix typos in Javadoc, reference docs, and code 2 years ago
Sébastien Deleuze 198e17f659 Add AbstractEntityManagerFactoryBean proxy hints for Hibernate 2 years ago
Sébastien Deleuze a711ed59f6 Set hibernate.bytecode.provider to none on native image 2 years ago
Sébastien Deleuze 6fed342543 Refine DefaultPersistenceUnitManager#determineDefaultPersistenceUnitRootUrl 2 years ago
Sam Brannen 349bcb4364 Suppress warnings 2 years ago
Stephane Nicoll 58a2b79699 Harmonize hint registration 2 years ago
Stephane Nicoll 042a4f3518 Polish "Adapt FieldHint to recent GraalVM versions" 2 years ago
Stephane Nicoll 8a4a89b9d9 Allow a MethodReference to be produced from a GeneratedMethod 2 years ago
Brian Clozel 82a4e374a1 Temporarily disable ORM tests on Java 18 2 years ago
Sébastien Deleuze 5e1b5af0e0 Register hints for types exposed via PersistenceManagedTypes 2 years ago
Stephane Nicoll 6e93f1187c Move TestCompiler from generator to generate 2 years ago
Stephane Nicoll 58b0251af1 Relocate TestGenerationContext to spring-core-test 2 years ago
Brian Clozel 7ace1f9dc5 Align RuntimeHintsPredicates with new FieldMode 2 years ago
Phillip Webb da1005cd66 Add FieldMode for field hints and ensure that it cannot be downgraded 2 years ago
Stephane Nicoll 40de029bf8 Polish 2 years ago