This is an automated email from the ASF dual-hosted git repository.

struberg pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/openjpa.git.


    from 1742f62  fix indention and add missing javadocs
     new f8d2585  OPENJPA-2876 unit test to show wrong SQL
     new c6f4282  OPENJPA-2876 fix schema 'refresh'

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 openjpa-examples/image-gallery/pom.xml             |  5 ++
 openjpa-examples/openbooks/pom.xml                 |  5 ++
 .../openjpa/jdbc/kernel/JDBCBrokerFactory.java     | 22 +++----
 .../org/apache/openjpa/jdbc/meta/MappingTool.java  | 11 +---
 .../org/apache/openjpa/jdbc/schema/SchemaTool.java | 16 ++---
 .../tools/maven/test/ModifyDatabaseTest.java       | 70 ----------------------
 .../pom.xml.disabled => sqlActionRefresh/pom.xml}  | 64 +++++++++++++-------
 .../openjpa/tools/maven/testentity/TestEntity.java |  7 +++
 .../src/main/resources/META-INF/persistence.xml    | 12 ++--
 .../it/sqlActionRefresh/src/main/sql/database.sql  |  2 +
 .../tools/maven/test/ItRefreshSchemaTest.java}     |  8 ++-
 pom.xml                                            |  5 +-
 12 files changed, 91 insertions(+), 136 deletions(-)
 delete mode 100644 
openjpa-tools/openjpa-maven-plugin/src/it/modifyDatabase/src/test/java/org/apache/openjpa/tools/maven/test/ModifyDatabaseTest.java
 rename 
openjpa-tools/openjpa-maven-plugin/src/it/{modifyDatabase/pom.xml.disabled => 
sqlActionRefresh/pom.xml} (64%)
 rename openjpa-tools/openjpa-maven-plugin/src/it/{modifyDatabase => 
sqlActionRefresh}/src/main/java/org/apache/openjpa/tools/maven/testentity/TestEntity.java
 (88%)
 rename openjpa-tools/openjpa-maven-plugin/src/it/{modifyDatabase => 
sqlActionRefresh}/src/main/resources/META-INF/persistence.xml (83%)
 create mode 100644 
openjpa-tools/openjpa-maven-plugin/src/it/sqlActionRefresh/src/main/sql/database.sql
 copy 
openjpa-tools/openjpa-maven-plugin/src/it/{sqlActionDropSchema/src/test/java/org/apache/openjpa/tools/maven/test/ItDropSchemaTest.java
 => 
sqlActionRefresh/src/test/java/org/apache/openjpa/tools/maven/test/ItRefreshSchemaTest.java}
 (85%)

Reply via email to