| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 96ece0f commit 018d0ea
2 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -61,7 +61,7 @@ | |||
| 61 | 61 | <swagger.core.version>1.5.24</swagger.core.version> | |
| 62 | 62 | <okhttp.version>3.14.7</okhttp.version> | |
| 63 | 63 | <commons.lang3.version>3.10</commons.lang3.version> | |
| 64 | - <jackson.version>2.12.6</jackson.version> | ||
| 64 | + <jackson.version>2.14.0</jackson.version> | ||
| 65 | 65 | <javax.xml.bind.version>2.3.1</javax.xml.bind.version> | |
| 66 | 66 | <javax.annotation.version>1.3.2</javax.annotation.version> | |
| 67 | 67 | <javax.validation.version>2.0.1.Final</javax.validation.version> | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -54,7 +54,6 @@ public ServingServiceV2 registryBasedServingServiceV2( | |||
| 54 | 54 | break; | |
| 55 | 55 | case REDIS: | |
| 56 | 56 | RedisClientAdapter redisClient = RedisClient.create(store.getRedisConfig()); | |
| 57 | - log.info("Created EntityKeySerializerV2"); | ||
| 58 | 57 | retriever = | |
| 59 | 58 | new RedisOnlineRetriever( | |
| 60 | 59 | applicationProperties.getFeast().getProject(), | |
@@ -69,8 +68,6 @@ public ServingServiceV2 registryBasedServingServiceV2( | |||
| 69 | 68 | store.getType())); | |
| 70 | 69 | } | |
| 71 | 70 | ||
| 72 | - log.info("Working Directory = " + System.getProperty("user.dir")); | ||
| 73 | - | ||
| 74 | 71 | final OnlineTransformationService onlineTransformationService = | |
| 75 | 72 | new OnlineTransformationService( | |
| 76 | 73 | applicationProperties.getFeast().getTransformationServiceEndpoint(), | |
| Back | FazBrowse Home | New Git URL |
0 commit comments