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
Emmanuel Bernard
b42d5f7691
HHH-6860 Upgrade dependency to Hibernate Commons Annotations 4.0.1.Final
2011-11-29 19:04:16 +01:00
Strong Liu
1f11f78074
HHH-6853 upgrade to jboss-logging 3.1.0.CR2
2011-11-26 16:29:01 +08:00
Strong Liu
ff9eb6d1b2
test need to be compiled in UTF-8
2011-11-21 10:16:30 +08:00
Strong Liu
6b2972884a
HHH-6821 Upgrade to jboss-logging-tools 1.0.0.CR5
2011-11-16 15:22:17 +08:00
Strong Liu
8065f9affe
HHH-6818 update dependencies management
2011-11-14 17:38:30 +08:00
Strong Liu
93f6ad6e2e
HHH-6818 update dependencies management
2011-11-14 17:12:51 +08:00
Steve Ebersole
d44b0761be
prep 4.0.0.CR6
2011-11-10 15:49:10 -06:00
Steve Ebersole
3913b4d881
prep 4.0.0.CR6
2011-11-10 12:53:05 -06:00
Steve Ebersole
564cdac5cb
HHH-6816 - Upgrade to jboss-logging 3.1.0.CR1
2011-11-10 12:42:57 -06:00
Emmanuel Bernard
ebd24bbc87
HHH-6798 Upgrade to Hibernate Commons Annotations 4.0.0.Final
2011-11-10 17:49:28 +01:00
Strong Liu
2d084cb8d9
HHH-6787 upgrade to JBoss Logging tools 1.0.0.CR3
2011-11-01 10:30:00 +00:00
Gail Badner
674c49c947
Set version to 4.0.0-SNAPSHOT
2011-10-27 04:48:10 -07:00
Gail Badner
22f9c7a132
4.0.0.CR5 prep
2011-10-27 03:11:47 -07:00
Steve Ebersole
02ab02d3fe
prep 4.0.0.CR4
2011-09-28 22:16:53 -05:00
Steve Ebersole
fccd878f6e
prep 4.0.0.CR4
2011-09-28 22:08:33 -05:00
Strong Liu
67f803c69d
HHH-6676 change the Intellij metadata generated by gradle idea task configuration (max heap size to 512M by default)
2011-09-26 00:37:40 +08:00
Strong Liu
b552f70726
HHH-6675 upgrade dependencies
2011-09-26 00:29:13 +08:00
Strong Liu
1e1a6ebe04
HHH-6659 upgrade maven wagon plugin to 1.0
2011-09-15 22:07:00 +08:00
Steve Ebersole
afc94dad59
prep 4.0.0.CR3
2011-09-14 21:27:11 -05:00
Steve Ebersole
55da9dacdf
prep 4.0.0.CR3
2011-09-14 21:24:56 -05:00
Strong Liu
7b3a481af1
HHH-6658 upgrade jboss-logging-tools to 1.0.0.Beta7
2011-09-15 10:09:03 +08:00