550 Commits (9df4bce043773bde74a0b0f8ca6e40463147a10c)

Author SHA1 Message Date
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
Stephane Nicoll 7637a8d0cf Polish 2 years ago
Sam Brannen 7c91776d3d Clean up warnings in tests 2 years ago
Stephane Nicoll 4fb4e54c73 Introduce PersistenceManagedTypes and AOT processing of managed entities 2 years ago
Juergen Hoeller 293e296d59 Reflectively invoke getIdentifier method (for compatibility with Hibernate 6) 2 years ago
Stephane Nicoll 3d5003ad63 Introduce TestGenerationContext 2 years ago
Phillip Webb 578f155809 Polishing 2 years ago
Phillip Webb 87b83e8291 Make MethodName package-private 2 years ago
Phillip Webb f2d31b7a20 Migrate AOT tests to use GeneratedClasses and refine/polish AOT APIs 2 years ago
Juergen Hoeller 7a042062f5 Compatibility with Hibernate 6.0/6.1 (for transitional purposes) 2 years ago
Marc Wrobel ac06d1dfa9 Fix and improve Javadoc in spring-orm 2 years ago
Stephane Nicoll 54a3f66d1d Move RuntimeHints predicate support to a dedicated package 2 years ago
Stephane Nicoll 6199835d6e Harmonize generated class name conventions 2 years ago
Brian Clozel 9c9b2356ce Add RuntimeHints predicates generator 2 years ago
Sam Brannen 1beb7068f6 Use new AssertJ exception assertions 2 years ago
Phillip Webb 16e7f1f212 Complete refactor of AOT concepts 3 years ago
Phillip Webb b677eb90f9 Update PersistenceAnnotationBeanPostProcessor AOT support 3 years ago
Phillip Webb 4b82546b97 Improve TestCompiler and allow lookup based class defines 3 years ago
Stephane Nicoll 26054fd3d4 AOT contribution for @PersistenceContext and @PersistenceUnit 3 years ago
Juergen Hoeller edd66d96dd Fix accidental use of deprecated setFlushMode method 3 years ago
Sam Brannen 8c6d59aaaf Polish contribution 3 years ago
a.yazychyan c5c926726d Use enhanced switch expressions where feasible 3 years ago
Sam Brannen 071c2988d5 Suppress deprecation warnings in tests in build 3 years ago
Juergen Hoeller d07e1be623 Retrieve JDBC Connection via JdbcCoordinator (for compatibility with Hibernate 6) 3 years ago
Sam Brannen f8a5a8d7be Use modern language features in tests 3 years ago
Juergen Hoeller 0a92d84778 Check open status before close call (aligned with EntityManagerFactoryUtils) 3 years ago
Juergen Hoeller 4750a9430c Early removal of 5.x-deprecated code 3 years ago
Juergen Hoeller b167e1a93f Remove unnecessary final declarations (for consistency) 3 years ago
Сергей Цыпанов 0268e76298 Improve mapping function in ExtendedEntityManagerCreator.createProxy() 3 years ago