Branch: refs/heads/master
Home: https://github.com/beanvalidation/beanvalidation-tck
Commit: f6cd2851d7513faa765ca5b689b5c50053b214eb
https://github.com/beanvalidation/beanvalidation-tck/commit/f6cd2851d7513...
Author: Hardy Ferentschik <hardy(a)ferentschik.de>
Date: 2012-11-29 (Thu, 29 Nov 2012)
Changed paths:
M changelog.txt
M distribution/pom.xml
M distribution/src/main/assembly/dist.xml
M documentation/pom.xml
M pom.xml
M standalone-container-adapter/pom.xml
M tests/pom.xml
Log Message:
-----------
BVTCK-26 Upgrading to Bean Validation API 1.1.0.Beta2 and fixing wrong aggregator setup
Branch: refs/heads/master
Home: https://github.com/beanvalidation/beanvalidation-tck
Commit: dd56a9468b32af3a6269db5b3fa71943ca113cdc
https://github.com/beanvalidation/beanvalidation-tck/commit/dd56a9468b32a...
Author: Hardy Ferentschik <hardy(a)ferentschik.de>
Date: 2012-11-29 (Thu, 29 Nov 2012)
Changed paths:
M changelog.txt
M distribution/pom.xml
M documentation/pom.xml
M pom.xml
M standalone-container-adapter/pom.xml
M tests/pom.xml
Log Message:
-----------
VTCK-26 Upgrading to Bean Validation API 1.1.0.Beta2 and fixing wrong reference to parent pom in test module
Branch: refs/heads/metamodel
Home: https://github.com/hibernate/hibernate-orm
Commit: a36af1471e5f4948031284252dffa44ee89175a4
https://github.com/hibernate/hibernate-orm/commit/a36af1471e5f49480312842...
Author: Brett Meyer <brmeyer(a)redhat.com>
Date: 2012-11-28 (Wed, 28 Nov 2012)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/hbm/HierarchyBuilder.java
M hibernate-core/src/test/java/org/hibernate/test/mixed/MixedTest.java
M hibernate-core/src/test/resources/org/hibernate/test/discriminator/SimpleInheritance.hbm.xml
Log Message:
-----------
HHH-6551 HBM XML does not process subclasses within <subclass> tags
Branch: refs/heads/master
Home: https://github.com/hibernate/hibernate-search
Commit: ee12b466cbd17d317da6ba501b9b50451b7992eb
https://github.com/hibernate/hibernate-search/commit/ee12b466cbd17d317da6...
Author: Sanne Grinovero <sanne(a)hibernate.org>
Date: 2012-11-28 (Wed, 28 Nov 2012)
Changed paths:
M hibernate-search-orm/pom.xml
Log Message:
-----------
Avoid depending on Tika from hibernate-search-orm
Commit: a5a17a8ebd12562d020279f6cc334514642fff47
https://github.com/hibernate/hibernate-search/commit/a5a17a8ebd12562d0202...
Author: Sanne Grinovero <sanne(a)hibernate.org>
Date: 2012-11-28 (Wed, 28 Nov 2012)
Changed paths:
A hibernate-search-orm/src/test/java/org/hibernate/search/test/id/UnorderedIdScanTest.java
Log Message:
-----------
HSEARCH-1048 Adding a test for @DocumentId being scanned by reflection before @Id
Commit: a92d22f701d92e4993e1b794dfb2d3953c60bf3c
https://github.com/hibernate/hibernate-search/commit/a92d22f701d92e4993e1...
Author: Sanne Grinovero <sanne(a)hibernate.org>
Date: 2012-11-28 (Wed, 28 Nov 2012)
Changed paths:
M hibernate-search-engine/src/main/java/org/hibernate/search/engine/spi/DocumentBuilderIndexedEntity.java
Log Message:
-----------
HSEARCH-1048 More than one DocumentId found while only one is declared
Fix duplicate DocumentId error being reported when @Id annotation method is ordered after a @DocumentId annotated method in the class definition
Commit: bf1e618a90c96b6e6a70485dac98eead3f99b4ae
https://github.com/hibernate/hibernate-search/commit/bf1e618a90c96b6e6a70...
Author: Sanne Grinovero <sanne(a)hibernate.org>
Date: 2012-11-28 (Wed, 28 Nov 2012)
Changed paths:
M hibernate-search-engine/src/main/java/org/hibernate/search/engine/spi/DocumentBuilderIndexedEntity.java
M hibernate-search-engine/src/main/java/org/hibernate/search/util/logging/impl/Log.java
M hibernate-search-orm/src/test/java/org/hibernate/search/test/id/DuplicateDocumentIdTest.java
Log Message:
-----------
HSEARCH-1048 Use the Logger to generate the exception message
Compare: https://github.com/hibernate/hibernate-search/compare/7bccbc56efb6...bf1e...