forked from quarkus-qe/beefy-scenarios
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request quarkus-qe#212 from Sgitario/fix_package_022
Rename package from quarkus.qe to io.quarkus.qe
- Loading branch information
Showing
12 changed files
with
16 additions
and
16 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
...us/qe/config/AntagonistConfiguration.java → ...us/qe/config/AntagonistConfiguration.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 quarkus.qe.config; | ||
package io.quarkus.qe.config; | ||
|
||
import io.quarkus.arc.config.ConfigProperties; | ||
|
||
|
4 changes: 2 additions & 2 deletions
4
...s/qe/config/ProtagonistConfiguration.java → ...s/qe/config/ProtagonistConfiguration.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
...rkus/qe/config/interfaces/IBiography.java → ...rkus/qe/config/interfaces/IBiography.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
...g/interfaces/ProtagonistConfigurable.java → ...g/interfaces/ProtagonistConfigurable.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
...us/qe/converter/CustomEmailConverter.java → ...us/qe/converter/CustomEmailConverter.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
...ava/quarkus/qe/converter/KrustyEmail.java → .../io/quarkus/qe/converter/KrustyEmail.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 quarkus.qe.converter; | ||
package io.quarkus.qe.converter; | ||
|
||
public class KrustyEmail { | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
...rkus/qe/providers/CustomConfigSource.java → ...rkus/qe/providers/CustomConfigSource.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
...all/src/main/resources/META-INF/services/org.eclipse.microprofile.config.spi.ConfigSource
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 +1 @@ | ||
quarkus.qe.providers.CustomConfigSource | ||
io.quarkus.qe.providers.CustomConfigSource |
2 changes: 1 addition & 1 deletion
2
...ig-all/src/main/resources/META-INF/services/org.eclipse.microprofile.config.spi.Converter
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 +1 @@ | ||
quarkus.qe.converter.CustomEmailConverter | ||
io.quarkus.qe.converter.CustomEmailConverter |
2 changes: 1 addition & 1 deletion
2
...nfig/VariousConfigurationSourcesTest.java → ...nfig/VariousConfigurationSourcesTest.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
...ig/VariousConfigurationSourcesTestIT.java → ...ig/VariousConfigurationSourcesTestIT.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 quarkus.qe.config; | ||
package io.quarkus.qe.config; | ||
|
||
import io.quarkus.test.junit.NativeImageTest; | ||
|
||
|