Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove unused protos & deprecated java modules #2061

Merged
merged 1 commit into from
Nov 18, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion java/datatypes/java/src/main/proto/tensorflow_metadata

This file was deleted.

1 change: 0 additions & 1 deletion java/infra/docker/feature-server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ RUN mvn dependency:go-offline -DexcludeGroupIds:dev.feast 2>/dev/null || true

COPY java/ .
COPY protos/feast datatypes/java/src/main/proto/feast
COPY protos/tensorflow_metadata datatypes/java/src/main/proto/tensorflow_metadata

ARG VERSION=dev
RUN mvn --also-make --projects serving -Drevision=$VERSION \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ public static FeastClient create(String host, int port) {

/**
* Create a authenticated client that can access Feast serving with authentication enabled.
* Supports the {@link CallCredentials} in the {@link feast.common.auth.credentials} package.
*
* @param host hostname or ip address of Feast serving GRPC server
* @param port port number of Feast serving GRPC server
Expand Down
13 changes: 0 additions & 13 deletions java/serving/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -84,19 +84,6 @@
<version>${project.version}</version>
</dependency>

<dependency>
<groupId>dev.feast</groupId>
<artifactId>feast-storage-connector-bigtable</artifactId>
<version>${project.version}</version>
</dependency>

<dependency>
<groupId>dev.feast</groupId>
<artifactId>feast-storage-connector-cassandra</artifactId>
<version>${project.version}</version>
</dependency>


<!-- TODO: SLF4J is being used via Lombok, but also jog4j - pick one -->
<dependency>
<groupId>org.slf4j</groupId>
Expand Down
45 changes: 0 additions & 45 deletions java/storage/connectors/bigtable/pom.xml

This file was deleted.

This file was deleted.

Loading