-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor!: Change the package name. Everyone knows it's java (or it d…
…oesn't matter) (#111) * Change the package name. Everyone knows it's java (or it doesn't matter) Fixes #82 Signed-off-by: Justin Abrahms <justin@abrah.ms> * Missed 2 strings Signed-off-by: Justin Abrahms <justin@abrah.ms> * remove broken flagd import until changes absorbed Signed-off-by: Todd Baert <toddbaert@gmail.com> Signed-off-by: Justin Abrahms <justin@abrah.ms> Signed-off-by: Todd Baert <toddbaert@gmail.com> Co-authored-by: Todd Baert <toddbaert@gmail.com>
- Loading branch information
1 parent
715fd03
commit 6eeeddd
Showing
59 changed files
with
96 additions
and
105 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
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
...v/openfeature/javasdk/BaseEvaluation.java → ...a/dev/openfeature/sdk/BaseEvaluation.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
.../dev/openfeature/javasdk/BooleanHook.java → ...java/dev/openfeature/sdk/BooleanHook.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
.../java/dev/openfeature/javasdk/Client.java → ...main/java/dev/openfeature/sdk/Client.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 dev.openfeature.javasdk; | ||
package dev.openfeature.sdk; | ||
|
||
import java.util.List; | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
...a/dev/openfeature/javasdk/DoubleHook.java → .../java/dev/openfeature/sdk/DoubleHook.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/dev/openfeature/javasdk/ErrorCode.java → ...n/java/dev/openfeature/sdk/ErrorCode.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
...penfeature/javasdk/EvaluationContext.java → ...ev/openfeature/sdk/EvaluationContext.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 dev.openfeature.javasdk; | ||
package dev.openfeature.sdk; | ||
|
||
import java.time.Instant; | ||
import java.util.List; | ||
|
2 changes: 1 addition & 1 deletion
2
.../openfeature/javasdk/FeatureProvider.java → .../dev/openfeature/sdk/FeatureProvider.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/dev/openfeature/javasdk/Features.java → ...in/java/dev/openfeature/sdk/Features.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
...eature/javasdk/FlagEvaluationDetails.java → ...penfeature/sdk/FlagEvaluationDetails.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 dev.openfeature.javasdk; | ||
package dev.openfeature.sdk; | ||
|
||
import lombok.Builder; | ||
import lombok.Data; | ||
|
2 changes: 1 addition & 1 deletion
2
...eature/javasdk/FlagEvaluationOptions.java → ...penfeature/sdk/FlagEvaluationOptions.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 dev.openfeature.javasdk; | ||
package dev.openfeature.sdk; | ||
|
||
import java.util.HashMap; | ||
import java.util.List; | ||
|
2 changes: 1 addition & 1 deletion
2
...ev/openfeature/javasdk/FlagValueType.java → ...va/dev/openfeature/sdk/FlagValueType.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
...in/java/dev/openfeature/javasdk/Hook.java → src/main/java/dev/openfeature/sdk/Hook.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 dev.openfeature.javasdk; | ||
package dev.openfeature.sdk; | ||
|
||
import java.util.Map; | ||
import java.util.Optional; | ||
|
2 changes: 1 addition & 1 deletion
2
.../dev/openfeature/javasdk/HookContext.java → ...java/dev/openfeature/sdk/HookContext.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 dev.openfeature.javasdk; | ||
package dev.openfeature.sdk; | ||
|
||
import lombok.Builder; | ||
import lombok.NonNull; | ||
|
2 changes: 1 addition & 1 deletion
2
.../dev/openfeature/javasdk/HookSupport.java → ...java/dev/openfeature/sdk/HookSupport.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
.../dev/openfeature/javasdk/IntegerHook.java → ...java/dev/openfeature/sdk/IntegerHook.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/dev/openfeature/javasdk/Metadata.java → ...in/java/dev/openfeature/sdk/Metadata.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
...dev/openfeature/javasdk/NoOpProvider.java → ...ava/dev/openfeature/sdk/NoOpProvider.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 dev.openfeature.javasdk; | ||
package dev.openfeature.sdk; | ||
|
||
import lombok.Getter; | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
...v/openfeature/javasdk/OpenFeatureAPI.java → ...a/dev/openfeature/sdk/OpenFeatureAPI.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 dev.openfeature.javasdk; | ||
package dev.openfeature.sdk; | ||
|
||
import lombok.Getter; | ||
import lombok.Setter; | ||
|
8 changes: 4 additions & 4 deletions
8
...penfeature/javasdk/OpenFeatureClient.java → ...ev/openfeature/sdk/OpenFeatureClient.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
...enfeature/javasdk/ProviderEvaluation.java → ...v/openfeature/sdk/ProviderEvaluation.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 dev.openfeature.javasdk; | ||
package dev.openfeature.sdk; | ||
|
||
import lombok.Builder; | ||
import lombok.Data; | ||
|
2 changes: 1 addition & 1 deletion
2
.../java/dev/openfeature/javasdk/Reason.java → ...main/java/dev/openfeature/sdk/Reason.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/dev/openfeature/javasdk/StringHook.java → .../java/dev/openfeature/sdk/StringHook.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
...va/dev/openfeature/javasdk/Structure.java → ...n/java/dev/openfeature/sdk/Structure.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/java/dev/openfeature/javasdk/Value.java → src/main/java/dev/openfeature/sdk/Value.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 dev.openfeature.javasdk; | ||
package dev.openfeature.sdk; | ||
|
||
import java.time.Instant; | ||
import java.util.List; | ||
|
4 changes: 2 additions & 2 deletions
4
...javasdk/exceptions/FlagNotFoundError.java → ...ure/sdk/exceptions/FlagNotFoundError.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
...ture/javasdk/exceptions/GeneralError.java → ...nfeature/sdk/exceptions/GeneralError.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
...vasdk/exceptions/InvalidContextError.java → ...e/sdk/exceptions/InvalidContextError.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
.../javasdk/exceptions/OpenFeatureError.java → ...ture/sdk/exceptions/OpenFeatureError.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
...eature/javasdk/exceptions/ParseError.java → ...penfeature/sdk/exceptions/ParseError.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
.../exceptions/TargetingKeyMissingError.java → .../exceptions/TargetingKeyMissingError.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
...javasdk/exceptions/TypeMismatchError.java → ...ure/sdk/exceptions/TypeMismatchError.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
.../exceptions/ValueNotConvertableError.java → .../exceptions/ValueNotConvertableError.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
...feature/javasdk/internal/ObjectUtils.java → ...openfeature/sdk/internal/ObjectUtils.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
...feature/javasdk/AlwaysBrokenProvider.java → ...openfeature/sdk/AlwaysBrokenProvider.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
2 changes: 1 addition & 1 deletion
2
...nfeature/javasdk/DoSomethingProvider.java → .../openfeature/sdk/DoSomethingProvider.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
.../openfeature/javasdk/EvalContextTest.java → .../dev/openfeature/sdk/EvalContextTest.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
Oops, something went wrong.