Commit Graph

6207 Commits

Author SHA1 Message Date
Sanne Grinovero 7c006f7fcd HHH-8898 Change the Session API to enable auto-closeable when running on Java7 2015-05-12 13:51:27 +01:00
Galder Zamarreño f3399926db HHH-9781 Update XML schema to Infinispan 7.2 2015-05-12 10:06:37 +02:00
Sanne Grinovero da83e06e52 HHH-9783 TestableLoggerProvider needs to implement a new method after upgrade of JBoss Logger 2015-05-09 15:52:52 +01:00
Steve Ebersole ff14315744 HHH-9699 - Re-work the hibernate-osgi integration tests using managed Karaf 2015-05-08 15:39:43 -05:00
Steve Ebersole 10922ba279 HHH-9699 - Re-work the hibernate-osgi integration tests using managed Karaf 2015-05-08 15:39:43 -05:00
Steve Ebersole fde734e828 HHH-9699 - Re-work the hibernate-osgi integration tests using managed Karaf 2015-05-08 15:31:51 -05:00
Steve Ebersole 1b468d06a3 HHH-9699 - Re-work the hibernate-osgi integration tests using managed Karaf 2015-05-08 15:31:51 -05:00
Steve Ebersole 88a6e4ba27 HHH-9760 - TransactionImpl itself should not be throwing new TransactionExceptions 2015-05-08 13:08:01 -05:00
Galder Zamarreño f8186e10c2 HHH-9776 elementCountInMemory should be local
* By default Cache.size() is now cluster-wide and hence to calculate
elementCountInMemory, local flag needs to be passed in (as well as
skip cache load in case there's a remote store plugged into it).
2015-05-08 17:43:40 +02:00
Galder Zamarreño 37494f4a9f HHH-9781 Update to Infinispan 7.2.1.Final
* The upgrade caused some tests that verified number of cached elements
in memory to fail. The cause for this was the change in clear()
operation which now is non-transactional, hence each element needs to
be removed individually.
2015-05-08 17:43:39 +02:00
Steve Ebersole 21abf08452 HHH-9756 - NPE in JtaTransactionCoordinatorImpl#explicitJoin() after previously executed transaction 2015-05-07 14:59:25 -05:00
barreiro 165f037bad HHH-8489 - bytecode enhancement: bi-directional associtation management
Closes #933
2015-05-07 13:10:58 -05:00
Gunnar Morling 74161c9bfa HHH-9773 Adding .DS_Store to .gitignore 2015-05-07 11:50:20 -05:00
Gunnar Morling 7da8083388 HHH-9773 Adding missing package declarations 2015-05-07 11:50:20 -05:00
Gunnar Morling 7346533259 HHH-9697 Making AbstractDelegatingSessionFactoryBuilder a self-referential generic type so implementations can use co-variant return types in builder methods 2015-05-05 18:02:35 -05:00
Steve Ebersole da1fcbbfb7 HHH-9762 - Complete deprecation of Settings contract 2015-05-05 18:00:37 -05:00
Steve Ebersole 9bfd65e370 HHH-9768 - Maintain explicit list of ANSI SQL keywords 2015-05-01 14:29:17 -05:00
Steve Ebersole dd314f492d HHH-9768 - Maintain explicit list of ANSI SQL keywords 2015-05-01 14:08:33 -05:00
Gail Badner 490fb1cf7b HHH-9737 : Back out of change that quoted ANSI keyword in hibernate-core 2015-05-01 11:15:57 -07:00
Steve Ebersole 5c88ccec5c HHH-9768 - Maintain explicit list of ANSI SQL keywords 2015-05-01 10:50:29 -05:00
Gail Badner 7569355ad8 HHH-9737 : Back out of change that quoted ANSI keyword in hibernate-core 2015-04-30 17:18:02 -07:00
Gail Badner bc58df9a78 HHH-9758 : Broken SQL generated for dynamic batch fetching entities with a composite ID 2015-04-29 21:48:12 -07:00
Steve Ebersole c6ce04c810 release 5.0.0.Beta2 2015-04-29 23:33:27 -05:00
Steve Ebersole b790840b1e release 5.0.0.Beta2 2015-04-29 23:30:20 -05:00
Steve Ebersole f6980f3324 release 5.0.0.Beta2 2015-04-29 23:21:38 -05:00
Steve Ebersole 371632b977 release 5.0.0.Beta2 2015-04-29 22:33:39 -05:00
Gail Badner 4431f094c8 HHH-9736 : BigIntegerType should use BigIntTypeDescriptor 2015-04-28 16:11:35 -07:00
gbadner 31b011fecb Update working-5.0-migration-guide.md 2015-04-28 16:08:06 -07:00
Gail Badner 720202058c HHH-9736 : BigIntegerType should use BigIntTypeDescriptor 2015-04-28 16:01:36 -07:00
Gail Badner 829709f60e HHH-9753 : Remove ClassicAvgFunction, ClassicCountFunction, ClassicSumFunction 2015-04-28 14:18:41 -07:00
Steve Ebersole 8826a311cb HHH-9697 - Complete documentation of new approach and APIs for SessionFactory building 2015-04-27 20:22:20 -05:00
Steve Ebersole 7715fccd04 HHH-9697 - Complete documentation of new approach and APIs for SessionFactory building 2015-04-27 13:26:28 -05:00
Steve Ebersole 148159fadc HHH-9747 - Import initial reworking of transaction handling (based on JdbcSession work) 2015-04-24 13:34:42 -05:00
Andrea Boriero b476094d43 HHH-9747 - Import initial reworking of transaction handling (based on JdbcSession work) 2015-04-24 10:58:08 -05:00
Steve Ebersole 82b312dd21 HHH-9746 - Improve hibernate-spatial integration;
plus added copyright headers
2015-04-24 09:28:13 -05:00
Karel Maesen 620a379f89 HHH-6509 - Adds sonatype repository for geolatte-geom snapshots 2015-04-24 05:55:54 -05:00
Karel Maesen 9d2bf8b467 HHH-6509 - Fixes Oracle11g integration tests 2015-04-24 05:55:54 -05:00
Karel Maesen 609d404627 HHH-6509 - Adds TypeContributor bootstrap 2015-04-24 05:55:54 -05:00
Karel Maesen e2b44fb130 HHH-6511 - Fixes insert template for PostGis 2.x (test code) 2015-04-24 05:55:54 -05:00
Karel Maesen 9ccd331831 HHH-6509 - Using jboss message logger for logging 2015-04-24 05:55:54 -05:00
Karel Maesen 97de410e8c HHH-6509 : updates to beta-1 2015-04-24 05:55:54 -05:00
Karel Maesen 2738d0f5c7 HHH-6512 - Refactors Oracle support. 2015-04-24 05:55:54 -05:00
Karel Maesen dbfeb16e43 HHH-6509 - Updates to geolatte-geom 1.0-SNAPSHOT 2015-04-24 05:55:54 -05:00
Karel Maesen ed98698aa4 HHH-6509 - Cleans up findBug warnings. 2015-04-24 05:55:54 -05:00
Karel Maesen e80a67307f HHH-6509 - Updates to latest BaseCoreFunctionalTestCase interface. 2015-04-24 05:55:54 -05:00
Karel Maesen f0bb66fe8b HHH-6509 - Updates Log interface to newer version. 2015-04-24 05:55:54 -05:00
Karel Maesen eb8992a70b HHH-6509 - Aligns with metamodel-to-master merge. 2015-04-24 05:55:54 -05:00
Karel Maesen 55bec79cd4 HHH-6509 - Adds DialectFactoryContributor 2015-04-24 05:55:54 -05:00
Karel Maesen c55d250025 Backports HIBSPA-95 HIBSPA-99, HIBSPA-100, HIBSPA-101, HIBSPA-102.
Conflicts:
	hibernate-spatial/databases/mysql5_innodb/resources/hibernate.properties
	hibernate-spatial/hibernate-spatial.gradle
	hibernate-spatial/src/main/java/org/hibernate/spatial/criterion/DWithinExpression.java
	hibernate-spatial/src/main/java/org/hibernate/spatial/dialect/h2geodb/GeoDBDialect.java
	hibernate-spatial/src/main/java/org/hibernate/spatial/dialect/h2geodb/WKB.java
	hibernate-spatial/src/main/java/org/hibernate/spatial/dialect/oracle/OracleJDBCTypeFactory.java
	hibernate-spatial/src/main/java/org/hibernate/spatial/dialect/oracle/OracleSpatial10gDialect.java
	hibernate-spatial/src/main/java/org/hibernate/spatial/dialect/oracle/SDOGeometry.java
	hibernate-spatial/src/main/java/org/hibernate/spatial/dialect/oracle/SDOGeometryTypeDescriptor.java
	hibernate-spatial/src/main/java/org/hibernate/spatial/dialect/oracle/SDOGeometryValueBinder.java
	hibernate-spatial/src/main/java/org/hibernate/spatial/integration/SpatialIntegrator.java
	hibernate-spatial/src/test/java/org/hibernate/spatial/integration/GeomEntity.java
	hibernate-spatial/src/test/java/org/hibernate/spatial/integration/TestSpatialFunctions.java
	hibernate-spatial/src/test/java/org/hibernate/spatial/testing/SpatialFunctionalTestCase.java
	hibernate-spatial/src/test/java/org/hibernate/spatial/testing/TestSupportFactories.java
	hibernate-spatial/src/test/java/org/hibernate/spatial/testing/dialects/h2geodb/GeoDBExpectationsFactory.java
	hibernate-spatial/src/test/java/org/hibernate/spatial/testing/dialects/mysql/MySQLExpectationsFactory.java
	hibernate-spatial/src/test/java/org/hibernate/spatial/testing/dialects/oracle/SDOGeometryExpectationsFactory.java
	hibernate-spatial/src/test/resources/hibernate.properties
2015-04-24 05:55:54 -05:00
Karel Maesen 6e91485549 HHH-6509 - Improves how SpatialFunctionalTestCase extends BasecoreFunctionalTestCase. 2015-04-24 05:55:53 -05:00