-
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.
Switch to new group ID, upgrade to new base POM
- Loading branch information
Showing
27 changed files
with
31 additions
and
50 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
.../bannmann/restflow/AbstractRequester.java → .../bannmann/restflow/AbstractRequester.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
...ub/bannmann/restflow/BasicRestClient.java → ...ev/bannmann/restflow/BasicRestClient.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 com.github.bannmann.restflow; | ||
package dev.bannmann.restflow; | ||
|
||
import java.net.http.HttpRequest; | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
...ithub/bannmann/restflow/ClientConfig.java → ...a/dev/bannmann/restflow/ClientConfig.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
...thub/bannmann/restflow/ExecuteHandle.java → .../dev/bannmann/restflow/ExecuteHandle.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
...github/bannmann/restflow/FetchHandle.java → ...va/dev/bannmann/restflow/FetchHandle.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
.../bannmann/restflow/OptionalRequester.java → .../bannmann/restflow/OptionalRequester.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
...b/bannmann/restflow/RegularRequester.java → ...v/bannmann/restflow/RegularRequester.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 com.github.bannmann.restflow; | ||
package dev.bannmann.restflow; | ||
|
||
import java.net.http.HttpResponse; | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
.../bannmann/restflow/RequestBodyHandle.java → .../bannmann/restflow/RequestBodyHandle.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 com.github.bannmann.restflow; | ||
package dev.bannmann.restflow; | ||
|
||
import java.net.http.HttpRequest; | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
.../bannmann/restflow/RequestCustomizer.java → .../bannmann/restflow/RequestCustomizer.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 com.github.bannmann.restflow; | ||
package dev.bannmann.restflow; | ||
|
||
import java.net.http.HttpRequest; | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
...b/bannmann/restflow/RequestException.java → ...v/bannmann/restflow/RequestException.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
...ann/restflow/RequestFailureException.java → ...ann/restflow/RequestFailureException.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
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
...mann/restflow/RequestStatusException.java → ...mann/restflow/RequestStatusException.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
...ub/bannmann/restflow/RequestTemplate.java → ...ev/bannmann/restflow/RequestTemplate.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 com.github.bannmann.restflow; | ||
package dev.bannmann.restflow; | ||
|
||
import java.net.http.HttpRequest; | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
...m/github/bannmann/restflow/Requester.java → ...java/dev/bannmann/restflow/Requester.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
...bannmann/restflow/ResponseBodyConfig.java → ...bannmann/restflow/ResponseBodyConfig.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
...bannmann/restflow/StandardRestClient.java → ...bannmann/restflow/StandardRestClient.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
.../bannmann/restflow/util/HttpRequests.java → .../bannmann/restflow/util/HttpRequests.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
.../github/bannmann/restflow/util/Types.java → ...ava/dev/bannmann/restflow/util/Types.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
...nnmann/restflow/AbstractNameableTest.java → ...nnmann/restflow/AbstractNameableTest.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
...annmann/restflow/TestBasicRestClient.java → ...annmann/restflow/TestBasicRestClient.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
...om/github/bannmann/restflow/TestData.java → .../java/dev/bannmann/restflow/TestData.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
...mann/restflow/TestStandardRestClient.java → ...mann/restflow/TestStandardRestClient.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 com.github.bannmann.restflow; | ||
package dev.bannmann.restflow; | ||
|
||
import org.testng.annotations.Test; | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
...thub/bannmann/restflow/UseAsTestName.java → .../dev/bannmann/restflow/UseAsTestName.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
...hub/bannmann/restflow/util/TestTypes.java → ...dev/bannmann/restflow/util/TestTypes.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