SK-3131 remove query interface - #430
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## flowvault-release/26.9.1 #430 +/- ##
==============================================================
+ Coverage 90.74% 90.99% +0.24%
+ Complexity 549 545 -4
==============================================================
Files 179 174 -5
Lines 7437 7350 -87
Branches 998 989 -9
==============================================================
- Hits 6749 6688 -61
+ Misses 460 437 -23
+ Partials 228 225 -3
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report in Codecov by Harness.
🚀 New features to boost your workflow:
|
Contract baseline change detected (
|
| Status | Type | Serialization | Compatibility Changes |
|---|---|---|---|
| Modified | com.skyflow.enums.InterfaceName | ||
| Modified | com.skyflow.vault.controller.VaultController | ||
| Removed | com.skyflow.vault.data.QueryOptions | ||
| Removed | com.skyflow.vault.data.QueryOptions$Builder | ||
| Removed | com.skyflow.vault.data.QueryRequest | ||
| Removed | com.skyflow.vault.data.QueryRequest$QueryRequestBuilder | ||
| Removed | com.skyflow.vault.data.QueryResponse | ||
| Removed | com.skyflow.vault.data.QueryResponseMetadata | ||
| Removed | com.skyflow.vault.data.QueryResponseRecord |
Expand for details.
com.skyflow.enums.InterfaceName
- Binary-compatible
- Source-compatible
- Serialization-compatible
| Status | Modifiers | Type | Name | Extends | JDK | Serialization | Compatibility Changes |
|---|---|---|---|---|---|---|---|
| Modified | final public |
Enum | InterfaceName |
Enum<E> |
JDK 8 |
Fields
| Status | Modifiers | Type | Name | Annotations | Compatibility Changes |
|---|---|---|---|---|---|
| Removed | publicstaticfinal |
InterfaceName |
QUERY |
com.skyflow.vault.controller.VaultController
- Binary-compatible
- Source-compatible
- Serialization-compatible
| Status | Modifiers | Type | Name | Extends | JDK | Serialization | Compatibility Changes |
|---|---|---|---|---|---|---|---|
| Modified | final public |
Class | VaultController |
null | JDK 8 |
Methods
| Status | Modifiers | Generics | Type | Method | Annotations | Throws | Compatibility Changes |
|---|---|---|---|---|---|---|---|
| Removed | public |
QueryResponse |
queryQueryRequest) |
SkyflowException |
|||
| Removed | public |
QueryResponse |
queryQueryRequest, QueryOptions) |
SkyflowException |
com.skyflow.vault.data.QueryOptions
- Binary-compatible
- Source-compatible
- Serialization-compatible
| Status | Modifiers | Type | Name | Extends | JDK | Serialization | Compatibility Changes |
|---|---|---|---|---|---|---|---|
| Removed | public |
QueryOptions |
Object |
Constructors
| Status | Modifiers | Generics | Constructor | Annotations | Throws | Compatibility Changes |
|---|---|---|---|---|---|---|
| Removed | protected |
QueryOptionsBuilder) |
Methods
| Status | Modifiers | Generics | Type | Method | Annotations | Throws | Compatibility Changes |
|---|---|---|---|---|---|---|---|
| Removed | staticpublic |
Builder |
builder |
||||
| Removed | public |
RequestInterceptor |
getInterceptor |
com.skyflow.vault.data.QueryOptions$Builder
- Binary-compatible
- Source-compatible
- Serialization-compatible
| Status | Modifiers | Type | Name | Extends | JDK | Serialization | Compatibility Changes |
|---|---|---|---|---|---|---|---|
| Removed | staticpublic |
Builder |
Object |
Constructors
| Status | Modifiers | Generics | Constructor | Annotations | Throws | Compatibility Changes |
|---|---|---|---|---|---|---|
| Removed | protected |
Builder |
Methods
| Status | Modifiers | Generics | Type | Method | Annotations | Throws | Compatibility Changes |
|---|---|---|---|---|---|---|---|
| Removed | public |
QueryOptions |
build |
||||
| Removed | public |
Builder |
interceptorRequestInterceptor) |
com.skyflow.vault.data.QueryRequest
- Binary-compatible
- Source-compatible
- Serialization-compatible
| Status | Modifiers | Type | Name | Extends | JDK | Serialization | Compatibility Changes |
|---|---|---|---|---|---|---|---|
| Removed | public |
QueryRequest |
BaseQueryRequest |
Constructors
| Status | Modifiers | Generics | Constructor | Annotations | Throws | Compatibility Changes |
|---|---|---|---|---|---|---|
| Removed | protected |
QueryRequestQueryRequestBuilder) |
Methods
| Status | Modifiers | Generics | Type | Method | Annotations | Throws | Compatibility Changes |
|---|---|---|---|---|---|---|---|
| Removed | staticpublic |
QueryRequestBuilder |
builder |
com.skyflow.vault.data.QueryRequest$QueryRequestBuilder
- Binary-compatible
- Source-compatible
- Serialization-compatible
| Status | Modifiers | Type | Name | Extends | JDK | Serialization | Compatibility Changes |
|---|---|---|---|---|---|---|---|
| Removed | finalstaticpublic |
QueryRequestBuilder |
BaseQueryRequestBuilder |
Methods
| Status | Modifiers | Generics | Type | Method | Annotations | Throws | Compatibility Changes |
|---|---|---|---|---|---|---|---|
| Removed | public |
QueryRequest |
build |
||||
| Removed | public |
QueryRequestBuilder |
queryString) |
com.skyflow.vault.data.QueryResponse
- Binary-compatible
- Source-compatible
- Serialization-compatible
| Status | Modifiers | Type | Name | Extends | JDK | Serialization | Compatibility Changes |
|---|---|---|---|---|---|---|---|
| Removed | public |
QueryResponse |
Object |
Constructors
| Status | Modifiers | Generics | Constructor | Annotations | Throws | Compatibility Changes |
|---|---|---|---|---|---|---|
| Removed | public |
QueryResponseList<QueryResponseRecord>, QueryResponseMetadata) |
Methods
| Status | Modifiers | Generics | Type | Method | Annotations | Throws | Compatibility Changes |
|---|---|---|---|---|---|---|---|
| Removed | public |
QueryResponseMetadata |
getMetadata |
||||
| Removed | public |
List<QueryResponseRecord> |
getRecords |
||||
| Removed | public |
String |
toString |
com.skyflow.vault.data.QueryResponseMetadata
- Binary-compatible
- Source-compatible
- Serialization-compatible
| Status | Modifiers | Type | Name | Extends | JDK | Serialization | Compatibility Changes |
|---|---|---|---|---|---|---|---|
| Removed | public |
QueryResponseMetadata |
Object |
Constructors
| Status | Modifiers | Generics | Constructor | Annotations | Throws | Compatibility Changes |
|---|---|---|---|---|---|---|
| Removed | public |
QueryResponseMetadataList<String>) |
Methods
| Status | Modifiers | Generics | Type | Method | Annotations | Throws | Compatibility Changes |
|---|---|---|---|---|---|---|---|
| Removed | public |
List<String> |
getColumns |
||||
| Removed | public |
String |
toString |
com.skyflow.vault.data.QueryResponseRecord
- Binary-compatible
- Source-compatible
- Serialization-compatible
| Status | Modifiers | Type | Name | Extends | JDK | Serialization | Compatibility Changes |
|---|---|---|---|---|---|---|---|
| Removed | public |
QueryResponseRecord |
Object |
Constructors
| Status | Modifiers | Generics | Constructor | Annotations | Throws | Compatibility Changes |
|---|---|---|---|---|---|---|
| Removed | public |
QueryResponseRecordMap<String, Object>) |
Methods
| Status | Modifiers | Generics | Type | Method | Annotations | Throws | Compatibility Changes |
|---|---|---|---|---|---|---|---|
| Removed | public |
Map<String, Object> |
getData |
||||
| Removed | public |
String |
toString |
Warning
All missing classes, i.e. superclasses and interfaces that could not be found on the classpath were ignored.
Hence changes caused by these superclasses and interfaces are not reflected in the output.
Generated on: 2026-09-10 07:16:45.872+0000.
No description provided.