Strong Liu
0e62ff4856
merge master
2013-08-03 23:10:54 +08:00
Steve Ebersole
c1d1695606
HHH-8400 - Positional parameters defined on NamedStoredProcedureQuery not applied
2013-08-01 01:19:33 -05:00
Steve Ebersole
1a3a2a52a2
HHH-8400 - Positional parameters defined on NamedStoredProcedureQuery not applied
2013-08-01 00:18:56 -05:00
Brett Meyer
076d064e3f
HHH-8372 updated dependency versions
2013-07-23 14:56:28 -04:00
Strong Liu
cc6d271f31
merge master branch
2013-07-15 13:17:24 +08:00
Brett Meyer
58622f3e10
HHH-7996 arquillian-based OSGi unit test, minor CL fixes
2013-07-01 16:38:20 -04:00
Strong Liu
cda5d8e959
merge master
2013-06-17 22:47:03 +08:00
Brett Meyer
4ed8006e5a
HHH-8255 made a few hibernate-core imports optional in the manifest
2013-06-07 13:05:36 -04:00
Strong Liu
96ce0d2742
merge master
2013-05-13 18:55:37 +08:00
Steve Ebersole
1337d36a79
HHH-8235 - Drop database profiles upstream
2013-05-10 15:59:02 -05:00
Gunnar Morling
1bf647b7eb
HHH-8218 - Upgrading to BV 1.1.0.Final and HV 5.0.1.Final
2013-05-06 16:29:52 -05:00
Strong Liu
a0ccbb425b
merge master
2013-04-22 15:19:35 +08:00
Steve Ebersole
b8b9735cf5
simple build script fix for IDEA project generation
2013-04-17 13:26:55 -05:00
Steve Ebersole
8eeef7af3b
HHH-8146 - Update to use maven-publishing plugin
2013-04-16 18:26:02 -05:00
Brett Meyer
079fd4ac01
HHH-8160 Corrected Import-Package in module manifests
2013-04-16 10:29:44 -04:00
Strong Liu
f29a670378
merge master
2013-04-15 18:33:46 +08: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
Strong Liu
68720548c8
merge master
2013-04-06 12:30:53 +08:00
Steve Ebersole
378fc1378a
HHH-8143 - Create a 'generateSources' task that performs all generation tasks
2013-04-04 14:45:49 -05:00
Strong Liu
cb59c84389
merge master
2013-04-01 12:05:14 +08:00
Hardy Ferentschik
d3867e9c1b
HHH-8100 Update to BV 1.1 (1.1.0.CR3 and matching Hibernate Validator 5.0.0.CR4); plus upgrade classmate to 0.8.0
2013-03-25 15:48:29 -05:00
Strong Liu
72c5f8f5e9
merge master
2013-03-25 13:52:05 +08:00
Steve Ebersole
467daa22b0
HHH-7981 - Load (now) locally defined orm.xsd while processing orm.xml files
2013-03-20 22:03:35 -05:00
Strong Liu
7881b4d6b6
resolve merge confilts
2013-03-18 20:12:26 +08:00
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
Strong Liu
8e8d681c7e
Merge branch 'master' into metamodel
2012-08-23 22:54:33 +08:00
Steve Ebersole
fd8a45b2b2
HHH-7514 - Upgrade to Jandex 1.1
2012-08-22 13:41:16 -05:00
Steve Ebersole
8c1923ee05
HHH-7540 - Allow integration hooks into all steps of building a SessionFactory
2012-08-22 12:46:15 -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
42a3061f3e
Merge branch 'master' into metamodel
...
Conflicts:
hibernate-core/src/main/java/org/hibernate/engine/spi/NamedQueryDefinition.java
hibernate-core/src/main/java/org/hibernate/internal/SQLQueryImpl.java
hibernate-core/src/main/java/org/hibernate/internal/SessionFactoryImpl.java
hibernate-core/src/main/java/org/hibernate/loader/custom/sql/SQLQueryReturnProcessor.java
hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/AnnotationBindingContextImpl.java
hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/global/QueryProcessor.java
hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/hbm/CompositePluralAttributeElementSourceImpl.java
hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/hbm/MappingDocument.java
hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/hbm/TimestampAttributeSourceImpl.java
hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/hbm/VersionAttributeSourceImpl.java
hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/entity/EntityBindingContext.java
hibernate-core/src/main/java/org/hibernate/metamodel/source/hbm/ComponentAttributeSourceImpl.java
hibernate-core/src/main/java/org/hibernate/metamodel/source/hbm/HibernateMappingProcessor.java
hibernate-core/src/main/java/org/hibernate/metamodel/spi/domain/Composite.java
hibernate-core/src/main/java/org/hibernate/metamodel/spi/source/BindingContext.java
hibernate-core/src/main/java/org/hibernate/persister/collection/AbstractCollectionPersister.java
hibernate-core/src/main/resources/org/hibernate/hibernate-mapping-4.0.xsd
hibernate-core/src/test/java/org/hibernate/metamodel/spi/binding/SimpleValueBindingTests.java
hibernate-entitymanager/src/main/java/org/hibernate/ejb/AvailableSettings.java
hibernate-entitymanager/src/main/java/org/hibernate/jpa/internal/event/CallbackResolver.java
2012-07-19 15:50:50 -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
Strong Liu
6ed7e9ee7f
HHH-7452 mix SchemaAware interface into orm.xml binding
2012-07-17 13:35:45 +08:00
Strong Liu
91a9e0f616
HHH-7450 add simplify plugin
2012-07-16 17:06:29 +08: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