Commit Graph

186 Commits

Author SHA1 Message Date
Steve Ebersole b8ebe0ef4d HHH-8159 - Apply fixups indicated by analysis tools 2013-04-09 19:40:58 -05:00
Steve Ebersole 34e7512c76 HHH-8159 - Apply fixups indicated by analysis tools 2013-04-09 19:38:40 -05:00
Brett Meyer 9ace3a6a08 HHH-7617 Gradle eclipse task missing src paths and test source generation 2013-04-09 15:30:20 -04: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
Steve Ebersole 826aa6301f HHH-8156 - Apply new Gradle plugins 2013-04-08 21:24:09 -05:00
Steve Ebersole e037fcb55f HHH-8145 - Add MaxPermSize to test configuration 2013-04-05 14:40:43 -05:00
Steve Ebersole 64cbd2fdd0 HHH-8151 - Consolidate defining "java language level" in one place 2013-04-05 14:38:23 -05:00
Steve Ebersole 0c72623038 HHH-8152 - General cleanup 2013-04-05 14:31:43 -05:00
Steve Ebersole 378fc1378a HHH-8143 - Create a 'generateSources' task that performs all generation tasks 2013-04-04 14:45:49 -05:00
Steve Ebersole d6fe409a48 HHH-8142 - Create a 'compile' task that performs all copmpilations 2013-04-04 13:42:17 -05:00
Steve Ebersole 26868ad314 HHH-8141 - Upgrade to Gradle 1.5 2013-04-04 13:01:39 -05:00
Steve Ebersole 2c5cb697e1 4.3.0.Beta1 release 2013-04-03 12:17:58 -05:00
Steve Ebersole 485a5314e9 4.3.0.Beta1 release 2013-04-03 11:39:14 -05:00
Brett Meyer 56867417e2 HHH-7527 Enterprise OSGi JPA support 2013-02-14 10:44:35 -05:00
Brett Meyer 470c7432c4 Updated master version to 4.3.0-SNAPSHOT 2013-01-30 13:57:30 -05:00
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