Andrea Boriero
5049c15c0b
HHH-9866 - Add test for issue
2015-06-14 13:35:49 +01:00
Gail Badner
5eb4c0bdc5
HHH-9518 : Add tests for new warnings
2015-06-11 15:47:53 -07:00
Gail Badner
f4f04901e2
HHH-9518 : Exception handling around collection session access needs to be improved
2015-06-11 11:58:06 -07:00
Andrea Boriero
5c7360c69a
HHH-9757 - Fix Incorrect image path generated in HTML rendering removing useRelativeImageUris = false from devguide task, fixing image urls
2015-06-10 15:24:51 +01:00
Steve Ebersole
b272080645
HHH-9859 - ResourceLocalTransactionCoordinatorImpl#isJoined bad impl
2015-06-09 15:25:56 -05:00
Steve Ebersole
0ea03fd9a4
HHH-9856 - EntityManager.find() and getReference() throw incorrect exception for non-entity
2015-06-08 18:04:56 -05:00
Steve Ebersole
2b89553db5
HHH-9855 - Ignore non-entity classes listed as "managed classes" in persistence.xml
2015-06-08 14:24:14 -05:00
Gail Badner
d0b429dc32
HHH-9851 : Limit handling is broken for dialects that don't support variable limit/offset
2015-06-05 14:13:29 -07:00
Steve Ebersole
30b260f14f
HHH-9848 - Allow disabling auto-quoting of database object names (tables, columns, etc)
2015-06-05 13:43:10 -05:00
Steve Ebersole
5b1da92498
HHH-9838 - Leverage ClassLoaderService during JavassistLazyInitializer#getProxyFactory
2015-06-05 13:04:37 -05:00
Belev
5c8d1ac500
Fixed typos in Chapter 5. Basic O/R Mapping
...
Fixed typo in Chapter 5 - 5.1.1 Entity.
Fixed key-property column name.
Added missing parameters in set methods.
Fixed typos.
Fix typo
Removed wrong whitespace.
Fixed section associations to many to one as used in the section.
Removed wrong whitespace.
Fix typo
Removed 'with' duplication.
2015-06-05 00:45:28 -04:00
vydn
4309d518e9
Update preface.xml
...
Change link from caveatemptor.hibernate.org (not working)
to http://downloads.jboss.org/hibernate/caveatemptor/ (working)
2015-06-05 00:43:31 -04:00
Yann Diorcet
c543cdbc07
DDL typo fix: Add only one space before unique keyword
2015-06-05 00:29:26 -04:00
Laurent Martelli
f17c525c03
Missing space
2015-06-05 00:27:49 -04:00
Steve Ebersole
9e063ffa25
HHH-9837 - Remove reliance during annotation binding on org.hibernate.internal.util.ClassLoaderHelper
...
HHH-9841 - Redesign org.hibernate.property.PropertyAccessorFactory
2015-06-04 14:12:17 -05:00
Gail Badner
53a8b18ca8
HHH-9844 : org.hibernate.cache.spi.access.AccessType enum names are not valid values for hibernate.cache.default_cache_concurrency_strategy
2015-06-03 13:59:14 -07:00
Steve Ebersole
ee97148743
HHH-9738 - Upgrade master (5.0) to Gradle 2.4
2015-05-29 16:03:31 -05:00
Steve Ebersole
7d9bc1d71c
HHH-9738 - Upgrade master (5.0) to Gradle 2.4
2015-05-29 16:01:47 -05:00
Steve Ebersole
8734e10ec5
HHH-9831 - Upgrade HCANN
2015-05-28 17:06:16 -05:00
Steve Ebersole
e2d347c2a7
HHH-9830 - Upgrade to jboss-logging 3.3 Final (rather than Beta)
2015-05-28 16:46:15 -05:00
Steve Ebersole
e7e906441f
HHH-9827 - Truncate master changelog.txt file to just 5.0 related changes
2015-05-28 06:32:04 -05:00
Steve Ebersole
d0c2c31ab7
HHH-9826 - Update the release task for uploading release bundles to SourceForge FRS
2015-05-27 21:02:27 -05:00
Steve Ebersole
369a2904da
5.0.0.CR1 release
2015-05-27 20:49:36 -05:00
Steve Ebersole
31b869d599
5.0.0.CR1 release
2015-05-27 20:24:30 -05:00
Steve Ebersole
7fba0a00e9
HHH-9823 - org.hibernate.cfg.annotations.SimpleValueBinder#fillSimpleValue incorrectly using HCANN classloading directly
2015-05-27 15:33:12 -05:00
Steve Ebersole
1d8327f8ba
HHH-9697 - Complete documentation of new approach and APIs for SessionFactory building
2015-05-27 15:11:49 -05:00
Andrea Boriero
6417a469f9
HHH-9695 - Fix merge conflicts and checkStyle failure
2015-05-27 19:59:34 +01:00
rvansa
ccc83405c4
HHH-9695 Use non-transactional cache for immutable entities
2015-05-27 19:20:28 +01:00
Gail Badner
4e2f7aeae4
HHH-9777 : Copy tests from AbstractDereferencedCollectionTest into subclasses
2015-05-27 18:09:10 +01:00
Gail Badner
93f56ecf5d
HHH-9777 : Dereferenced collections are not processed properly
...
HHH-9777 : Dereferenced collections are not processed properly (test case changes only)
2015-05-27 18:09:10 +01:00
Gail Badner
e07eef3db1
HHH-9777 : Dereferenced collections are not processed properly
...
HHH-9777 : Dereferenced collections are not processed properly (mark test as FailureExpected due to partial fix)
2015-05-27 18:09:10 +01:00
Gail Badner
82cdc82a48
HHH-9777 : Dereferenced collections are not processed properly (test cases)
2015-05-27 18:09:09 +01:00
barreiro
58fd078e50
HHH-9811 - Enforce uniqueness on EntityPersister#resolveAttributeIndexes
2015-05-27 12:07:19 -05:00
barreiro
f795dfc2bc
HHH-9811 - Change EntityPersister#resolveAttributeIndexes to take String[]
2015-05-27 12:07:19 -05:00
barreiro
73c5d576e7
HHH-9813 - Documentation for the Hibernate Enhance Maven Plugin
2015-05-27 12:03:22 -05:00
barreiro
ebb2ca19cd
HHH-9813 - Improve Hibernate Enhance Maven Plugin
2015-05-27 12:03:22 -05:00
Steve Ebersole
5514aea2b4
HHH-9629 - l2 cache key constructed wrong for entity with inheritance when fetching lazy property
2015-05-27 11:52:40 -05:00
Steve Ebersole
a51f300253
HHH-9820 - Handle JDBC drivers that do not properly report metadata regarding case of identifiers
2015-05-27 11:52:40 -05:00
Andrea Boriero
d58ef6950c
HHH-9287 - Fix Pooled optimizer identifiers clash with INSERT rows calling sequence directly
2015-05-27 16:31:13 +01:00
Andrea Boriero
fff9a16a22
HHH-9798 - Fix Unique constraint of @JoinColumn in @JoinTable not generated
2015-05-27 16:00:41 +01:00
Andrea Boriero
fdd7fb8080
HHH-9798 - Add test for Unique constraint of @JoinColumn in @JoinTable not generated
2015-05-27 16:00:40 +01:00
Steve Ebersole
905c79c65e
HHH-9788 - SchemaUpdate and quoted identifiers causes tables/columns to not be found based on name search
2015-05-26 16:08:27 -05:00
Steve Ebersole
c777938ce9
HHH-9675 - org.hibernate.envers.boot.internal.EnversIntegrator throws NPE in WF9
2015-05-26 16:08:27 -05:00
Andrea Boriero
00ed63f0bc
Fix findbugs exclude generated java sources and cfg package, Add excludeFilterConfig to remove all low level bugs warnings except DM_CONVERT_CASE
2015-05-26 06:10:29 +01:00
Andrea Boriero
5bf9bb2a1d
HHH-9782 Build plugins pick up JAVA6_HOME as environment variable
2015-05-25 20:05:43 +01:00
Svein
bb2833bafc
HHH-8854 Resolve any TypeVariables to Class or ParameterizedType when
...
creating AttributeConverterDefinition
2015-05-21 11:49:56 -05:00
Svein
b5845138e6
HHH-8854 Create AttributeConverterDefinition even if AttributeConverter
...
is only implemented via superclass or interface
2015-05-21 11:49:56 -05:00
Steve Ebersole
1812bb2ef3
HHH-9809 - Improve Hibernate Gradle plugin
2015-05-21 00:24:56 -05:00
Steve Ebersole
acea523607
HHH-9806 - Bytecode-enhancement-based dirty tracking does not work because PersistentAttributeInterceptor is never injected
2015-05-20 11:44:31 -05:00
Steve Ebersole
14fc8859fe
HHH-9745 - ClassCastException in hbm2ddl update and validate
2015-05-19 22:04:20 -05:00