589 Commits (main)

Author SHA1 Message Date
Sébastien Deleuze 183c2f82b2 Refine `@EmbeddableInstantiator` reflection hints 10 months ago
Sébastien Deleuze 9d6bda2b44 Register Hibernate `@EmbeddableInstantiator` reflection hints 11 months ago
Johnny Lim 2b750926c3 Polishing 11 months ago
Dmitrii Bocharov ce778cee27 Fix spring-orm tests with eclipselink and Java 18+ 11 months ago
Johnny Lim 64e9fcad53 Apply SingleSpaceSeparator Checkstyle module 11 months ago
Misagh Moayyed 1e7e532ed6 Fix typos in SubstituteOnlyIfPresent Javadoc 11 months ago
Sébastien Deleuze a9d67878c5 Introduce conditional activation of Hibernate substitutions 11 months ago
Johnny Lim 919faa2ce2 Order modifiers to align with JLS 11 months ago
Juergen Hoeller 66ce8c9a25 Properly return SQLExceptionTranslator-provided exception 12 months ago
Juergen Hoeller e76b453685 Translate Hibernate TransactionException through SQLException cause 12 months ago
Juergen Hoeller 407113945d Polishing 12 months ago
Stephane Nicoll 66a571fe27 Make constructorOrFactory method resolution optional 1 year ago
Sam Brannen e42902b742 Stop referring to JDO and outdated JDBC versions in documentation 1 year ago
Sébastien Deleuze 0aa4dc11f1 Add missing graal-sdk dependency to spring-orm 1 year ago
Sébastien Deleuze 63a20be502 Optimize Hibernate native footprint by making ByteBuddy unreachable 1 year ago
Sébastien Deleuze c91708c1c0 Add missing proxy hints for Hibernate native query 1 year ago
Sébastien Deleuze 78a73e5f57 Add missing Hibernate 6.2 proxy hints 1 year ago
Juergen Hoeller 18966d048c Consistent equals/hashCode style (and related polishing) 1 year ago
Juergen Hoeller d250a5155a Consistent dependency declarations 1 year ago
Juergen Hoeller 18e72d5c01 Always use given fallback producer in case of TypeBootstrapContext 1 year ago
Juergen Hoeller c375fb1f70 Deprecate setAllowResultAccessAfterCompletion and document it as broken 1 year ago
Johnny Lim 271f2dc665 Polish 1 year ago
Juergen Hoeller dff7aa4d4b Fall back to type-based creation if no bean of the given name exists 1 year ago
Juergen Hoeller 3b263c5c3d Synchronize transaction begin for non-lazy default transactions as well 1 year ago
Juergen Hoeller 6cc084dbde Consistent javadoc references to JdbcTransactionManager 1 year ago
Juergen Hoeller 65617f1e75 Add isolation level test and restore null return value from beginTransaction 1 year ago
Juergen Hoeller aaebf5749c Set and reset shared isolation value within synchronized transaction begin 1 year ago
Sam Brannen 4f10f559f7 Suppress warnings 1 year ago
Juergen Hoeller a45d438f05 Enforce JPA bootstrap failure for incomplete Hibernate Validator setup 1 year ago
Juergen Hoeller 5e625c8d2e Polishing 1 year ago
Juergen Hoeller 3f648f54c5 Set hibernate.cdi.extensions (for SpringBeanContainer on Hibernate 6.2) 1 year ago
Sam Brannen f91fae5dfb Avoid deprecation warnings for imports 1 year ago
Juergen Hoeller 4c8f1910c8 Align HibernateJpaVendorAdapter with Hibernate ORM 6.2 1 year ago
Sébastien Deleuze 424daede2f Add missing EntityManagerFactory hints for SharedEntityManagerCreator 1 year ago
Sébastien Deleuze e92c9c5619 Disable Hibernate reflection optimizer with native 1 year ago
Sébastien Deleuze 085565a771 Skip class transformer in PersistenceUnitInfoDescriptor for native images 1 year ago
Stephane Nicoll c3c5eaf914 Align AOT contributions for injection with the runtime behavior 1 year ago
Stephane Nicoll 120c228b70 Handle injection of several persistence units 1 year ago
Stephane Nicoll 993a69d3a9 Deprecate spring context indexer 1 year ago
Juergen Hoeller d39e44c209 Deprecate AutowireCapableBeanFactory.createBean(Class, int, boolean) 1 year ago
Krzysztof Krasoń 1734deca1e
Refactor AssertJ assertions into more idiomatic ones 1 year 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