Issues
- Allow running hibernate-infinspan tests using Infinispan configuration specified by hibernate.cache.infinispan.cfgHHH-9796Resolved issue: HHH-9796Former user
- Upgrade Hibernate to support Infinispan 7.2.1.Final configurationsHHH-9781Resolved issue: HHH-9781Galder Zamarreno
- org.hibernate.cache.infinispan.impl.BaseRegion.getElementCountInMemory() is no longer correctHHH-9776Resolved issue: HHH-9776Galder Zamarreno
- Broken SQL generated for dynamic batch fetching entities with a composite IDHHH-9758Resolved issue: HHH-9758Former user
- Deprecate ClassicAvgFunction, ClassicCountFunction, ClassicSumFunctionHHH-9752Resolved issue: HHH-9752Former user
- Miscellaneous bugs in unit tests when using non-default dialectsHHH-9737Resolved issue: HHH-9737Former user
- toLowerCase() still causes bugs in Turkish localeHHH-9722Resolved issue: HHH-9722Brett Meyer
- ClassCastException when bulk inserting entitiesHHH-9360Resolved issue: HHH-9360
- BigIntegerSequenceGeneratorTest.testBasics fails on MS SQL Server 2012HHH-9250Resolved issue: HHH-9250Former user
9 of 9
Allow running hibernate-infinspan tests using Infinispan configuration specified by hibernate.cache.infinispan.cfg
Fixed
Description
is followed up by
Created May 13, 2015 at 7:33 PM
Updated May 15, 2015 at 4:33 AM
Resolved May 14, 2015 at 12:50 AM
Activity
Former userMay 14, 2015 at 9:35 PM
Closing to prepare for Hibernate ORM 4.3.10.Final release.
Former userMay 14, 2015 at 12:50 AM
Fixed in master and 4.3 branches.
Former userMay 13, 2015 at 8:00 PM
The following pull requests were filed against HHH-9781; they should have been filed against this issue ():
It is not currently possible to run all hibernate-infinspan tests using an Infinispan configuration specified by hibernate.cache.infinispan.cfg because:
1) some tests exclude properties provided by environment variables
2) some tests explicitly specify InfinispanRegionFactory.DEF_INFINISPAN_CONFIG_RESOURCE should be used
Both cause problems when running tests with Infinispan 7.2.1 because Hibernate's default configuration is for Infinispan 6.0.0.Final; Infinispan 7.2.1 does not provide backward-compatibility to that version configuration.
An Infinispan 7.2 configuration will be added as a test resource to 4.3 only.
In master, the default configuration has already been upgraded by and HHH-9781.