Steve Ebersole
d11165d4d2
HHH-7749 - Allow setting system properties for tests on gradle command line
2012-11-02 13:54:20 -05:00
brmeyer
d41545e13b
HHH-7725 reverting build.gradle change
2012-11-01 02:08:52 -04:00
brmeyer
628145bb01
4.1.8.Final release
2012-11-01 02:08:46 -04:00
Steve Ebersole
0ab36bed8c
HHH-7725 - Make handling multi-table bulk HQL operations more pluggable
2012-10-31 11:22:33 -05:00
Steve Ebersole
110c3a4b92
HHH-7550 - Fix UP-TO-DATE checking for APT-based tasks
2012-08-24 20:39:53 -05:00
Steve Ebersole
fd8a45b2b2
HHH-7514 - Upgrade to Jandex 1.1
2012-08-22 13:41:16 -05:00
Strong Liu
7a82349f75
HHH-7385 change to use gradle 1.1
2012-08-08 17:09:11 +08:00
Eric Dalquist
8de0f9e875
HHH-7468 Recreate toString value holder after deserialization
2012-08-02 13:30:21 +08:00
Steve Ebersole
6f1423a8e3
update master build SNAPSHOT target to 4.2
2012-07-19 08:56:31 -05:00
Steve Ebersole
f8d06216e5
HHH-7451 - Integrate Draft 7 of the JPA 2.1 spec : criterias
2012-07-18 17:48:59 -05:00
Steve Ebersole
9ce3afd8da
HHH-7387 - Integrate Draft 6 of the JPA 2.1 spec : AttributeConverter + HEM boot cleanup (HHH-6159)
2012-07-18 17:03:09 -05:00
Steve Ebersole
2adab60d15
HHH-7387 - Integrate Draft 6 of the JPA 2.1 spec : TREAT
2012-07-18 16:52:32 -05:00
Steve Ebersole
00059fee2f
HHH-7387 - Integrate Draft 6 of the JPA 2.1 spec
2012-07-18 16:48:45 -05:00
Strong Liu
ccc58c50ae
prepare for 4.1.6 development
2012-07-13 01:06:17 +08:00
Strong Liu
a4d83a9025
4.1.5.SP1 release
2012-07-12 23:37:15 +08:00
Strong Liu
e76830ade0
post 4.1.5 development
2012-07-12 22:33:52 +08:00
Strong Liu
4eb85795d6
4.1.5 release
2012-07-12 15:20:35 +08:00
Steve Ebersole
8509c08761
4.1.4 release
2012-05-30 23:48:19 -05:00
Steve Ebersole
66aa329b1c
4.1.4 release
2012-05-30 23:18:58 -05:00
Gail Badner
606752f867
Update version to 4.1.4-SNAPSHOT
2012-05-02 23:51:04 -07:00
Gail Badner
9e1095cafa
prep for 4.1.3.Final
2012-05-02 21:37:05 -07:00
Steve Ebersole
e46d799bbe
re-release 4.1.2 with 'Final' qualifier
2012-04-05 14:13:38 -05:00
Steve Ebersole
2c9949fe5d
re-release 4.1.2 with 'Final' qualifier
2012-04-05 13:50:41 -05:00
Steve Ebersole
a30a1adc3d
release 4.1.2
2012-04-04 12:12:16 -05:00
Steve Ebersole
a5b8203bc0
release 4.1.2
2012-04-04 11:41:02 -05:00
Strong Liu
e4a82a0b6b
HHH-7197 - update build scripts to not use deprecated gradle apis and change manual's xml declation to use doc namespace
2012-03-26 15:12:10 +08:00
Strong Liu
d2852e3c4d
a little improvment on the build script
2012-03-23 16:02:45 +08:00
Strong Liu
749f7c1eb5
HHH-6271 fixes build error when tools.jar is not on classpath (linux)
2012-03-20 13:13:23 +08:00
Hardy Ferentschik
60c1b23c7b
HHH-6271 Introducing Byteman in order to really test that a certain log message gets never called.
2012-03-19 23:19:46 +08:00
Strong Liu
3a5bb1f571
upgrade to junit 4.10
...
exclude xml-api which is part of JDK 6/7
change jboss-logging to make it JDK7 compatibile
2012-03-13 16:12:46 +08:00
Steve Ebersole
ab80780cf1
release 4.1.1
2012-03-07 21:12:11 -06:00
Steve Ebersole
8563fb8a8b
release 4.1.1
2012-03-07 21:10:40 -06:00
Strong Liu
b4659173a8
1. remove commons-collections dependency.
...
2. moved org.hibernate.internal.util.collections.ConcurrentReferenceHashMap from envers module to core, and change it to doesn't allow null key / value.
3. Using ConcurrentReferenceHashMap this to replace old ReferenceMap (from commons-collections) which used in StatefulPersistenceContext.
4. copied org.hibernate.internal.util.collections.BoundedConcurrentHashMap from infinispan code base.
5. deprecate properties QUERY_PLAN_CACHE_MAX_STRONG_REFERENCES and QUERY_PLAN_CACHE_MAX_SOFT_REFERENCES
6. add two new properties QUERY_PLAN_CACHE_PARAMETER_METADATA_MAX_SIZE and QUERY_PLAN_CACHE_MAX_SIZE
7. remove LRUMap, SimpleMRUCache and SoftLimitMRUCache
2012-03-06 23:28:22 +08:00
Strong Liu
a12f50c870
upgrade to use gradle 1.0 M8a
2012-02-28 16:47:34 +08:00
Strong Liu
13f4c830e1
change to use gradle-upload-auth-plugin v1.1.1 since v1.1.0 is not available in the jboss nexus
2012-02-20 16:45:48 +08:00
Strong Liu
975141f27e
better idea support
2012-02-20 16:36:18 +08:00
Strong Liu
4843d357df
HHH-7067 fix idea config issue and format
2012-02-17 10:52:26 +08:00
Steve Ebersole
a21ba713ab
HHH-7067 - Update build to work with Gradle m8
2012-02-15 16:38:24 -06:00
Steve Ebersole
7861fdee44
HHH-7067 - Update build to work with Gradle m8
2012-02-15 16:33:45 -06:00
Strong Liu
8f223d199b
HHH-7062 upgrade to jboss-logging 3.1.0.GA
2012-02-14 15:58:01 +08:00
Steve Ebersole
10a12295e3
4.1 release
2012-02-09 00:46:36 -06:00
Steve Ebersole
081b2c5a14
4.1 release
2012-02-08 22:29:52 -06:00
Steve Ebersole
23891ff11a
4.0.1
2012-01-11 14:05:37 -06:00
Steve Ebersole
b6e6f4f628
4.0.1
2012-01-11 12:19:54 -06:00
Steve Ebersole
f6dec69c8c
HHH-6909 - "Getting Started Guide" example code cannot be run successfully
2011-12-30 12:15:23 -06:00
Strong Liu
a0b2a4b3c9
HHH-6900 upgrade to org.javassist:javassist:3.15.0-GA
2011-12-16 00:56:28 +08:00
Steve Ebersole
97bde41ce7
release 4.0.0.Final
2011-12-14 23:21:35 -06:00
Steve Ebersole
1a2da08aa3
release 4.0.0.Final
2011-12-14 23:18:36 -06:00
Strong Liu
b302f74d6d
prep for next 4.0.0.CR release development
2011-12-01 14:15:17 +08:00
Strong Liu
7bdb5a449d
prep 4.0.0.CR7
2011-12-01 13:35:49 +08:00