229 Commits (43f2334e82bdbe3a2a41120ae68130360f1f88e8)

Author SHA1 Message Date
Juergen Hoeller 139dc1d373 Polishing (collapsed if checks, consistent downcasts, refined javadoc) 8 years ago
igor-suhorukov 0f7485b01d Polish: reorder the modifiers to comply with the Java Language Specification. 8 years ago
Juergen Hoeller eb9c43dcbc Reliably expose nested cause exception message for PersistenceException 8 years ago
Juergen Hoeller cec7204fca Polishing 8 years ago
Juergen Hoeller cd4f0935c5 Revised deprecation markers 8 years ago
igor-suhorukov 83300c4b27 Polish: follow naming convention 8 years ago
Juergen Hoeller 578c078082 Polishing 8 years ago
Juergen Hoeller a5cbf5fe24 Consistent use of Collection.toArray with zero-sized array argument 8 years ago
Juergen Hoeller 39201adca4 Consistent handling of InterruptedException 8 years ago
Juergen Hoeller e1fa65a37c Notes about HibernateJpaVendorAdapter settings vs native Hibernate rules 8 years ago
Juergen Hoeller 4e194c3fbe Deprecate outdated HibernateTemplate operations in favor of lambdas 8 years ago
Juergen Hoeller 9d0e62ef68 Javadoc format and related polishing 8 years ago
Juergen Hoeller 0270808b3c Upgrade to EclipseLink 2.7.1 8 years ago
Timo Meinen 823a16ce17 Log SQL parameters in EclipseLink when using showSql 8 years ago
Juergen Hoeller b6191f6057 Direct reference to JPA 2.1 SynchronizationType enum 8 years ago
Juergen Hoeller e2018e6b72 HibernateJpaVendorAdapter sets connection release mode ON_CLOSE in non-PersistenceUnitInfo bootstrap scenario 8 years ago
Juergen Hoeller a80fd9994a HibernateJpaVendorAdapter preserves connection release mode for JTA 8 years ago
Juergen Hoeller 66a6fdacca Deprecate HibernateJpaSessionFactoryBean (against Hibernate 5.2) 9 years ago
Juergen Hoeller 7ae59d0c2a Nullability refinements on private and static methods 9 years ago
Sebastien Deleuze 1bc93e3d0f Revisit nullability annotations 9 years ago
Sebastien Deleuze 73cf07e9a4 Fix overridden methods nullability 9 years ago
Juergen Hoeller 46eba3dbfa Nullability fine-tuning around declaration inconsistencies 9 years ago
Juergen Hoeller 9fc4fb10b0 Nullability fine-tuning around bean properties 9 years ago
Sebastien Deleuze fb4ddb0746 Make getters and setters null-safety consistent 9 years ago
Juergen Hoeller c292a89b24 Http(Async)Client not actually nullable, plus MethodInterceptor nullability 9 years ago
Juergen Hoeller cc74a2891a @Nullable all the way: null-safety at field level 9 years ago
Rossen Stoyanchev 5b8f7f503f Deprecate adapter classes for async interceptors 9 years ago
Violeta Georgieva e0678ba583 Add onError callback to DeferredResult 9 years ago
diguage 1ef5f61ab2 Refactor iterator of Map with Java8's Map.forEach 9 years ago
Stephane Nicoll 58242f2249 Polish 9 years ago
Stephane Nicoll fc64b8040f Polish "Replace relevant code with lambda" 9 years ago
diguage 4b1478d830 Replace relevant code with lambda 9 years ago
Juergen Hoeller e2e0410570 Method-level javadoc on XmlReaderContext etc 9 years ago
Juergen Hoeller f813712f5b Consistent use of @Nullable across the codebase (even for internals) 9 years ago
Sebastien Deleuze 1f28825f9d Add more @Nullable parameters based on null usage 9 years ago
Sebastien Deleuze b47d713e14 Add missing @Nullable annotations on parameters 9 years ago
Sebastien Deleuze 87598f48e4 Introduce null-safety of Spring Framework API 9 years ago
Juergen Hoeller 6fcf3a104f SharedEntityManagerCreator detects JPA 2.2's getResultStream method as query-terminating 9 years ago
Juergen Hoeller b2a6a572d3 Drop outdated DeferredQueryInvocationHandler.finalize() implementation 9 years ago
Juergen Hoeller e892e02f41 Polishing 9 years ago
Juergen Hoeller 0f51ff5ebc Reset global rollback-only status when rolling back to savepoint 9 years ago
Juergen Hoeller 07dd61eabd Drop NativeJdbcExtractor mechanism in favor of JDBC 4 unwrap 9 years ago
Juergen Hoeller acf511ac0e Polishing 9 years ago
Juergen Hoeller 1b2dc3638f Revisit Assert to avoid single-arg assert methods (with refined messages) 9 years ago
Juergen Hoeller 2f80b8485a JPA/Hibernate docs: transaction management, JTA setup 9 years ago
Juergen Hoeller b3cd1ad7f1 Refined throwing of BeanCreationExceptions (and reflection exceptions) 9 years ago
Juergen Hoeller 5912d6f52a LocalSessionFactoryBean clears default MetadataSources on reinitialization 10 years ago
Philippe Marschall ae5b0c6fb5 Replace J2EE with Java EE 10 years ago
Juergen Hoeller bb7d20762c DefaultPersistenceUnitManager extracts jar file from default persistence unit root URL 10 years ago
Juergen Hoeller 34ab818dfa HibernateExceptionTranslator avoids JPA IllegalState/ArgumentException translation 10 years ago