265 Commits (87c4acd7ac2255bb2f5e421f3f3f37330157cd38)

Author SHA1 Message Date
Sam Brannen a40ec44cb7 Convert assertThat(x instanceof X).isTrue() to assertThat(x).isInstanceOf() 2 days ago
Sam Brannen 4c14abf0cd Remove obsolete "test" prefix from test method names 3 days ago
Sam Brannen 17699103dc Consistently use American English spelling 6 days ago
Sam Brannen 59b9057e59 Polishing 4 weeks ago
Juergen Hoeller 394a97d7e0 Add setPackagesToScan to LocalEntityManagerFactoryBean (and make setDataSource work) 1 month ago
Juergen Hoeller 153c378bb2 Polishing 1 month ago
Juergen Hoeller cdbaa7f3a7 Early support for JPA 4.0 EntityAgent (autowiring a shared proxy) 1 month ago
Juergen Hoeller ac243fae65 Runtime compatibility with JPA 4.0.0-M1 and Hibernate ORM 8.0.0.Alpha1 2 months ago
Yanming Zhou d3a385d222 Retain original requested bean class for SpringContainedBean 2 months ago
Juergen Hoeller 6d5a512d90 Suppress serial warning 3 months ago
Juergen Hoeller e2ab9cd5da Use composed cache key for different SmartFactoryBean object types 3 months ago
Brian Clozel e0fd42981a Fix compilation warnings 4 months ago
Sébastien Deleuze 5aec239261 Add hints for entities package-private methods 4 months ago
Juergen Hoeller 0243059f53 Polishing 5 months ago
Sam Brannen 24b50650d7 Suppress warnings 5 months ago
Juergen Hoeller b85993c7cb Add test for HibernatePersistenceConfiguration 5 months ago
Juergen Hoeller c063249bd4 Consistent support for JPA 3.2 transaction timeout 5 months ago
Juergen Hoeller 765e30c3a6 Polishing 5 months ago
Juergen Hoeller beb224e3f9 Add support for JPA 3.2 PersistenceConfiguration 5 months ago
Brian Clozel 44de925c5e Add reflection hints for SpringPersistenceUnitInfo 5 months ago
Juergen Hoeller d216236aac Revise PersistenceUnitInfo management for compatibility with JPA 3.2/4.0 5 months ago
Juergen Hoeller 080bca0b23 Deprecate TransactionCallbackWithoutResult 5 months ago
Sébastien Deleuze 7a5d3a55fe Refine EntityManagerRuntimeHints for Hibernate 7.1+ 6 months ago
Juergen Hoeller 03a8933f58 Add transactional support for StatelessSession (next to regular Session) 8 months ago
Juergen Hoeller 511739e3de Add missing test for IllegalArgumentException 9 months ago
Juergen Hoeller d47f1a1749 Migrate orm.hibernate5 to orm.jpa.hibernate package for Hibernate ORM 7.0 9 months ago
Juergen Hoeller 04f3975e0f Support for qualified EntityManager/EntityManagerFactory injection (JPA 3.2) 9 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
rstoyanchev 84a4b44cf0 Polishing contribution 9 months ago
hgh1472 9d3de4ff68 Remove duplicated setup 9 months ago
Juergen Hoeller d8f8e76791 Check potentially more specific HibernateException cause as well 1 year ago
Brian Clozel f85752a956 Fix hints and predicates for Field reflective access 1 year ago
Brian Clozel d28c0396c9 Update runtime hints predicates after GraalVM changes 1 year ago
Sébastien Deleuze bc5d771a06 Switch to JSpecify annotations 1 year ago
Sam Brannen d41d674c4f Update code due to upgrade to Jakarta EE 11 APIs 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
Sébastien Deleuze 4da1511ed3 Infer hints for Hibernate generators 2 years ago
Juergen Hoeller 59a125d06f Unwrap raw target Query instance in case of proxy mismatch 2 years ago
Juergen Hoeller dedc6a7e9b Enforce JPA/Hibernate initialization before context refresh completion 2 years ago
Sam Brannen 122372c580 Spring cleaning: update copyright headers 2 years ago
Stéphane Nicoll 472dcdb59c Allow JPA entities to be filtered 2 years ago
Stéphane Nicoll 0c42965fc3 Polish 2 years ago
Stéphane Nicoll 1f2d29ee08 Polish 2 years ago
Stéphane Nicoll 2d3b02a89d Polish 2 years ago
Stéphane Nicoll 9f3fd103ef Polish 2 years ago
Yanming Zhou afcd03bddc Replace assertThat(x.isEmpty()).isTrue() with assertThat(x).isEmpty() 2 years ago
Yanming Zhou 7b16ef90f1 Replace assertThat(x.equals(y)) with assertThat(x).isEqualTo(y) 2 years ago
Yanming Zhou 66e405525b Replace assertThat(x instanceof y).isTrue() with assertThat(x).isInstanceOf(y.class) 2 years ago