Galder Zamarreño
5f03b48edc
HHH-12177 Update relocation of Infinispan provider for 5.3
2018-07-12 10:36:23 +02:00
Steve Ebersole
f28e037a58
5.3 beta2
2018-02-01 14:00:37 -06:00
Andrea Boriero
12d73ee092
HHH-12190 - General tidying of Gradle scripts
2018-01-18 10:14:04 -06:00
Steve Ebersole
ed2f17722f
prepare for 5.3.0.Beta1
2018-01-17 22:32:45 -06:00
Steve Ebersole
d806eff912
HHH-12190 - General tidying of Gradle scripts
2018-01-16 14:34:43 -06:00
Steve Ebersole
d7d55f4e87
HHH-9641 - Resume uploading Javadoc JARs to Maven
...
HHH-12187 - Drop custom javadoc css
- disable all "publish artifacts" (except relocation pom) for hibernate-infinispan
2017-12-27 09:20:18 -06:00
Steve Ebersole
1da748ed28
HHH-12177 - Drop hibernate-infinispan module - relocated
2017-12-22 12:07:18 -06:00
Andrea Boriero
1e4d483e73
HHH-12177 - Disable generation of hibernate-infinispan jar
2017-12-22 12:00:34 -06:00
Andrea Boriero
25854433ac
HHH-12177 - Drop hibernate-infinispan module
2017-12-22 12:00:34 -06:00
Vlad Mihalcea
7c06d003dc
HHH-11457 - Add MariaDB specific Dialects
2017-02-15 12:08:34 +02:00
Steve Ebersole
3040030bd8
HHH-10864 - Allow ORM to be built with Java 9
2016-06-17 19:15:08 -05:00
Steve Ebersole
8ddd61b061
HHH-10664 - Prep 6.0 feature branch - baseline Java 8
2016-03-31 12:04:10 -05:00
Radim Vansa
ff638af2e3
HHH-10450 Refactor the way configuration is read
...
* infinispan-config.xml or infinispan-config-local.xml keeps defaults for all caches
2016-01-26 10:52:46 -06:00
Steve Ebersole
b1d1a3c143
HHH-10307 - JTA no longer transitively provided (HHH-10178) causes problems for apps not using JTA
2016-01-08 11:12:58 -06:00
Galder Zamarreño
05aaeb1963
HHH-10344 Make transactional invalidation backwards compatible
2015-12-16 12:15:57 -06:00
Sanne Grinovero
4acd4bff8e
HHH-10379 Remove dependency to rhq-pluginAnnotations
2015-12-15 16:53:44 +00:00
Steve Ebersole
4793ca30a2
HHH-10178 - Move Geronimo JTA jar to provided configuration (non-transitive)
2015-11-17 10:21:58 -06:00
Steve Ebersole
9633c0a6e5
disable hibernate-infinispan tests on master
2015-10-03 15:01:51 -05:00
Radim Vansa
5edcf26a0a
HHH-10083 Support replicated and distributed caches
2015-09-16 14:46:52 +02:00
Radim Vansa
984125e87e
HHH-9868, HHH-9881 Replaced access to TransactionManager with Session
2015-08-12 10:39:20 +02:00
Radim Vansa
1f24fa6354
HHH-9868, HHH-9881 Implementation for non-transactional caches and non-JTA transactions.
2015-08-12 10:39:19 +02:00
Sanne Grinovero
bd6bb7b841
HHH-10021 Allow the exact version of Infinispan to be used for testing to be overriden from commandline
2015-08-06 10:55:52 +01:00
Sanne Grinovero
8c5c291bee
HHH-10021 Allow easy testing of hibernate-infinispan against Infinispan 7 or 8
2015-08-06 10:33:39 +01:00
Steve Ebersole
bd256e4783
HHH-9803 - Checkstyle fix ups - headers
2015-05-18 23:25:14 -05:00
Steve Ebersole
650267077d
HHH-9717 - Build script improvements - applied new standalone XJC and AnimalSniffer plugins
2015-04-10 11:58:22 -05:00
Steve Ebersole
055a750a53
HHH-8733 - General build cleanup
2013-12-02 20:57:57 -06:00
Steve Ebersole
14d0116af2
Revert "HHH-8733 - General build cleanup - hibernate-testing"
...
This reverts commit bc2855b323
.
2013-11-26 17:48:25 -06:00
Steve Ebersole
bc2855b323
HHH-8733 - General build cleanup - hibernate-testing
2013-11-26 13:53:18 -06:00
Steve Ebersole
d1023821b1
HHH-8733 - General build cleanup
2013-11-26 13:04:55 -05:00
Steve Ebersole
8eeef7af3b
HHH-8146 - Update to use maven-publishing plugin
2013-04-16 18:26:02 -05:00
Brett Meyer
cc4ef44670
HHH-8160 Updated for Gradle 1.5 OSGi plugin changes and package
...
versioning issues
2013-04-09 09:57:36 -04:00
Brett Meyer
56867417e2
HHH-7527 Enterprise OSGi JPA support
2013-02-14 10:44:35 -05:00
Galder Zamarreño
cf9ef94f8e
HHH-7553 Upgrade to Infinispan 5.2.0.Beta2 and fix testsuite
2012-10-26 17:46:03 +02:00
Galder Zamarreño
a074d3244d
HHH-7640 Improve single node Infinispan 2LC performance
...
* Use an Infinispan cache to maintain pending puts, which avoids
the need to control it's memory consumption in the critical path
of putFromLoad.
* This cache is shared by all regions, and it's configured with
aggressive expiration settings to avoid piling up pending put
operations.
* Added a 2LC stress test that tests behaivour and performance
of 2LC under multiple situations, such as entity inserts, updates,
find via PK, find via query and deletes.
* Some other minor performance enhancements, such as avoiding
classloader aware cache wrapper if using 2LC locally.
* Remove cache adapter to reduce construction of useless objects.
* Cache flagged caches in order to avoid recomputing decorated
caches all the time, which reduces memory consumption.
* Skip locking for timestamp updates and separate timestamp region
implementations for local vs clustered scenarios.
2012-10-18 15:57:15 +02:00
Strong Liu
7a82349f75
HHH-7385 change to use gradle 1.1
2012-08-08 17:09:11 +08:00
Galder Zamarreño
6417ffa1a4
HHH-7280 Upgrade to Infinispan 5.1.4.FINAL
2012-04-26 16:56:47 +02:00
Galder Zamarreño
9c55dde595
HHH-7204 Clear only regions created by the given region factory
...
Upgraded to Infinispan 5.1.3.FINAL too.
2012-03-28 20:39:11 +02:00
Galder Zamarreño
41b9f2558f
HHH-7176 Upgrade to Infinispan 5.1.2.FINAL
2012-03-15 12:52:12 +01:00
Steve Ebersole
dceda48ff1
HHH-7162 - Use concise artifact syntax in build scripts
2012-03-09 13:40:26 -06:00
Galder Zamarreño
8fccb62a6b
HHH-7128 Upgrade to Infinispan 5.1.2.CR1
2012-02-29 18:41:34 +01:00
Strong Liu
6a22085e5b
HHH-7206 upgrade to infinispan 5.1.1.FINAL
2012-02-06 18:06:11 -06:00
Galder Zamarreño
4a323a4415
HHH-6980 Upgrade to Infinispan 5.1.0.CR4
2012-01-18 13:19:01 +00:00
Galder Zamarreño
81c505c70c
HHH-6955 Use Infinispan's test JGroups stack that uses TEST_PING
...
By doing this, discovery of nodes is not timed and instead is done
in-memory which is much more reliable from a testing perspective.
Due to timing issues, some tests would randomly fail because the
cluster did not form in time, so changing to this JGroups stack for
testing solves random test failures due to invalidation messages
not being sent around.
2012-01-10 19:17:26 +01:00
Galder Zamarreño
cc9fbf42a9
HHH-6955 Upgrade to Infinispan 5.1.0.CR3
...
* Switch to autoCommit=false so that unnecessary transactions
are not created.
* Mark timestamps cache explicitly non-transactional.
* Move away from using caches as a way to send evict all
notifications. Instead, use custom commands provided by Infinispan.
* Get rid of the JDBC transaction test because it does not make
sense configuring JDBC transactions with Infinispan 2LC.
2012-01-10 13:55:30 +01:00
Galder Zamarreño
6491724972
HHH-6729 Upgraded to Infinispan 5.1.0.CR1
...
* Made the configuration file explicitly define optimistic as locking
mode.
* Make sure a transaction manager that hooks to Hibernate's TM
is configured.
2011-12-08 16:16:44 +01:00
Strong Liu
93f6ad6e2e
HHH-6818 update dependencies management
2011-11-14 17:12:51 +08:00
Galder Zamarreño
4a3a59047f
HHH-6674 Upgraded to Infinispan 5.0.1.FINAL
2011-09-27 11:37:32 +02:00
Galder Zamarreño
f78c79d676
HHH-6062 Infinispan now integrates as a synchronization
...
* A new property has been defined to control whether it hooks as a
synchronization or as an XA resource.
* Updated Infinispan to 5.0.0.CR4.
2011-06-07 10:22:05 +02:00
Galder Zamarreño
f01505591d
HHH-6186 Upgraded to latest Infinispan 5.0 CR
2011-05-17 13:59:56 +02:00
Steve Ebersole
2a8c81790b
HHH-6094 - Test failures in hibernate-infinispan dealing with query caching
2011-04-06 14:44:46 -05:00