277 Commits (b1068fe71e80515f501305e1732ef01b9763d12b)

Author SHA1 Message Date
Juergen Hoeller e17ad551f3 Latest dependency updates (RxJava 1.3.3, Hibernate ORM 5.2.12, Hibernate Validator 5.4.2 & 6.0.3) 7 years ago
Juergen Hoeller 66a6fdacca Deprecate HibernateJpaSessionFactoryBean (against Hibernate 5.2) 7 years ago
Juergen Hoeller e2882fe1db Build against EE 8 API level wherever possible 7 years ago
Juergen Hoeller 9190b76ab9 Latest dependency updates (POI 3.17, Rome 1.8, EhCache 3.4, Caffeine 2.5.6, RxJava 2.1.4, Tomcat 8.5.21, JRuby 9.1.13, Rhino 1.7.7.2) 7 years ago
Juergen Hoeller 7ae59d0c2a Nullability refinements on private and static methods 7 years ago
Sebastien Deleuze 1bc93e3d0f Revisit nullability annotations 7 years ago
Juergen Hoeller 69af698ceb Latest dependency updates (EclipseLink 2.7 final, Hibernate ORM 5.2.11, Selenium 3.5.3) 7 years ago
Brian Clozel 2eeb428e95 Move modules to independent build files 7 years ago
Sebastien Deleuze 73cf07e9a4 Fix overridden methods nullability 7 years ago
Juergen Hoeller 46eba3dbfa Nullability fine-tuning around declaration inconsistencies 7 years ago
Juergen Hoeller 9fc4fb10b0 Nullability fine-tuning around bean properties 7 years ago
Sebastien Deleuze fb4ddb0746 Make getters and setters null-safety consistent 7 years ago
Juergen Hoeller c292a89b24 Http(Async)Client not actually nullable, plus MethodInterceptor nullability 7 years ago
Juergen Hoeller cc74a2891a @Nullable all the way: null-safety at field level 7 years ago
Rossen Stoyanchev 5b8f7f503f Deprecate adapter classes for async interceptors 7 years ago
Violeta Georgieva e0678ba583 Add onError callback to DeferredResult 7 years ago
diguage 1ef5f61ab2 Refactor iterator of Map with Java8's Map.forEach 7 years ago
Stephane Nicoll 58242f2249 Polish 7 years ago
Stephane Nicoll fc64b8040f Polish "Replace relevant code with lambda" 7 years ago
diguage 4b1478d830 Replace relevant code with lambda 7 years ago
Juergen Hoeller e2e0410570 Method-level javadoc on XmlReaderContext etc 7 years ago
Juergen Hoeller f813712f5b Consistent use of @Nullable across the codebase (even for internals) 7 years ago
Sebastien Deleuze 1f28825f9d Add more @Nullable parameters based on null usage 7 years ago
Sebastien Deleuze b47d713e14 Add missing @Nullable annotations on parameters 7 years ago
Sebastien Deleuze 87598f48e4 Introduce null-safety of Spring Framework API 7 years ago
Juergen Hoeller 6fcf3a104f SharedEntityManagerCreator detects JPA 2.2's getResultStream method as query-terminating 7 years ago
Juergen Hoeller b2a6a572d3 Drop outdated DeferredQueryInvocationHandler.finalize() implementation 8 years ago
Juergen Hoeller e892e02f41 Polishing 8 years ago
Juergen Hoeller 0f51ff5ebc Reset global rollback-only status when rolling back to savepoint 8 years ago
Juergen Hoeller 07dd61eabd Drop NativeJdbcExtractor mechanism in favor of JDBC 4 unwrap 8 years ago
Juergen Hoeller acf511ac0e Polishing 8 years ago
Juergen Hoeller 1b2dc3638f Revisit Assert to avoid single-arg assert methods (with refined messages) 8 years ago
Juergen Hoeller e19dff179e Polishing 8 years ago
Sam Brannen 9ed66bf2eb Clean up warnings across code base 8 years ago
Juergen Hoeller 6d1cae2f57 Avoid proxy replacement for generic return type signatures 8 years ago
Juergen Hoeller 2f80b8485a JPA/Hibernate docs: transaction management, JTA setup 8 years ago
Juergen Hoeller b3cd1ad7f1 Refined throwing of BeanCreationExceptions (and reflection exceptions) 8 years ago
Juergen Hoeller 5912d6f52a LocalSessionFactoryBean clears default MetadataSources on reinitialization 8 years ago
Philippe Marschall ae5b0c6fb5 Replace J2EE with Java EE 8 years ago
Juergen Hoeller bb7d20762c DefaultPersistenceUnitManager extracts jar file from default persistence unit root URL 8 years ago
Juergen Hoeller 34ab818dfa HibernateExceptionTranslator avoids JPA IllegalState/ArgumentException translation 8 years ago
Juergen Hoeller d631b4cca9 HibernateTemplate reflectively calls getNamedQuery (for runtime compatibility with Hibernate 5.0/5.1 vs 5.2) 8 years ago
Stephane Nicoll dcade06fa0 Support for candidate components index 8 years ago
Juergen Hoeller 5ee65cd4b1 Updated to JPA 2.1 requirement 8 years ago
Juergen Hoeller f1ab37cd01 Renamed setDefaultPersistenceUnitRootLocation to setPersistenceUnitRootLocation 8 years ago
Stephane Nicoll 1cad98dd31 Add setter for defaultPersistenceUnitRootLocation 8 years ago
Juergen Hoeller 8b5d3559f5 Avoid stack overflow in case of chained factory-bean references to FactoryBean class 8 years ago
Juergen Hoeller 6157fad91f PersistenceAnnotationBeanPostProcessor obtains default EntityManagerFactory via getBean(Class) algorithm 8 years ago
Juergen Hoeller 36143692ac Consistent use of AvailableSettings instead of Environment 8 years ago
Juergen Hoeller fad931d764 Consistent default connection release mode with Hibernate 5.1 8 years ago