[hibernate/hibernate-core] 4f95c3: HHH-5811 : flush causes update on unchanged Byte[]...
by noreply@github.com
Branch: refs/heads/3.6
Home: https://github.com/hibernate/hibernate-core
Commit: 4f95c3dd8d5f285659b590c96a04be4649efe6c6
https://github.com/hibernate/hibernate-core/commit/4f95c3dd8d5f285659b590...
Author: Gail Badner <gbadner(a)redhat.com>
Date: 2011-01-04 (Tue, 04 Jan 2011)
Changed paths:
A testsuite/src/test/java/org/hibernate/test/annotations/lob/AbstractBook.java
A testsuite/src/test/java/org/hibernate/test/annotations/lob/AbstractCompiledCode.java
A testsuite/src/test/java/org/hibernate/test/annotations/lob/AbstractLobTest.java
M testsuite/src/test/java/org/hibernate/test/annotations/lob/Book.java
M testsuite/src/test/java/org/hibernate/test/annotations/lob/CompiledCode.java
M testsuite/src/test/java/org/hibernate/test/annotations/lob/LobTest.java
A testsuite/src/test/java/org/hibernate/test/annotations/lob/VersionedBook.java
A testsuite/src/test/java/org/hibernate/test/annotations/lob/VersionedCompiledCode.java
A testsuite/src/test/java/org/hibernate/test/annotations/lob/VersionedLobTest.java
Log Message:
-----------
HHH-5811 : flush causes update on unchanged Byte[] field
14 years, 1 month
[hibernate/hibernate-search] 6f7f3f: HSEARCH-361 Move to Hibernate Core 3.6.1-SNAPSHOT
by noreply@github.com
Branch: refs/heads/master
Home: https://github.com/hibernate/hibernate-search
Commit: 6f7f3ff5c672d88e902e4e716d640e3b01c73672
https://github.com/hibernate/hibernate-search/commit/6f7f3ff5c672d88e902e...
Author: Emmanuel Bernard <emmanuel(a)hibernate.org>
Date: 2011-01-04 (Tue, 04 Jan 2011)
Changed paths:
M pom.xml
Log Message:
-----------
HSEARCH-361 Move to Hibernate Core 3.6.1-SNAPSHOT
Needed to implement CoreProvidedDirtyStrategy
Commit: 640d3a6fec292debbcafd8ebc26070167835d2d9
https://github.com/hibernate/hibernate-search/commit/640d3a6fec292debbcaf...
Author: Emmanuel Bernard <emmanuel(a)hibernate.org>
Date: 2011-01-04 (Tue, 04 Jan 2011)
Changed paths:
A hibernate-search/src/main/java/org/hibernate/search/event/CoreComputedDirtyStrategy.java
A hibernate-search/src/main/java/org/hibernate/search/event/DirtyStrategy.java
A hibernate-search/src/main/java/org/hibernate/search/event/HSearchComputedDirtyStrategy.java
Log Message:
-----------
HSEARCH-361 introduce DirtyStrategy to isolate dirty property resolution
Core's version is both faster (already computed) and more correct:
- handle findDirty vs findModified
- handle interceptor
Commit: 5f7b962c5496bac94776e396349cd58e2a805bd5
https://github.com/hibernate/hibernate-search/commit/5f7b962c5496bac94776...
Author: Emmanuel Bernard <emmanuel(a)hibernate.org>
Date: 2011-01-04 (Tue, 04 Jan 2011)
Changed paths:
M hibernate-search/src/main/java/org/hibernate/search/event/FullTextIndexEventListener.java
Log Message:
-----------
HSEARCH-361 Use DirtyStrategy to isolate dirty property resolution
If core 3.6.1 is present, use Core's dirty properties
Otherwise compute them ourselves
Use reflection to detect the presence of 3.6.1.
Reflection is done at start time to avoid perf penalty.
Commit: 6c35c3a6744eed4c5d43744df4c75ae0e8689e5f
https://github.com/hibernate/hibernate-search/commit/6c35c3a6744eed4c5d43...
Author: Sanne Grinovero <sanne(a)hibernate.org>
Date: 2011-01-04 (Tue, 04 Jan 2011)
Changed paths:
M hibernate-search/src/main/java/org/hibernate/search/event/CoreComputedDirtyStrategy.java
M hibernate-search/src/main/java/org/hibernate/search/event/HSearchComputedDirtyStrategy.java
Log Message:
-----------
HSEARCH-361 Have DirtyStrategy implementations implement DirtySerializable
14 years, 1 month
[hibernate/hibernate-core] a45ada: HHH-5811 : flush causes update on unchanged Byte[]...
by noreply@github.com
Branch: refs/heads/master
Home: https://github.com/hibernate/hibernate-core
Commit: a45ada43e220f93094233c2677eeb1aba3c05477
https://github.com/hibernate/hibernate-core/commit/a45ada43e220f93094233c...
Author: Gail Badner <gbadner(a)redhat.com>
Date: 2011-01-04 (Tue, 04 Jan 2011)
Changed paths:
A hibernate-core/src/test/java/org/hibernate/test/annotations/lob/AbstractBook.java
A hibernate-core/src/test/java/org/hibernate/test/annotations/lob/AbstractCompiledCode.java
A hibernate-core/src/test/java/org/hibernate/test/annotations/lob/AbstractLobTest.java
M hibernate-core/src/test/java/org/hibernate/test/annotations/lob/Book.java
M hibernate-core/src/test/java/org/hibernate/test/annotations/lob/CompiledCode.java
M hibernate-core/src/test/java/org/hibernate/test/annotations/lob/LobTest.java
A hibernate-core/src/test/java/org/hibernate/test/annotations/lob/VersionedBook.java
A hibernate-core/src/test/java/org/hibernate/test/annotations/lob/VersionedCompiledCode.java
A hibernate-core/src/test/java/org/hibernate/test/annotations/lob/VersionedLobTest.java
Log Message:
-----------
HHH-5811 : flush causes update on unchanged Byte[] field
Commit: 35bf5300c3c8d14c253c5e9ca62a7ce1fd91b8c1
https://github.com/hibernate/hibernate-core/commit/35bf5300c3c8d14c253c5e...
Author: Gail Badner <gbadner(a)redhat.com>
Date: 2011-01-04 (Tue, 04 Jan 2011)
Changed paths:
A hibernate-core/src/test/java/org/hibernate/test/annotations/lob/AbstractBook.java
A hibernate-core/src/test/java/org/hibernate/test/annotations/lob/AbstractCompiledCode.java
A hibernate-core/src/test/java/org/hibernate/test/annotations/lob/AbstractLobTest.java
M hibernate-core/src/test/java/org/hibernate/test/annotations/lob/Book.java
M hibernate-core/src/test/java/org/hibernate/test/annotations/lob/CompiledCode.java
M hibernate-core/src/test/java/org/hibernate/test/annotations/lob/LobTest.java
A hibernate-core/src/test/java/org/hibernate/test/annotations/lob/VersionedBook.java
A hibernate-core/src/test/java/org/hibernate/test/annotations/lob/VersionedCompiledCode.java
A hibernate-core/src/test/java/org/hibernate/test/annotations/lob/VersionedLobTest.java
Log Message:
-----------
Merge branch 'HHH-5811-ByteArrayLob'
14 years, 1 month
[hibernate/hibernate-core] c03250: Resolving HHH-5588: Improve support for entityName...
by noreply@github.com
Branch: refs/heads/3.6
Home: https://github.com/hibernate/hibernate-core
Commit: c032502969456ae006d95f37c3a948100cb052ab
https://github.com/hibernate/hibernate-core/commit/c032502969456ae006d95f...
Author: Hernan <Hernan@colossus>
Date: 2011-01-04 (Tue, 04 Jan 2011)
Changed paths:
M envers/src/main/java/org/hibernate/envers/AuditReader.java
M envers/src/main/java/org/hibernate/envers/reader/AuditReaderImpl.java
Log Message:
-----------
Resolving HHH-5588: Improve support for entityNames in envers.
Adding methods for knowing if an entityName is marked to be resolved by core (@Audited(targetAuditMode='NOT_AUDITED')
isEntityNameNotAudited()
Adding method to resolve the entityName for an entity retrieved previously by envers.
getEntityName()
Commit: 4be9b848568ff49dca72a8f105923797cf4be087
https://github.com/hibernate/hibernate-core/commit/4be9b848568ff49dca72a8...
Author: Hernan <Hernan@colossus>
Date: 2011-01-04 (Tue, 04 Jan 2011)
Changed paths:
M envers/src/main/java/org/hibernate/envers/reader/FirstLevelCache.java
Log Message:
-----------
Resolving HHH-5588: Improve support for entityNames in envers.
Adding entityNameCache for resolving entityNames in envers.
Commit: d216118829e4becba8be8aeaaf43b5127f587cd9
https://github.com/hibernate/hibernate-core/commit/d216118829e4becba8be8a...
Author: Hernan <Hernan@colossus>
Date: 2011-01-04 (Tue, 04 Jan 2011)
Changed paths:
M envers/src/main/java/org/hibernate/envers/entities/EntitiesConfigurations.java
Log Message:
-----------
Resolving HHH-5588: Improve support for entityNames in envers.
Adding isNotAudited for determine if an entity is marked as @Audited(NOT_AUDITED)
Commit: 9350dee13963c403c84253d5ef59ba7e6dc321b6
https://github.com/hibernate/hibernate-core/commit/9350dee13963c403c84253...
Author: Hernan <Hernan@colossus>
Date: 2011-01-04 (Tue, 04 Jan 2011)
Changed paths:
M envers/src/main/java/org/hibernate/envers/entities/EntityInstantiator.java
Log Message:
-----------
Resolving HHH-5588: Improve support for entityNames in envers.
When instantiating an historic entity, envers put its entityName on the cache for future uses.
Commit: 57fbeaf2f9bdbb5b728e926c1e7c07041714439a
https://github.com/hibernate/hibernate-core/commit/57fbeaf2f9bdbb5b728e92...
Author: Hernan <Hernan@colossus>
Date: 2011-01-04 (Tue, 04 Jan 2011)
Changed paths:
A envers/src/main/java/org/hibernate/envers/exception/EnversException.java
Log Message:
-----------
Creating a generic envers exception
Commit: c5da60f748a02829c8263ab049a9c13f7594739d
https://github.com/hibernate/hibernate-core/commit/c5da60f748a02829c8263a...
Author: Hernan <Hernan@colossus>
Date: 2011-01-04 (Tue, 04 Jan 2011)
Changed paths:
M envers/src/test/java/org/hibernate/envers/test/AbstractSessionTest.java
Log Message:
-----------
Let the subclasses redefine the configuration file name overriding getHibernateConfigurationFileName() method.
Commit: 87c53873464515c459121c0e60747f49a05408d2
https://github.com/hibernate/hibernate-core/commit/87c53873464515c459121c...
Author: Hernan <Hernan@colossus>
Date: 2011-01-04 (Tue, 04 Jan 2011)
Changed paths:
M envers/src/test/java/org/hibernate/envers/test/integration/entityNames/auditedEntity/Person.java
M envers/src/test/java/org/hibernate/envers/test/integration/entityNames/auditedEntity/ReadEntityWhtiEntityNameTest.java
M envers/src/test/java/org/hibernate/envers/test/integration/entityNames/manyToManyAudited/Car.java
M envers/src/test/java/org/hibernate/envers/test/integration/entityNames/manyToManyAudited/Person.java
M envers/src/test/java/org/hibernate/envers/test/integration/entityNames/manyToManyAudited/ReadEntityWithAuditedManyToManyTest.java
M envers/src/test/java/org/hibernate/envers/test/integration/entityNames/oneToManyAudited/Car.java
M envers/src/test/java/org/hibernate/envers/test/integration/entityNames/oneToManyAudited/Person.java
M envers/src/test/java/org/hibernate/envers/test/integration/entityNames/oneToManyAudited/ReadEntityWithAuditedCollectionTest.java
M envers/src/test/java/org/hibernate/envers/test/integration/entityNames/oneToManyNotAudited/Car.java
M envers/src/test/java/org/hibernate/envers/test/integration/entityNames/oneToManyNotAudited/Person.java
M envers/src/test/java/org/hibernate/envers/test/integration/entityNames/oneToManyNotAudited/ReadEntityWithAuditedCollectionTest.java
M envers/src/test/java/org/hibernate/envers/test/integration/entityNames/singleAssociatedAudited/Car.java
M envers/src/test/java/org/hibernate/envers/test/integration/entityNames/singleAssociatedAudited/Person.java
M envers/src/test/java/org/hibernate/envers/test/integration/entityNames/singleAssociatedAudited/ReadEntityAssociatedAuditedTest.java
M envers/src/test/java/org/hibernate/envers/test/integration/entityNames/singleAssociatedNotAudited/Car.java
M envers/src/test/java/org/hibernate/envers/test/integration/entityNames/singleAssociatedNotAudited/Person.java
M envers/src/test/java/org/hibernate/envers/test/integration/entityNames/singleAssociatedNotAudited/ReadEntityAssociatedNotAuditedTest.java
Log Message:
-----------
HHH-5588: Improve support for entityNames in envers
Extending test cases for testing resolution for entityNames for entities retrieved previously by envers
Commit: b8c4784630f927f926f870199ae87af81aae22ea
https://github.com/hibernate/hibernate-core/commit/b8c4784630f927f926f870...
Author: Hernan <Hernan@colossus>
Date: 2011-01-04 (Tue, 04 Jan 2011)
Changed paths:
M envers/src/main/java/org/hibernate/envers/AuditReader.java
R envers/src/main/java/org/hibernate/envers/exception/EnversException.java
M envers/src/main/java/org/hibernate/envers/reader/AuditReaderImpl.java
Log Message:
-----------
HHH-5588
Removing EnversExeption and using HibernateException instead.
Commit: a9454a7590856f6977d1985eecc0bfbb4fdc2285
https://github.com/hibernate/hibernate-core/commit/a9454a7590856f6977d198...
Author: Hernan <Hernan@colossus>
Date: 2011-01-04 (Tue, 04 Jan 2011)
Changed paths:
M envers/src/main/java/org/hibernate/envers/AuditReader.java
M envers/src/main/java/org/hibernate/envers/reader/AuditReaderImpl.java
Log Message:
-----------
Removing isEntityClassNotAudited() and isEntityNameNotAudited() method for later discussion.
Commit: 1b60529436587d3a186cc240ba5d178d05f85a27
https://github.com/hibernate/hibernate-core/commit/1b60529436587d3a186cc2...
Author: Hernan <Hernan@colossus>
Date: 2011-01-04 (Tue, 04 Jan 2011)
Changed paths:
M envers/src/test/java/org/hibernate/envers/test/integration/entityNames/oneToManyNotAudited/ReadEntityWithAuditedCollectionTest.java
M envers/src/test/java/org/hibernate/envers/test/integration/entityNames/singleAssociatedNotAudited/ReadEntityAssociatedNotAuditedTest.java
Log Message:
-----------
Removing isEntityClassNotAudited() and isEntityNameNotAudited() method for later discussion.
Commit: 966f8c8339afb75c84197fa4725ab08d14dd9c7a
https://github.com/hibernate/hibernate-core/commit/966f8c8339afb75c84197f...
Author: Hernan <Hernan@colossus>
Date: 2011-01-04 (Tue, 04 Jan 2011)
Changed paths:
A envers/src/test/java/org/hibernate/envers/test/AbstractOneSessionTest.java
A envers/src/test/java/org/hibernate/envers/test/integration/entityNames/auditedEntity/ReadEntityWhitEntityNameTest.java
R envers/src/test/java/org/hibernate/envers/test/integration/entityNames/auditedEntity/ReadEntityWhtiEntityNameTest.java
M envers/src/test/java/org/hibernate/envers/test/integration/entityNames/manyToManyAudited/ReadEntityWithAuditedManyToManyTest.java
M envers/src/test/java/org/hibernate/envers/test/integration/entityNames/oneToManyAudited/ReadEntityWithAuditedCollectionTest.java
M envers/src/test/java/org/hibernate/envers/test/integration/entityNames/oneToManyNotAudited/ReadEntityWithAuditedCollectionTest.java
M envers/src/test/java/org/hibernate/envers/test/integration/entityNames/singleAssociatedAudited/ReadEntityAssociatedAuditedTest.java
M envers/src/test/java/org/hibernate/envers/test/integration/entityNames/singleAssociatedNotAudited/ReadEntityAssociatedNotAuditedTest.java
Log Message:
-----------
- Creating abstract test with one session-per-test
- Fixing typo error.
Commit: 4152b8e78215742a326e3413aaa7c268b32b0cc6
https://github.com/hibernate/hibernate-core/commit/4152b8e78215742a326e34...
Author: Hernan <Hernan@colossus>
Date: 2011-01-04 (Tue, 04 Jan 2011)
Changed paths:
M envers/src/main/java/org/hibernate/envers/entities/EntitiesConfigurations.java
Log Message:
-----------
Removing isNotAudited() method.
Commit: 1394d52bad6cb3e089a360d3a7d05efa2bce3401
https://github.com/hibernate/hibernate-core/commit/1394d52bad6cb3e089a360...
Author: adamw <adam(a)warski.org>
Date: 2011-01-04 (Tue, 04 Jan 2011)
Changed paths:
M core/src/main/java/org/hibernate/cfg/annotations/reflection/JPAOverridenAnnotationReader.java
M testsuite/src/test/java/org/hibernate/test/annotations/reflection/JPAOverridenAnnotationReaderTest.java
A testsuite/src/test/java/org/hibernate/test/annotations/xml/ejb3/Ejb3XmlElementCollectionTest.java
A testsuite/src/test/java/org/hibernate/test/annotations/xml/ejb3/Ejb3XmlManyToManyTest.java
A testsuite/src/test/java/org/hibernate/test/annotations/xml/ejb3/Ejb3XmlManyToOneTest.java
A testsuite/src/test/java/org/hibernate/test/annotations/xml/ejb3/Ejb3XmlOneToManyTest.java
A testsuite/src/test/java/org/hibernate/test/annotations/xml/ejb3/Ejb3XmlOneToOneTest.java
A testsuite/src/test/java/org/hibernate/test/annotations/xml/ejb3/Ejb3XmlTestCase.java
A testsuite/src/test/java/org/hibernate/test/annotations/xml/ejb3/Entity1.java
A testsuite/src/test/java/org/hibernate/test/annotations/xml/ejb3/Entity2.java
A testsuite/src/test/java/org/hibernate/test/annotations/xml/ejb3/Entity3.java
M testsuite/src/test/java/org/hibernate/test/annotations/xml/ejb3/Manufacturer.java
A testsuite/src/test/resources/org/hibernate/test/annotations/xml/ejb3/element-collection.orm1.xml
A testsuite/src/test/resources/org/hibernate/test/annotations/xml/ejb3/element-collection.orm10.xml
A testsuite/src/test/resources/org/hibernate/test/annotations/xml/ejb3/element-collection.orm11.xml
A testsuite/src/test/resources/org/hibernate/test/annotations/xml/ejb3/element-collection.orm12.xml
A testsuite/src/test/resources/org/hibernate/test/annotations/xml/ejb3/element-collection.orm13.xml
A testsuite/src/test/resources/org/hibernate/test/annotations/xml/ejb3/element-collection.orm14.xml
A testsuite/src/test/resources/org/hibernate/test/annotations/xml/ejb3/element-collection.orm15.xml
A testsuite/src/test/resources/org/hibernate/test/annotations/xml/ejb3/element-collection.orm16.xml
A testsuite/src/test/resources/org/hibernate/test/annotations/xml/ejb3/element-collection.orm17.xml
A testsuite/src/test/resources/org/hibernate/test/annotations/xml/ejb3/element-collection.orm18.xml
A testsuite/src/test/resources/org/hibernate/test/annotations/xml/ejb3/element-collection.orm19.xml
A testsuite/src/test/resources/org/hibernate/test/annotations/xml/ejb3/element-collection.orm2.xml
A testsuite/src/test/resources/org/hibernate/test/annotations/xml/ejb3/element-collection.orm20.xml
A testsuite/src/test/resources/org/hibernate/test/annotations/xml/ejb3/element-collection.orm21.xml
A testsuite/src/test/resources/org/hibernate/test/annotations/xml/ejb3/element-collection.orm22.xml
A testsuite/src/test/resources/org/hibernate/test/annotations/xml/ejb3/element-collection.orm23.xml
A testsuite/src/test/resources/org/hibernate/test/annotations/xml/ejb3/element-collection.orm24.xml
A testsuite/src/test/resources/org/hibernate/test/annotations/xml/ejb3/element-collection.orm25.xml
A testsuite/src/test/resources/org/hibernate/test/annotations/xml/ejb3/element-collection.orm26.xml
A testsuite/src/test/resources/org/hibernate/test/annotations/xml/ejb3/element-collection.orm27.xml
A testsuite/src/test/resources/org/hibernate/test/annotations/xml/ejb3/element-collection.orm28.xml
A testsuite/src/test/resources/org/hibernate/test/annotations/xml/ejb3/element-collection.orm3.xml
A testsuite/src/test/resources/org/hibernate/test/annotations/xml/ejb3/element-collection.orm4.xml
A testsuite/src/test/resources/org/hibernate/test/annotations/xml/ejb3/element-collection.orm5.xml
A testsuite/src/test/resources/org/hibernate/test/annotations/xml/ejb3/element-collection.orm6.xml
A testsuite/src/test/resources/org/hibernate/test/annotations/xml/ejb3/element-collection.orm7.xml
A testsuite/src/test/resources/org/hibernate/test/annotations/xml/ejb3/element-collection.orm8.xml
A testsuite/src/test/resources/org/hibernate/test/annotations/xml/ejb3/element-collection.orm9.xml
A testsuite/src/test/resources/org/hibernate/test/annotations/xml/ejb3/many-to-many.orm1.xml
A testsuite/src/test/resources/org/hibernate/test/annotations/xml/ejb3/many-to-many.orm10.xml
A testsuite/src/test/resources/org/hibernate/test/annotations/xml/ejb3/many-to-many.orm11.xml
A testsuite/src/test/resources/org/hibernate/test/annotations/xml/ejb3/many-to-many.orm12.xml
A testsuite/src/test/resources/org/hibernate/test/annotations/xml/ejb3/many-to-many.orm13.xml
A testsuite/src/test/resources/org/hibernate/test/annotations/xml/ejb3/many-to-many.orm14.xml
A testsuite/src/test/resources/org/hibernate/test/annotations/xml/ejb3/many-to-many.orm15.xml
A testsuite/src/test/resources/org/hibernate/test/annotations/xml/ejb3/many-to-many.orm16.xml
A testsuite/src/test/resources/org/hibernate/test/annotations/xml/ejb3/many-to-many.orm17.xml
A testsuite/src/test/resources/org/hibernate/test/annotations/xml/ejb3/many-to-many.orm18.xml
A testsuite/src/test/resources/org/hibernate/test/annotations/xml/ejb3/many-to-many.orm19.xml
A testsuite/src/test/resources/org/hibernate/test/annotations/xml/ejb3/many-to-many.orm2.xml
A testsuite/src/test/resources/org/hibernate/test/annotations/xml/ejb3/many-to-many.orm20.xml
A testsuite/src/test/resources/org/hibernate/test/annotations/xml/ejb3/many-to-many.orm21.xml
A testsuite/src/test/resources/org/hibernate/test/annotations/xml/ejb3/many-to-many.orm3.xml
A testsuite/src/test/resources/org/hibernate/test/annotations/xml/ejb3/many-to-many.orm4.xml
A testsuite/src/test/resources/org/hibernate/test/annotations/xml/ejb3/many-to-many.orm5.xml
A testsuite/src/test/resources/org/hibernate/test/annotations/xml/ejb3/many-to-many.orm6.xml
A testsuite/src/test/resources/org/hibernate/test/annotations/xml/ejb3/many-to-many.orm7.xml
A testsuite/src/test/resources/org/hibernate/test/annotations/xml/ejb3/many-to-many.orm8.xml
A testsuite/src/test/resources/org/hibernate/test/annotations/xml/ejb3/many-to-many.orm9.xml
A testsuite/src/test/resources/org/hibernate/test/annotations/xml/ejb3/many-to-one.orm1.xml
A testsuite/src/test/resources/org/hibernate/test/annotations/xml/ejb3/many-to-one.orm2.xml
A testsuite/src/test/resources/org/hibernate/test/annotations/xml/ejb3/many-to-one.orm3.xml
A testsuite/src/test/resources/org/hibernate/test/annotations/xml/ejb3/many-to-one.orm4.xml
A testsuite/src/test/resources/org/hibernate/test/annotations/xml/ejb3/many-to-one.orm5.xml
A testsuite/src/test/resources/org/hibernate/test/annotations/xml/ejb3/many-to-one.orm6.xml
A testsuite/src/test/resources/org/hibernate/test/annotations/xml/ejb3/many-to-one.orm7.xml
A testsuite/src/test/resources/org/hibernate/test/annotations/xml/ejb3/many-to-one.orm8.xml
A testsuite/src/test/resources/org/hibernate/test/annotations/xml/ejb3/many-to-one.orm9.xml
A testsuite/src/test/resources/org/hibernate/test/annotations/xml/ejb3/one-to-many.orm1.xml
A testsuite/src/test/resources/org/hibernate/test/annotations/xml/ejb3/one-to-many.orm10.xml
A testsuite/src/test/resources/org/hibernate/test/annotations/xml/ejb3/one-to-many.orm11.xml
A testsuite/src/test/resources/org/hibernate/test/annotations/xml/ejb3/one-to-many.orm12.xml
A testsuite/src/test/resources/org/hibernate/test/annotations/xml/ejb3/one-to-many.orm13.xml
A testsuite/src/test/resources/org/hibernate/test/annotations/xml/ejb3/one-to-many.orm14.xml
A testsuite/src/test/resources/org/hibernate/test/annotations/xml/ejb3/one-to-many.orm15.xml
A testsuite/src/test/resources/org/hibernate/test/annotations/xml/ejb3/one-to-many.orm16.xml
A testsuite/src/test/resources/org/hibernate/test/annotations/xml/ejb3/one-to-many.orm17.xml
A testsuite/src/test/resources/org/hibernate/test/annotations/xml/ejb3/one-to-many.orm18.xml
A testsuite/src/test/resources/org/hibernate/test/annotations/xml/ejb3/one-to-many.orm19.xml
A testsuite/src/test/resources/org/hibernate/test/annotations/xml/ejb3/one-to-many.orm2.xml
A testsuite/src/test/resources/org/hibernate/test/annotations/xml/ejb3/one-to-many.orm20.xml
A testsuite/src/test/resources/org/hibernate/test/annotations/xml/ejb3/one-to-many.orm21.xml
A testsuite/src/test/resources/org/hibernate/test/annotations/xml/ejb3/one-to-many.orm22.xml
A testsuite/src/test/resources/org/hibernate/test/annotations/xml/ejb3/one-to-many.orm23.xml
A testsuite/src/test/resources/org/hibernate/test/annotations/xml/ejb3/one-to-many.orm3.xml
A testsuite/src/test/resources/org/hibernate/test/annotations/xml/ejb3/one-to-many.orm4.xml
A testsuite/src/test/resources/org/hibernate/test/annotations/xml/ejb3/one-to-many.orm5.xml
A testsuite/src/test/resources/org/hibernate/test/annotations/xml/ejb3/one-to-many.orm6.xml
A testsuite/src/test/resources/org/hibernate/test/annotations/xml/ejb3/one-to-many.orm7.xml
A testsuite/src/test/resources/org/hibernate/test/annotations/xml/ejb3/one-to-many.orm8.xml
A testsuite/src/test/resources/org/hibernate/test/annotations/xml/ejb3/one-to-many.orm9.xml
A testsuite/src/test/resources/org/hibernate/test/annotations/xml/ejb3/one-to-one.orm1.xml
A testsuite/src/test/resources/org/hibernate/test/annotations/xml/ejb3/one-to-one.orm10.xml
A testsuite/src/test/resources/org/hibernate/test/annotations/xml/ejb3/one-to-one.orm11.xml
A testsuite/src/test/resources/org/hibernate/test/annotations/xml/ejb3/one-to-one.orm2.xml
A testsuite/src/test/resources/org/hibernate/test/annotations/xml/ejb3/one-to-one.orm3.xml
A testsuite/src/test/resources/org/hibernate/test/annotations/xml/ejb3/one-to-one.orm4.xml
A testsuite/src/test/resources/org/hibernate/test/annotations/xml/ejb3/one-to-one.orm5.xml
A testsuite/src/test/resources/org/hibernate/test/annotations/xml/ejb3/one-to-one.orm6.xml
A testsuite/src/test/resources/org/hibernate/test/annotations/xml/ejb3/one-to-one.orm7.xml
A testsuite/src/test/resources/org/hibernate/test/annotations/xml/ejb3/one-to-one.orm8.xml
A testsuite/src/test/resources/org/hibernate/test/annotations/xml/ejb3/one-to-one.orm9.xml
Log Message:
-----------
Merge branch '3.6' of github.com:hibernate/hibernate-core into 3.6
14 years, 1 month
[hibernate/hibernate-core] 328c09: Resolving HHH-5588: Improve support for entityName...
by noreply@github.com
Branch: refs/heads/master
Home: https://github.com/hibernate/hibernate-core
Commit: 328c098ab9bf56963dec6fc0bff98bba2dcb25a4
https://github.com/hibernate/hibernate-core/commit/328c098ab9bf56963dec6f...
Author: Hernan <Hernan@colossus>
Date: 2011-01-04 (Tue, 04 Jan 2011)
Changed paths:
M hibernate-envers/src/main/java/org/hibernate/envers/AuditReader.java
M hibernate-envers/src/main/java/org/hibernate/envers/reader/AuditReaderImpl.java
Log Message:
-----------
Resolving HHH-5588: Improve support for entityNames in envers.
Adding methods for knowing if an entityName is marked to be resolved by core (@Audited(targetAuditMode='NOT_AUDITED')
isEntityNameNotAudited()
Adding method to resolve the entityName for an entity retrieved previously by envers.
getEntityName()
Commit: eaeb4f8343254c9e81be31fe1cef5a068de6ae72
https://github.com/hibernate/hibernate-core/commit/eaeb4f8343254c9e81be31...
Author: Hernan <Hernan@colossus>
Date: 2011-01-04 (Tue, 04 Jan 2011)
Changed paths:
M hibernate-envers/src/main/java/org/hibernate/envers/reader/FirstLevelCache.java
Log Message:
-----------
Resolving HHH-5588: Improve support for entityNames in envers.
Adding entityNameCache for resolving entityNames in envers.
Commit: 7ec8c113271bde141a10a1ff3b09d841fd31d7b2
https://github.com/hibernate/hibernate-core/commit/7ec8c113271bde141a10a1...
Author: Hernan <Hernan@colossus>
Date: 2011-01-04 (Tue, 04 Jan 2011)
Changed paths:
M hibernate-envers/src/main/java/org/hibernate/envers/entities/EntitiesConfigurations.java
Log Message:
-----------
Resolving HHH-5588: Improve support for entityNames in envers.
Adding isNotAudited for determine if an entity is marked as @Audited(NOT_AUDITED)
Commit: 46660fd04594d06a7602f453e9d5f1de1a09aba9
https://github.com/hibernate/hibernate-core/commit/46660fd04594d06a7602f4...
Author: Hernan <Hernan@colossus>
Date: 2011-01-04 (Tue, 04 Jan 2011)
Changed paths:
M hibernate-envers/src/main/java/org/hibernate/envers/entities/EntityInstantiator.java
Log Message:
-----------
Resolving HHH-5588: Improve support for entityNames in envers.
When instantiating an historic entity, envers put its entityName on the cache for future uses.
Commit: 188ec620e863510a28e16ec08886f132e064f29f
https://github.com/hibernate/hibernate-core/commit/188ec620e863510a28e16e...
Author: Hernan <Hernan@colossus>
Date: 2011-01-04 (Tue, 04 Jan 2011)
Changed paths:
A hibernate-envers/src/main/java/org/hibernate/envers/exception/EnversException.java
Log Message:
-----------
Creating a generic envers exception
Commit: 80ef651e4a1c3e20afdaa5f667ecfef768c295ba
https://github.com/hibernate/hibernate-core/commit/80ef651e4a1c3e20afdaa5...
Author: Hernan <Hernan@colossus>
Date: 2011-01-04 (Tue, 04 Jan 2011)
Changed paths:
M hibernate-envers/src/test/java/org/hibernate/envers/test/AbstractSessionTest.java
Log Message:
-----------
Let the subclasses redefine the configuration file name overriding getHibernateConfigurationFileName() method.
Commit: c981bef5c191374cea7f4dc2228b99887bb70c67
https://github.com/hibernate/hibernate-core/commit/c981bef5c191374cea7f4d...
Author: Hernan <Hernan@colossus>
Date: 2011-01-04 (Tue, 04 Jan 2011)
Changed paths:
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/entityNames/auditedEntity/Person.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/entityNames/auditedEntity/ReadEntityWhtiEntityNameTest.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/entityNames/manyToManyAudited/Car.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/entityNames/manyToManyAudited/Person.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/entityNames/manyToManyAudited/ReadEntityWithAuditedManyToManyTest.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/entityNames/oneToManyAudited/Car.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/entityNames/oneToManyAudited/Person.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/entityNames/oneToManyAudited/ReadEntityWithAuditedCollectionTest.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/entityNames/oneToManyNotAudited/Car.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/entityNames/oneToManyNotAudited/Person.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/entityNames/oneToManyNotAudited/ReadEntityWithAuditedCollectionTest.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/entityNames/singleAssociatedAudited/Car.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/entityNames/singleAssociatedAudited/Person.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/entityNames/singleAssociatedAudited/ReadEntityAssociatedAuditedTest.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/entityNames/singleAssociatedNotAudited/Car.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/entityNames/singleAssociatedNotAudited/Person.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/entityNames/singleAssociatedNotAudited/ReadEntityAssociatedNotAuditedTest.java
Log Message:
-----------
HHH-5588: Improve support for entityNames in envers
Extending test cases for testing resolution for entityNames for entities retrieved previously by envers
Commit: 89393c5e9eb3064b031702834d7cee5ec8ba2a41
https://github.com/hibernate/hibernate-core/commit/89393c5e9eb3064b031702...
Author: Hernan <Hernan@colossus>
Date: 2011-01-04 (Tue, 04 Jan 2011)
Changed paths:
M hibernate-envers/src/main/java/org/hibernate/envers/AuditReader.java
R hibernate-envers/src/main/java/org/hibernate/envers/exception/EnversException.java
M hibernate-envers/src/main/java/org/hibernate/envers/reader/AuditReaderImpl.java
Log Message:
-----------
HHH-5588
Removing EnversExeption and using HibernateException instead.
Commit: 323d9dd16e099b49fb9c2eac10e32635e41295a7
https://github.com/hibernate/hibernate-core/commit/323d9dd16e099b49fb9c2e...
Author: Hernan <Hernan@colossus>
Date: 2011-01-04 (Tue, 04 Jan 2011)
Changed paths:
M hibernate-envers/src/main/java/org/hibernate/envers/AuditReader.java
M hibernate-envers/src/main/java/org/hibernate/envers/reader/AuditReaderImpl.java
Log Message:
-----------
Removing isEntityClassNotAudited() and isEntityNameNotAudited() method for later discussion.
Commit: 102faba8f483e3377f652bef9e8fdaaa9921a99d
https://github.com/hibernate/hibernate-core/commit/102faba8f483e3377f652b...
Author: Hernan <Hernan@colossus>
Date: 2011-01-04 (Tue, 04 Jan 2011)
Changed paths:
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/entityNames/oneToManyNotAudited/ReadEntityWithAuditedCollectionTest.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/entityNames/singleAssociatedNotAudited/ReadEntityAssociatedNotAuditedTest.java
Log Message:
-----------
Removing isEntityClassNotAudited() and isEntityNameNotAudited() method for later discussion.
Commit: fe31aeda16d070b06a3144e5de72ff2be8e8840c
https://github.com/hibernate/hibernate-core/commit/fe31aeda16d070b06a3144...
Author: Hernan <Hernan@colossus>
Date: 2011-01-04 (Tue, 04 Jan 2011)
Changed paths:
A hibernate-envers/src/test/java/org/hibernate/envers/test/AbstractOneSessionTest.java
A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/entityNames/auditedEntity/ReadEntityWhitEntityNameTest.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/entityNames/auditedEntity/ReadEntityWhtiEntityNameTest.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/entityNames/manyToManyAudited/ReadEntityWithAuditedManyToManyTest.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/entityNames/oneToManyAudited/ReadEntityWithAuditedCollectionTest.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/entityNames/oneToManyNotAudited/ReadEntityWithAuditedCollectionTest.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/entityNames/singleAssociatedAudited/ReadEntityAssociatedAuditedTest.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/entityNames/singleAssociatedNotAudited/ReadEntityAssociatedNotAuditedTest.java
Log Message:
-----------
- Creating abstract test with one session-per-test
- Fixing typo error.
Commit: 1a081d29cb96e3d43bdc3ffc24463260505670cb
https://github.com/hibernate/hibernate-core/commit/1a081d29cb96e3d43bdc3f...
Author: Hernan <Hernan@colossus>
Date: 2011-01-04 (Tue, 04 Jan 2011)
Changed paths:
M hibernate-envers/src/test/java/org/hibernate/envers/test/AbstractSessionTest.java
Log Message:
-----------
Replacion deprecated AnnotationConfiguration with Configuration.
Commit: 83b1f22ea92a7733baed3b5cbea422e40df4fed0
https://github.com/hibernate/hibernate-core/commit/83b1f22ea92a7733baed3b...
Author: Hernan <Hernan@colossus>
Date: 2011-01-04 (Tue, 04 Jan 2011)
Changed paths:
M hibernate-envers/src/main/java/org/hibernate/envers/entities/EntitiesConfigurations.java
Log Message:
-----------
Removing isNotAudited() method.
Commit: 0541cbf96615bb8c59231b08c6c9062bf7757ee1
https://github.com/hibernate/hibernate-core/commit/0541cbf96615bb8c59231b...
Author: Hernán Chanfreau <hchanfreau(a)gmail.com>
Date: 2011-01-04 (Tue, 04 Jan 2011)
Changed paths:
M hibernate-envers/src/test/java/org/hibernate/envers/test/AbstractOneSessionTest.java
Log Message:
-----------
Adding 'serviceRegistryHolder' instance variable due to changes commited on master for Configuration class
14 years, 1 month