Skip to content

Commit 5fc779c

Browse files
khorshuhengfeast-ci-bot
authored andcommitted
Remove alpha v1 from java package name (feast-dev#387)
1 parent f669e51 commit 5fc779c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

sdk/java/src/main/java/com/gojek/feast/v1alpha1/FeastClient.java renamed to sdk/java/src/main/java/com/gojek/feast/FeastClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* See the License for the specific language governing permissions and
1515
* limitations under the License.
1616
*/
17-
package com.gojek.feast.v1alpha1;
17+
package com.gojek.feast;
1818

1919
import feast.serving.ServingAPIProto.FeatureSetRequest;
2020
import feast.serving.ServingAPIProto.GetFeastServingInfoRequest;

sdk/java/src/main/java/com/gojek/feast/v1alpha1/RequestUtil.java renamed to sdk/java/src/main/java/com/gojek/feast/RequestUtil.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* See the License for the specific language governing permissions and
1515
* limitations under the License.
1616
*/
17-
package com.gojek.feast.v1alpha1;
17+
package com.gojek.feast;
1818

1919
import feast.serving.ServingAPIProto.FeatureSetRequest;
2020
import java.util.ArrayList;

sdk/java/src/main/java/com/gojek/feast/v1alpha1/Row.java renamed to sdk/java/src/main/java/com/gojek/feast/Row.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* See the License for the specific language governing permissions and
1515
* limitations under the License.
1616
*/
17-
package com.gojek.feast.v1alpha1;
17+
package com.gojek.feast;
1818

1919
import com.google.protobuf.ByteString;
2020
import com.google.protobuf.Timestamp;

sdk/java/src/test/java/com/gojek/feast/v1alpha1/RequestUtilTest.java renamed to sdk/java/src/test/java/com/gojek/feast/RequestUtilTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* See the License for the specific language governing permissions and
1515
* limitations under the License.
1616
*/
17-
package com.gojek.feast.v1alpha1;
17+
package com.gojek.feast;
1818

1919
import static org.junit.jupiter.api.Assertions.assertEquals;
2020
import static org.junit.jupiter.api.Assertions.assertThrows;

0 commit comments

Comments
 (0)