This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| org.hibernate.test.legacy.ABCProxyTest | |
| org.hibernate.test.hql.ASTParserLoadingOrderByTest | |
| org.hibernate.test.hql.ASTParserLoadingTest | |
| Caused by: org.hibernate.cfg.NotYetImplementedException: <map-key-many-to-many>, <composite-map-key>, <index>, <composite-index>, <index-many-to-many>, and <index-many-to-any> | |
| org.hibernate.test.legacy.ABCTest | |
| Caused by: org.hibernate.cfg.NotYetImplementedException: join key column sql type is not binded if not explicitly set |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0" encoding="UTF-8"?> | |
| <!-- | |
| ~ Hibernate, Relational Persistence for Idiomatic Java | |
| ~ | |
| ~ JBoss, Home of Professional Open Source | |
| ~ Copyright 2011 Red Hat Inc. and/or its affiliates and other contributors | |
| ~ as indicated by the @authors tag. All rights reserved. | |
| ~ See the copyright.txt in the distribution for a | |
| ~ full listing of individual contributors. | |
| ~ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Index: src/main/java/org/jasypt/hibernate4/connectionprovider/EncryptedPasswordC3P0ConnectionProvider.java | |
| =================================================================== | |
| --- src/main/java/org/jasypt/hibernate4/connectionprovider/EncryptedPasswordC3P0ConnectionProvider.java (revision 609) | |
| +++ src/main/java/org/jasypt/hibernate4/connectionprovider/EncryptedPasswordC3P0ConnectionProvider.java (working copy) | |
| @@ -19,6 +19,7 @@ | |
| */ | |
| package org.jasypt.hibernate4.connectionprovider; | |
| +import java.util.Map; | |
| import java.util.Properties; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0" encoding="UTF-8"?> | |
| <!-- Generated by org.testng.reporters.JUnitReportReporter --> | |
| <testsuite hostname="stliu-fedora" name="org.hibernate.validator.test.internal.metadata.BeanMetaDataManagerTest" tests="1" failures="0" timestamp="6 Nov 2012 09:50:49 GMT" time="50.623" errors="1"> | |
| <testcase name="testBeanMetaDataCanBeGarbageCollected" time="50.623" classname="org.hibernate.validator.test.internal.metadata.BeanMetaDataManagerTest"> | |
| <error type="java.lang.AssertionError" message="Metadata instances should be garbage collectible"> | |
| <![CDATA[java.lang.AssertionError: Metadata instances should be garbage collectible | |
| at org.testng.Assert.fail(Assert.java:89) | |
| at org.hibernate.validator.test.internal.metadata.BeanMetaDataManagerTest.testBeanMetaDataCanBeGarbageCollected(BeanMetaDataManagerTest.java:68) | |
| at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | |
| at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| License | |
| --------------------------------------------------------------------------- | |
| This product includes software developed by | |
| the Apache Software Foundation (http://www.apache.org/). | |
| This software is distributed as open source. | |
| The following disclaimer applies to all files | |
| (not any included 3rd party libraries) distributed in | |
| this package: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <servers> | |
| <server> | |
| <id>jboss-developer-repository-group</id> | |
| <username>${your username}</username> | |
| <password>${your password}</password> | |
| </server> | |
| <server> | |
| <id>jboss-snapshots-repository</id> | |
| <username>${your username}</username> | |
| <password>${your password}</password> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/hibernate-core/src/test/java/org/hibernate/test/annotations/query/QueryAndSQLTest.java b/hibernate-core/src/test/java/org/hibernate/test/annotations/query/QueryAndSQLTest.java | |
| index 7e99db3..f20f8b7 100644 | |
| --- a/hibernate-core/src/test/java/org/hibernate/test/annotations/query/QueryAndSQLTest.java | |
| +++ b/hibernate-core/src/test/java/org/hibernate/test/annotations/query/QueryAndSQLTest.java | |
| @@ -62,7 +62,7 @@ import static org.junit.Assert.fail; | |
| public class QueryAndSQLTest extends BaseCoreFunctionalTestCase { | |
| @Override | |
| protected boolean isCleanupTestDataRequired() { | |
| - return true; | |
| + return false; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| rhpkg maven-build --target jb-edg-6-eap-6-candidate \ | |
| --property maven.test.skip=true \ | |
| --patches . \ | |
| --sources git://git.app.eng.bos.redhat.com/hibernate/hibernate-search.git#b32076951b067d831e561e6858f0ee974d7407e1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/hibernate-search-engine/pom.xml b/hibernate-search-engine/pom.xml | |
| index 178799b..bf9f6a0 100644 | |
| --- a/hibernate-search-engine/pom.xml | |
| +++ b/hibernate-search-engine/pom.xml | |
| @@ -131,6 +131,12 @@ | |
| <dependency> | |
| <groupId>org.jboss.byteman</groupId> | |
| <artifactId>byteman-install</artifactId> | |
| + <exclusions> | |
| + <exclusion> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [INFO] ------------------------------------------------------------- | |
| [ERROR] COMPILATION ERROR : | |
| [INFO] ------------------------------------------------------------- | |
| [ERROR] bootstrap class path not set in conjunction with -source 1.6 | |
| /Users/stliu/projects/hibernate/hibernate-search/hibernate-search-engine/src/test/java/org/hibernate/search/test/backends/BackendQueueProcessorTest.java:[42,2] error: cannot access JmsBackendQueueProcessor | |
| [INFO] 1 error | |
| [INFO] ------------------------------------------------------------- | |
| [INFO] ------------------------------------------------------------------------ | |
| [INFO] Reactor Summary: | |
| [INFO] |