timpeeters
0f9fae5121
HHH-8076 Make javax.security and javax.validation optional
...
Currently the OSGi manifest creation via Gradle automatically imports all packages that are used by hibernate-core. Although this saves you from having to list all the imports manually, it does mean that some optional dependencies suddenly become mandatory dependencies. I've updated the hibernate-core Gradle build file to make the hibernate-core dependencies on javax.security and javax.validation optional. This way you are not forced to have these dependencies available in your OSGi container. More information in HHH-7941.
2013-03-15 10:16:07 -04:00
Brett Meyer
56867417e2
HHH-7527 Enterprise OSGi JPA support
2013-02-14 10:44:35 -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
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
0196ad20f8
consolidate src/test and src/matrix
2012-06-07 14:07:08 -05:00
Strong Liu
d2852e3c4d
a little improvment on the build script
2012-03-23 16:02:45 +08:00
Steve Ebersole
dceda48ff1
HHH-7162 - Use concise artifact syntax in build scripts
2012-03-09 13:40:26 -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
Steve Ebersole
7861fdee44
HHH-7067 - Update build to work with Gradle m8
2012-02-15 16:33:45 -06:00
Steve Ebersole
ab94a18c33
HHH-6931 - Provide local database hook
2012-01-03 20:43:15 -06:00
Strong Liu
d4e8e9973f
HHH-6921 com.fasterxml:classmate dependency should not be exported to published pom
2011-12-28 13:11:18 +08:00
Strong Liu
ff9eb6d1b2
test need to be compiled in UTF-8
2011-11-21 10:16:30 +08:00
Strong Liu
93f6ad6e2e
HHH-6818 update dependencies management
2011-11-14 17:12:51 +08:00
Strong Liu
2d084cb8d9
HHH-6787 upgrade to JBoss Logging tools 1.0.0.CR3
2011-11-01 10:30:00 +00:00
Steve Ebersole
d652de654c
HHH-6653 - Clean up JAXB generated classes
2011-09-13 20:08:42 -05:00
Strong Liu
3b7bdb8ddc
HHH-6618 enable idea support for matrix sourceset
2011-08-30 15:20:51 +08:00
Strong Liu
e941eca2d5
HHH-6618 running hibernate functional test cases on DB matrix
2011-08-30 14:06:13 +08:00
Steve Ebersole
e339dac91e
HHH-6371 - Develop metamodel binding creation using a push approach
2011-07-13 09:08:31 -05:00
Steve Ebersole
9e95d41689
HHH-6371 - Develop metamodel binding creation using a push approach
2011-07-13 08:57:11 -05:00
Steve Ebersole
8593cf91cd
HHH-6206 - Explicitly add antlr jar to transitive dependencies
2011-06-08 11:12:56 -05:00
Steve Ebersole
7a5f0b4836
HHH-6194 - Better jaxb task to leverage Gradle up-to-date checking
2011-05-04 15:49:57 -05:00
Hardy Ferentschik
dd019a1f43
HHH-6148 Adding classmate as a replacement for the commons annotations generic resolution code
2011-04-26 11:35:18 +02:00
Hardy Ferentschik
d6e9138aec
HHH-6131 Prefixing JAXB classes with 'XML'
2011-04-18 14:19:40 +02:00
Steve Ebersole
0f336414a2
HHH-6118 - Make Metadata more user-friendly API
2011-04-13 18:28:42 -05:00
Steve Ebersole
9d93e1188e
HHH-6115 - jaxb generation should follow directory pattern
2011-04-11 17:43:43 -05:00
Hardy Ferentschik
0d29c346ec
HHH-6111 enabling jaxb model generation for hbm configuration files
2011-04-11 19:11:06 +02:00
Hardy Ferentschik
297c703449
HHH-6109 Starting the implementation of a replacement for InheritanceState. The determined mapped classes need to be pre-processed
...
in order to detmerine inheritance features, default access types, etc
2011-04-11 19:10:12 +02:00
Hardy Ferentschik
42502e696b
HHH-6109 Starting work for annotation binding against the new metamodel. Enabling JAXB for parsing of orm.xml
2011-04-11 19:09:44 +02:00
Steve Ebersole
ba71fe0132
HHH-6036 - integration documentation generation
2011-03-29 15:14:09 -05:00
Steve Ebersole
671ef3accd
HHH-6016 - Migrate version injection plugin to Gradle
2011-03-21 20:33:19 -05:00
Steve Ebersole
82d2ef4b1f
HHH-6025 - Remove cglib dependencies
2011-03-18 14:48:17 -05:00
Steve Ebersole
718d56e267
HHH-6013 - Consolidate on single JTA impl for testing
2011-03-16 13:38:14 -05:00
Steve Ebersole
03ada52204
HHH-5942 - Migrate to JUnit 4
2011-03-14 13:14:06 -05:00
JPAV
346418c4ef
Final sync with upstream master
2011-03-08 16:19:57 -06:00
Steve Ebersole
bf186e7a6e
HHH-5949 - Migrate, complete and integrate TransactionFactory as a service
2011-03-03 11:53:20 -06:00
JPAV
98058c2aea
removed transitive=false for dependency
2011-02-25 11:41:52 -06:00
Steve Ebersole
4fd609e41e
HHH-5904 - Deploy just testing artifacts from hibernate-core, not all tests
2011-02-23 15:30:23 -06:00
Steve Ebersole
dc59f6bdd1
HHH-5904 - Deploy just testing artifacts from hibernate-core, not all tests
2011-02-23 15:30:22 -06:00
Steve Ebersole
2aa2dc0c59
HHH-5897 - Upgrade to Gradle 0.9.2
2011-02-23 15:20:40 -06:00
Sanne Grinovero
9d3b6bbb1d
HHH-5880 needs to use classifier "tests" not "test"
2011-02-23 15:20:00 -06:00
Hardy Ferentschik
d0ef75f1ca
HHH-5880 Changed gradle build for for to push testing jar
2011-02-23 15:20:00 -06:00
Steve Ebersole
3ba79384f0
HHH-5904 - Deploy just testing artifacts from hibernate-core, not all tests
2011-02-10 09:45:28 -06:00
JPAV
c7f09e5130
Attempt to compile twice, once only for annotations, then for everything else
2011-02-09 13:05:57 -06:00
Steve Ebersole
ef301deadc
HHH-5904 - Deploy just testing artifacts from hibernate-core, not all tests
2011-02-08 14:27:57 -06:00
JPAV
8c806d361d
Changes from requests at Hibernate meeting: message codes, use XXXf methods for debug and trace, use @Cause
2011-02-08 13:55:27 -06:00
Steve Ebersole
2f8655e661
HHH-5897 - Upgrade to Gradle 0.9.2
2011-02-08 11:19:50 -06:00
Sanne Grinovero
9f992cd6d0
HHH-5880 needs to use classifier "tests" not "test"
2011-01-28 16:36:19 -06:00
Hardy Ferentschik
79e9a77d4e
HHH-5880 Changed gradle build for for to push testing jar
2011-01-28 15:49:39 -06:00