-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#32 - Repackage from io.ebean.dbmigration to io.ebean.migration (in p…
…reparation for java 9 modules)
- Loading branch information
Showing
33 changed files
with
71 additions
and
55 deletions.
There are no files selected for viewing
This file contains 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
2 changes: 1 addition & 1 deletion
2
...java/io/ebean/dbmigration/DbNameUtil.java → ...n/java/io/ebean/migration/DbNameUtil.java
This file contains 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
2 changes: 1 addition & 1 deletion
2
...io/ebean/dbmigration/DbPlatformNames.java → ...a/io/ebean/migration/DbPlatformNames.java
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package io.ebean.dbmigration; | ||
package io.ebean.migration; | ||
|
||
/** | ||
* Known database platform names. | ||
|
2 changes: 1 addition & 1 deletion
2
...io/ebean/dbmigration/MigrationConfig.java → ...a/io/ebean/migration/MigrationConfig.java
This file contains 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
2 changes: 1 addition & 1 deletion
2
...ebean/dbmigration/MigrationException.java → ...o/ebean/migration/MigrationException.java
This file contains 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
12 changes: 6 additions & 6 deletions
12
...io/ebean/dbmigration/MigrationRunner.java → ...a/io/ebean/migration/MigrationRunner.java
This file contains 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
2 changes: 1 addition & 1 deletion
2
...o/ebean/dbmigration/MigrationVersion.java → .../io/ebean/migration/MigrationVersion.java
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package io.ebean.dbmigration; | ||
package io.ebean.migration; | ||
|
||
import java.util.Arrays; | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
...a/io/ebean/dbmigration/ddl/DdlParser.java → ...ava/io/ebean/migration/ddl/DdlParser.java
This file contains 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
2 changes: 1 addition & 1 deletion
2
...a/io/ebean/dbmigration/ddl/DdlRunner.java → ...ava/io/ebean/migration/ddl/DdlRunner.java
This file contains 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
2 changes: 1 addition & 1 deletion
2
...n/dbmigration/ddl/DdlRunnerException.java → ...ean/migration/ddl/DdlRunnerException.java
This file contains 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
2 changes: 1 addition & 1 deletion
2
...io/ebean/dbmigration/runner/Checksum.java → ...a/io/ebean/migration/runner/Checksum.java
This file contains 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
4 changes: 2 additions & 2 deletions
4
...ration/runner/LocalMigrationResource.java → ...ration/runner/LocalMigrationResource.java
This file contains 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
6 changes: 3 additions & 3 deletions
6
...ation/runner/LocalMigrationResources.java → ...ation/runner/LocalMigrationResources.java
This file contains 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
6 changes: 3 additions & 3 deletions
6
.../dbmigration/runner/MigrationMetaRow.java → ...an/migration/runner/MigrationMetaRow.java
This file contains 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
6 changes: 3 additions & 3 deletions
6
...n/dbmigration/runner/MigrationSchema.java → ...ean/migration/runner/MigrationSchema.java
This file contains 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
4 changes: 2 additions & 2 deletions
4
...gration/runner/MigrationScriptRunner.java → ...gration/runner/MigrationScriptRunner.java
This file contains 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
10 changes: 5 additions & 5 deletions
10
...an/dbmigration/runner/MigrationTable.java → ...bean/migration/runner/MigrationTable.java
This file contains 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
2 changes: 1 addition & 1 deletion
2
...bmigration/runner/PlaceholderBuilder.java → .../migration/runner/PlaceholderBuilder.java
This file contains 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
2 changes: 1 addition & 1 deletion
2
...n/dbmigration/runner/ScriptTransform.java → ...ean/migration/runner/ScriptTransform.java
This file contains 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
2 changes: 1 addition & 1 deletion
2
...va/io/ebean/dbmigration/util/IOUtils.java → ...java/io/ebean/migration/util/IOUtils.java
This file contains 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
3 changes: 1 addition & 2 deletions
3
.../io/ebean/dbmigration/util/JdbcClose.java → ...va/io/ebean/migration/util/JdbcClose.java
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
Manifest-Version: 1.0 | ||
Automatic-Module-Name: io.ebean.migration |
2 changes: 1 addition & 1 deletion
2
...bean/dbmigration/MigrationConfigTest.java → .../ebean/migration/MigrationConfigTest.java
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package io.ebean.dbmigration; | ||
package io.ebean.migration; | ||
|
||
import org.testng.annotations.Test; | ||
|
||
|
4 changes: 2 additions & 2 deletions
4
...bean/dbmigration/MigrationRunnerTest.java → .../ebean/migration/MigrationRunnerTest.java
This file contains 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
2 changes: 1 addition & 1 deletion
2
...ration/MigrationRunner_platform_Test.java → ...ration/MigrationRunner_platform_Test.java
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package io.ebean.dbmigration; | ||
package io.ebean.migration; | ||
|
||
import org.testng.annotations.Test; | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
...ean/dbmigration/MigrationVersionTest.java → ...ebean/migration/MigrationVersionTest.java
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package io.ebean.dbmigration; | ||
package io.ebean.migration; | ||
|
||
import org.testng.annotations.Test; | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
.../ebean/dbmigration/ddl/DdlParserTest.java → ...io/ebean/migration/ddl/DdlParserTest.java
This file contains 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
2 changes: 1 addition & 1 deletion
2
...bean/dbmigration/runner/ChecksumTest.java → .../ebean/migration/runner/ChecksumTest.java
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package io.ebean.dbmigration.runner; | ||
package io.ebean.migration.runner; | ||
|
||
import org.testng.annotations.Test; | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
...igration/runner/MigrationMetaRowTest.java → ...igration/runner/MigrationMetaRowTest.java
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package io.ebean.dbmigration.runner; | ||
package io.ebean.migration.runner; | ||
|
||
import org.testng.annotations.Test; | ||
|
||
|
4 changes: 2 additions & 2 deletions
4
...migration/runner/MigrationSchemaTest.java → ...migration/runner/MigrationSchemaTest.java
This file contains 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
6 changes: 3 additions & 3 deletions
6
...bmigration/runner/MigrationTableTest.java → .../migration/runner/MigrationTableTest.java
This file contains 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
2 changes: 1 addition & 1 deletion
2
...ration/runner/PlaceholderBuilderTest.java → ...ration/runner/PlaceholderBuilderTest.java
This file contains 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
2 changes: 1 addition & 1 deletion
2
...migration/runner/ScriptTransformTest.java → ...migration/runner/ScriptTransformTest.java
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package io.ebean.dbmigration.runner; | ||
package io.ebean.migration.runner; | ||
|
||
import org.testng.annotations.Test; | ||
|
||
|