diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 45276aa..0f1b869 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,6 +23,6 @@ jobs: java-version: "18" cache: "gradle" - name: Validate Gradle wrapper - uses: gradle/actions/wrapper-validation@49ec880f92204d92aac59e81f28195de48b4a7fa + uses: gradle/actions/wrapper-validation@0723195856401067f7a2779048b490ace7a47d7c - name: Build package run: ./gradlew build diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 4dea1da..6a26a38 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -20,9 +20,9 @@ jobs: java-version: "18" cache: "gradle" - name: Validate Gradle wrapper - uses: gradle/actions/wrapper-validation@49ec880f92204d92aac59e81f28195de48b4a7fa + uses: gradle/actions/wrapper-validation@0723195856401067f7a2779048b490ace7a47d7c - name: Setup Gradle - uses: gradle/actions/setup-gradle@49ec880f92204d92aac59e81f28195de48b4a7fa + uses: gradle/actions/setup-gradle@0723195856401067f7a2779048b490ace7a47d7c - name: Publish Package env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/regen.yml b/.github/workflows/regen.yml index f21b82f..bf7fdb2 100644 --- a/.github/workflows/regen.yml +++ b/.github/workflows/regen.yml @@ -20,7 +20,7 @@ jobs: java-version: "18" cache: "gradle" - name: Validate Gradle wrapper - uses: gradle/actions/wrapper-validation@49ec880f92204d92aac59e81f28195de48b4a7fa + uses: gradle/actions/wrapper-validation@0723195856401067f7a2779048b490ace7a47d7c - name: Generate code run: | make clone-proto diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 34879d8..d7a636b 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.42" + ".": "0.0.43" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e204ed..a2f0a86 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [0.0.43](https://github.com/cloudquery/plugin-pb-java/compare/v0.0.42...v0.0.43) (2026-03-01) + + +### Bug Fixes + +* **deps:** Update dependency com.google.protobuf:protobuf-java-util to v4.33.5 ([#231](https://github.com/cloudquery/plugin-pb-java/issues/231)) ([b36f652](https://github.com/cloudquery/plugin-pb-java/commit/b36f652b6cf940371bb4ac995cc2bb520a0a08c1)) +* **deps:** Update dependency gradle to v9.3.1 ([#232](https://github.com/cloudquery/plugin-pb-java/issues/232)) ([63ce3fd](https://github.com/cloudquery/plugin-pb-java/commit/63ce3fd434b4293ccf06163fd772ae64df6c3faf)) +* **deps:** Update grpc-java monorepo to v1.79.0 ([#233](https://github.com/cloudquery/plugin-pb-java/issues/233)) ([2cd5a59](https://github.com/cloudquery/plugin-pb-java/commit/2cd5a59170fd64aac38d83f03c2074d28945eedf)) +* Generate Java Code from `plugin-pb` ([#235](https://github.com/cloudquery/plugin-pb-java/issues/235)) ([7e5b3b0](https://github.com/cloudquery/plugin-pb-java/commit/7e5b3b046cf27458e5ec04c287c285b69894b280)) + ## [0.0.42](https://github.com/cloudquery/plugin-pb-java/compare/v0.0.41...v0.0.42) (2026-02-02) diff --git a/build.gradle b/build.gradle index 8851eed..1ba8dd4 100644 --- a/build.gradle +++ b/build.gradle @@ -12,7 +12,7 @@ application { group 'io.cloudquery' // x-release-please-start-version -version = '0.0.42' +version = '0.0.43' // x-release-please-end repositories { @@ -27,8 +27,8 @@ java { targetCompatibility = 1.8 } -def grpcVersion = '1.78.0' -def protobufVersion = '4.33.4' +def grpcVersion = '1.79.0' +def protobufVersion = '4.33.5' def protocVersion = protobufVersion dependencies { diff --git a/build/generated/sources/proto/main/java/io/cloudquery/discovery/v1/DiscoveryOuterClass.java b/build/generated/sources/proto/main/java/io/cloudquery/discovery/v1/DiscoveryOuterClass.java index aecfd38..e227f32 100644 --- a/build/generated/sources/proto/main/java/io/cloudquery/discovery/v1/DiscoveryOuterClass.java +++ b/build/generated/sources/proto/main/java/io/cloudquery/discovery/v1/DiscoveryOuterClass.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: cloudquery/discovery/v1/discovery.proto -// Protobuf Java Version: 4.33.4 +// Protobuf Java Version: 4.33.5 package io.cloudquery.discovery.v1; @@ -13,7 +13,7 @@ private DiscoveryOuterClass() {} com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 33, - /* patch= */ 4, + /* patch= */ 5, /* suffix= */ "", "DiscoveryOuterClass"); } diff --git a/build/generated/sources/proto/main/java/io/cloudquery/discovery/v1/GetVersions.java b/build/generated/sources/proto/main/java/io/cloudquery/discovery/v1/GetVersions.java index c887587..4b2feed 100644 --- a/build/generated/sources/proto/main/java/io/cloudquery/discovery/v1/GetVersions.java +++ b/build/generated/sources/proto/main/java/io/cloudquery/discovery/v1/GetVersions.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: cloudquery/discovery/v1/discovery.proto -// Protobuf Java Version: 4.33.4 +// Protobuf Java Version: 4.33.5 package io.cloudquery.discovery.v1; @@ -19,7 +19,7 @@ public final class GetVersions extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 33, - /* patch= */ 4, + /* patch= */ 5, /* suffix= */ "", "GetVersions"); } @@ -60,7 +60,7 @@ public static final class Request extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 33, - /* patch= */ 4, + /* patch= */ 5, /* suffix= */ "", "Request"); } @@ -432,7 +432,7 @@ public static final class Response extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 33, - /* patch= */ 4, + /* patch= */ 5, /* suffix= */ "", "Response"); } diff --git a/build/generated/sources/proto/main/java/io/cloudquery/discovery/v1/GetVersionsOrBuilder.java b/build/generated/sources/proto/main/java/io/cloudquery/discovery/v1/GetVersionsOrBuilder.java index 921e2d4..aca72f4 100644 --- a/build/generated/sources/proto/main/java/io/cloudquery/discovery/v1/GetVersionsOrBuilder.java +++ b/build/generated/sources/proto/main/java/io/cloudquery/discovery/v1/GetVersionsOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: cloudquery/discovery/v1/discovery.proto -// Protobuf Java Version: 4.33.4 +// Protobuf Java Version: 4.33.5 package io.cloudquery.discovery.v1; diff --git a/build/generated/sources/proto/main/java/io/cloudquery/plugin/v3/Close.java b/build/generated/sources/proto/main/java/io/cloudquery/plugin/v3/Close.java index 4f26a1c..7a64e47 100644 --- a/build/generated/sources/proto/main/java/io/cloudquery/plugin/v3/Close.java +++ b/build/generated/sources/proto/main/java/io/cloudquery/plugin/v3/Close.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: cloudquery/plugin/v3/plugin.proto -// Protobuf Java Version: 4.33.4 +// Protobuf Java Version: 4.33.5 package io.cloudquery.plugin.v3; @@ -19,7 +19,7 @@ public final class Close extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 33, - /* patch= */ 4, + /* patch= */ 5, /* suffix= */ "", "Close"); } @@ -60,7 +60,7 @@ public static final class Request extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 33, - /* patch= */ 4, + /* patch= */ 5, /* suffix= */ "", "Request"); } @@ -415,7 +415,7 @@ public static final class Response extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 33, - /* patch= */ 4, + /* patch= */ 5, /* suffix= */ "", "Response"); } diff --git a/build/generated/sources/proto/main/java/io/cloudquery/plugin/v3/CloseOrBuilder.java b/build/generated/sources/proto/main/java/io/cloudquery/plugin/v3/CloseOrBuilder.java index d989cfe..efa7649 100644 --- a/build/generated/sources/proto/main/java/io/cloudquery/plugin/v3/CloseOrBuilder.java +++ b/build/generated/sources/proto/main/java/io/cloudquery/plugin/v3/CloseOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: cloudquery/plugin/v3/plugin.proto -// Protobuf Java Version: 4.33.4 +// Protobuf Java Version: 4.33.5 package io.cloudquery.plugin.v3; diff --git a/build/generated/sources/proto/main/java/io/cloudquery/plugin/v3/GetName.java b/build/generated/sources/proto/main/java/io/cloudquery/plugin/v3/GetName.java index 50e1aed..e844d42 100644 --- a/build/generated/sources/proto/main/java/io/cloudquery/plugin/v3/GetName.java +++ b/build/generated/sources/proto/main/java/io/cloudquery/plugin/v3/GetName.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: cloudquery/plugin/v3/plugin.proto -// Protobuf Java Version: 4.33.4 +// Protobuf Java Version: 4.33.5 package io.cloudquery.plugin.v3; @@ -19,7 +19,7 @@ public final class GetName extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 33, - /* patch= */ 4, + /* patch= */ 5, /* suffix= */ "", "GetName"); } @@ -60,7 +60,7 @@ public static final class Request extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 33, - /* patch= */ 4, + /* patch= */ 5, /* suffix= */ "", "Request"); } @@ -427,7 +427,7 @@ public static final class Response extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 33, - /* patch= */ 4, + /* patch= */ 5, /* suffix= */ "", "Response"); } diff --git a/build/generated/sources/proto/main/java/io/cloudquery/plugin/v3/GetNameOrBuilder.java b/build/generated/sources/proto/main/java/io/cloudquery/plugin/v3/GetNameOrBuilder.java index 4820a26..f69f64a 100644 --- a/build/generated/sources/proto/main/java/io/cloudquery/plugin/v3/GetNameOrBuilder.java +++ b/build/generated/sources/proto/main/java/io/cloudquery/plugin/v3/GetNameOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: cloudquery/plugin/v3/plugin.proto -// Protobuf Java Version: 4.33.4 +// Protobuf Java Version: 4.33.5 package io.cloudquery.plugin.v3; diff --git a/build/generated/sources/proto/main/java/io/cloudquery/plugin/v3/GetSpecSchema.java b/build/generated/sources/proto/main/java/io/cloudquery/plugin/v3/GetSpecSchema.java index 3e5799a..cb76d8a 100644 --- a/build/generated/sources/proto/main/java/io/cloudquery/plugin/v3/GetSpecSchema.java +++ b/build/generated/sources/proto/main/java/io/cloudquery/plugin/v3/GetSpecSchema.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: cloudquery/plugin/v3/plugin.proto -// Protobuf Java Version: 4.33.4 +// Protobuf Java Version: 4.33.5 package io.cloudquery.plugin.v3; @@ -19,7 +19,7 @@ public final class GetSpecSchema extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 33, - /* patch= */ 4, + /* patch= */ 5, /* suffix= */ "", "GetSpecSchema"); } @@ -60,7 +60,7 @@ public static final class Request extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 33, - /* patch= */ 4, + /* patch= */ 5, /* suffix= */ "", "Request"); } @@ -447,7 +447,7 @@ public static final class Response extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 33, - /* patch= */ 4, + /* patch= */ 5, /* suffix= */ "", "Response"); } diff --git a/build/generated/sources/proto/main/java/io/cloudquery/plugin/v3/GetSpecSchemaOrBuilder.java b/build/generated/sources/proto/main/java/io/cloudquery/plugin/v3/GetSpecSchemaOrBuilder.java index b475801..a3c4a5c 100644 --- a/build/generated/sources/proto/main/java/io/cloudquery/plugin/v3/GetSpecSchemaOrBuilder.java +++ b/build/generated/sources/proto/main/java/io/cloudquery/plugin/v3/GetSpecSchemaOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: cloudquery/plugin/v3/plugin.proto -// Protobuf Java Version: 4.33.4 +// Protobuf Java Version: 4.33.5 package io.cloudquery.plugin.v3; diff --git a/build/generated/sources/proto/main/java/io/cloudquery/plugin/v3/GetTables.java b/build/generated/sources/proto/main/java/io/cloudquery/plugin/v3/GetTables.java index eae22a5..ff1482b 100644 --- a/build/generated/sources/proto/main/java/io/cloudquery/plugin/v3/GetTables.java +++ b/build/generated/sources/proto/main/java/io/cloudquery/plugin/v3/GetTables.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: cloudquery/plugin/v3/plugin.proto -// Protobuf Java Version: 4.33.4 +// Protobuf Java Version: 4.33.5 package io.cloudquery.plugin.v3; @@ -19,7 +19,7 @@ public final class GetTables extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 33, - /* patch= */ 4, + /* patch= */ 5, /* suffix= */ "", "GetTables"); } @@ -116,7 +116,7 @@ public static final class Request extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 33, - /* patch= */ 4, + /* patch= */ 5, /* suffix= */ "", "Request"); } @@ -952,7 +952,7 @@ public static final class Response extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 33, - /* patch= */ 4, + /* patch= */ 5, /* suffix= */ "", "Response"); } diff --git a/build/generated/sources/proto/main/java/io/cloudquery/plugin/v3/GetTablesOrBuilder.java b/build/generated/sources/proto/main/java/io/cloudquery/plugin/v3/GetTablesOrBuilder.java index 58c8404..e5304c7 100644 --- a/build/generated/sources/proto/main/java/io/cloudquery/plugin/v3/GetTablesOrBuilder.java +++ b/build/generated/sources/proto/main/java/io/cloudquery/plugin/v3/GetTablesOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: cloudquery/plugin/v3/plugin.proto -// Protobuf Java Version: 4.33.4 +// Protobuf Java Version: 4.33.5 package io.cloudquery.plugin.v3; diff --git a/build/generated/sources/proto/main/java/io/cloudquery/plugin/v3/GetVersion.java b/build/generated/sources/proto/main/java/io/cloudquery/plugin/v3/GetVersion.java index 94bbf7b..d110d31 100644 --- a/build/generated/sources/proto/main/java/io/cloudquery/plugin/v3/GetVersion.java +++ b/build/generated/sources/proto/main/java/io/cloudquery/plugin/v3/GetVersion.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: cloudquery/plugin/v3/plugin.proto -// Protobuf Java Version: 4.33.4 +// Protobuf Java Version: 4.33.5 package io.cloudquery.plugin.v3; @@ -19,7 +19,7 @@ public final class GetVersion extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 33, - /* patch= */ 4, + /* patch= */ 5, /* suffix= */ "", "GetVersion"); } @@ -60,7 +60,7 @@ public static final class Request extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 33, - /* patch= */ 4, + /* patch= */ 5, /* suffix= */ "", "Request"); } @@ -427,7 +427,7 @@ public static final class Response extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 33, - /* patch= */ 4, + /* patch= */ 5, /* suffix= */ "", "Response"); } diff --git a/build/generated/sources/proto/main/java/io/cloudquery/plugin/v3/GetVersionOrBuilder.java b/build/generated/sources/proto/main/java/io/cloudquery/plugin/v3/GetVersionOrBuilder.java index 182b836..b3a05ca 100644 --- a/build/generated/sources/proto/main/java/io/cloudquery/plugin/v3/GetVersionOrBuilder.java +++ b/build/generated/sources/proto/main/java/io/cloudquery/plugin/v3/GetVersionOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: cloudquery/plugin/v3/plugin.proto -// Protobuf Java Version: 4.33.4 +// Protobuf Java Version: 4.33.5 package io.cloudquery.plugin.v3; diff --git a/build/generated/sources/proto/main/java/io/cloudquery/plugin/v3/Init.java b/build/generated/sources/proto/main/java/io/cloudquery/plugin/v3/Init.java index 5ce0b43..4d8f8dc 100644 --- a/build/generated/sources/proto/main/java/io/cloudquery/plugin/v3/Init.java +++ b/build/generated/sources/proto/main/java/io/cloudquery/plugin/v3/Init.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: cloudquery/plugin/v3/plugin.proto -// Protobuf Java Version: 4.33.4 +// Protobuf Java Version: 4.33.5 package io.cloudquery.plugin.v3; @@ -19,7 +19,7 @@ public final class Init extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 33, - /* patch= */ 4, + /* patch= */ 5, /* suffix= */ "", "Init"); } @@ -100,7 +100,7 @@ public static final class Request extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 33, - /* patch= */ 4, + /* patch= */ 5, /* suffix= */ "", "Request"); } @@ -792,7 +792,7 @@ public static final class Response extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 33, - /* patch= */ 4, + /* patch= */ 5, /* suffix= */ "", "Response"); } diff --git a/build/generated/sources/proto/main/java/io/cloudquery/plugin/v3/InitOrBuilder.java b/build/generated/sources/proto/main/java/io/cloudquery/plugin/v3/InitOrBuilder.java index 9d4cac2..814bbf7 100644 --- a/build/generated/sources/proto/main/java/io/cloudquery/plugin/v3/InitOrBuilder.java +++ b/build/generated/sources/proto/main/java/io/cloudquery/plugin/v3/InitOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: cloudquery/plugin/v3/plugin.proto -// Protobuf Java Version: 4.33.4 +// Protobuf Java Version: 4.33.5 package io.cloudquery.plugin.v3; diff --git a/build/generated/sources/proto/main/java/io/cloudquery/plugin/v3/PluginOuterClass.java b/build/generated/sources/proto/main/java/io/cloudquery/plugin/v3/PluginOuterClass.java index 8997ab9..5ea6209 100644 --- a/build/generated/sources/proto/main/java/io/cloudquery/plugin/v3/PluginOuterClass.java +++ b/build/generated/sources/proto/main/java/io/cloudquery/plugin/v3/PluginOuterClass.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: cloudquery/plugin/v3/plugin.proto -// Protobuf Java Version: 4.33.4 +// Protobuf Java Version: 4.33.5 package io.cloudquery.plugin.v3; @@ -13,7 +13,7 @@ private PluginOuterClass() {} com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 33, - /* patch= */ 4, + /* patch= */ 5, /* suffix= */ "", "PluginOuterClass"); } diff --git a/build/generated/sources/proto/main/java/io/cloudquery/plugin/v3/Predicate.java b/build/generated/sources/proto/main/java/io/cloudquery/plugin/v3/Predicate.java index 8e06798..75e6de5 100644 --- a/build/generated/sources/proto/main/java/io/cloudquery/plugin/v3/Predicate.java +++ b/build/generated/sources/proto/main/java/io/cloudquery/plugin/v3/Predicate.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: cloudquery/plugin/v3/plugin.proto -// Protobuf Java Version: 4.33.4 +// Protobuf Java Version: 4.33.5 package io.cloudquery.plugin.v3; @@ -19,7 +19,7 @@ public final class Predicate extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 33, - /* patch= */ 4, + /* patch= */ 5, /* suffix= */ "", "Predicate"); } @@ -70,7 +70,7 @@ public enum Operator com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 33, - /* patch= */ 4, + /* patch= */ 5, /* suffix= */ "", "Operator"); } diff --git a/build/generated/sources/proto/main/java/io/cloudquery/plugin/v3/PredicateOrBuilder.java b/build/generated/sources/proto/main/java/io/cloudquery/plugin/v3/PredicateOrBuilder.java index 8202230..83730ba 100644 --- a/build/generated/sources/proto/main/java/io/cloudquery/plugin/v3/PredicateOrBuilder.java +++ b/build/generated/sources/proto/main/java/io/cloudquery/plugin/v3/PredicateOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: cloudquery/plugin/v3/plugin.proto -// Protobuf Java Version: 4.33.4 +// Protobuf Java Version: 4.33.5 package io.cloudquery.plugin.v3; diff --git a/build/generated/sources/proto/main/java/io/cloudquery/plugin/v3/PredicatesGroup.java b/build/generated/sources/proto/main/java/io/cloudquery/plugin/v3/PredicatesGroup.java index b811b0e..08e30ae 100644 --- a/build/generated/sources/proto/main/java/io/cloudquery/plugin/v3/PredicatesGroup.java +++ b/build/generated/sources/proto/main/java/io/cloudquery/plugin/v3/PredicatesGroup.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: cloudquery/plugin/v3/plugin.proto -// Protobuf Java Version: 4.33.4 +// Protobuf Java Version: 4.33.5 package io.cloudquery.plugin.v3; @@ -19,7 +19,7 @@ public final class PredicatesGroup extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 33, - /* patch= */ 4, + /* patch= */ 5, /* suffix= */ "", "PredicatesGroup"); } @@ -66,7 +66,7 @@ public enum GroupingType com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 33, - /* patch= */ 4, + /* patch= */ 5, /* suffix= */ "", "GroupingType"); } diff --git a/build/generated/sources/proto/main/java/io/cloudquery/plugin/v3/PredicatesGroupOrBuilder.java b/build/generated/sources/proto/main/java/io/cloudquery/plugin/v3/PredicatesGroupOrBuilder.java index f6b3e33..f5b8657 100644 --- a/build/generated/sources/proto/main/java/io/cloudquery/plugin/v3/PredicatesGroupOrBuilder.java +++ b/build/generated/sources/proto/main/java/io/cloudquery/plugin/v3/PredicatesGroupOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: cloudquery/plugin/v3/plugin.proto -// Protobuf Java Version: 4.33.4 +// Protobuf Java Version: 4.33.5 package io.cloudquery.plugin.v3; diff --git a/build/generated/sources/proto/main/java/io/cloudquery/plugin/v3/Read.java b/build/generated/sources/proto/main/java/io/cloudquery/plugin/v3/Read.java index 11dc8c4..2c51ef6 100644 --- a/build/generated/sources/proto/main/java/io/cloudquery/plugin/v3/Read.java +++ b/build/generated/sources/proto/main/java/io/cloudquery/plugin/v3/Read.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: cloudquery/plugin/v3/plugin.proto -// Protobuf Java Version: 4.33.4 +// Protobuf Java Version: 4.33.5 package io.cloudquery.plugin.v3; @@ -19,7 +19,7 @@ public final class Read extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 33, - /* patch= */ 4, + /* patch= */ 5, /* suffix= */ "", "Read"); } @@ -70,7 +70,7 @@ public static final class Request extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 33, - /* patch= */ 4, + /* patch= */ 5, /* suffix= */ "", "Request"); } @@ -525,7 +525,7 @@ public static final class Response extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 33, - /* patch= */ 4, + /* patch= */ 5, /* suffix= */ "", "Response"); } diff --git a/build/generated/sources/proto/main/java/io/cloudquery/plugin/v3/ReadOrBuilder.java b/build/generated/sources/proto/main/java/io/cloudquery/plugin/v3/ReadOrBuilder.java index 20de749..0a2a213 100644 --- a/build/generated/sources/proto/main/java/io/cloudquery/plugin/v3/ReadOrBuilder.java +++ b/build/generated/sources/proto/main/java/io/cloudquery/plugin/v3/ReadOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: cloudquery/plugin/v3/plugin.proto -// Protobuf Java Version: 4.33.4 +// Protobuf Java Version: 4.33.5 package io.cloudquery.plugin.v3; diff --git a/build/generated/sources/proto/main/java/io/cloudquery/plugin/v3/Sync.java b/build/generated/sources/proto/main/java/io/cloudquery/plugin/v3/Sync.java index 7497ebc..049de9a 100644 --- a/build/generated/sources/proto/main/java/io/cloudquery/plugin/v3/Sync.java +++ b/build/generated/sources/proto/main/java/io/cloudquery/plugin/v3/Sync.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: cloudquery/plugin/v3/plugin.proto -// Protobuf Java Version: 4.33.4 +// Protobuf Java Version: 4.33.5 package io.cloudquery.plugin.v3; @@ -19,7 +19,7 @@ public final class Sync extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 33, - /* patch= */ 4, + /* patch= */ 5, /* suffix= */ "", "Sync"); } @@ -70,7 +70,7 @@ public static final class MessageInsert extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 33, - /* patch= */ 4, + /* patch= */ 5, /* suffix= */ "", "MessageInsert"); } @@ -525,7 +525,7 @@ public static final class MessageMigrateTable extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 33, - /* patch= */ 4, + /* patch= */ 5, /* suffix= */ "", "MessageMigrateTable"); } @@ -1030,7 +1030,7 @@ public static final class MessageDeleteRecord extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 33, - /* patch= */ 4, + /* patch= */ 5, /* suffix= */ "", "MessageDeleteRecord"); } @@ -2256,7 +2256,7 @@ public static final class MessageError extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 33, - /* patch= */ 4, + /* patch= */ 5, /* suffix= */ "", "MessageError"); } @@ -2930,7 +2930,7 @@ public static final class BackendOptions extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 33, - /* patch= */ 4, + /* patch= */ 5, /* suffix= */ "", "BackendOptions"); } @@ -3722,7 +3722,7 @@ public static final class Request extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 33, - /* patch= */ 4, + /* patch= */ 5, /* suffix= */ "", "Request"); } @@ -3779,7 +3779,7 @@ public static final class Shard extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 33, - /* patch= */ 4, + /* patch= */ 5, /* suffix= */ "", "Shard"); } @@ -5625,7 +5625,7 @@ public static final class Response extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 33, - /* patch= */ 4, + /* patch= */ 5, /* suffix= */ "", "Response"); } diff --git a/build/generated/sources/proto/main/java/io/cloudquery/plugin/v3/SyncOrBuilder.java b/build/generated/sources/proto/main/java/io/cloudquery/plugin/v3/SyncOrBuilder.java index fb06674..38e1eb6 100644 --- a/build/generated/sources/proto/main/java/io/cloudquery/plugin/v3/SyncOrBuilder.java +++ b/build/generated/sources/proto/main/java/io/cloudquery/plugin/v3/SyncOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: cloudquery/plugin/v3/plugin.proto -// Protobuf Java Version: 4.33.4 +// Protobuf Java Version: 4.33.5 package io.cloudquery.plugin.v3; diff --git a/build/generated/sources/proto/main/java/io/cloudquery/plugin/v3/TableRelation.java b/build/generated/sources/proto/main/java/io/cloudquery/plugin/v3/TableRelation.java index d6de8ae..2d1e81f 100644 --- a/build/generated/sources/proto/main/java/io/cloudquery/plugin/v3/TableRelation.java +++ b/build/generated/sources/proto/main/java/io/cloudquery/plugin/v3/TableRelation.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: cloudquery/plugin/v3/plugin.proto -// Protobuf Java Version: 4.33.4 +// Protobuf Java Version: 4.33.5 package io.cloudquery.plugin.v3; @@ -19,7 +19,7 @@ public final class TableRelation extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 33, - /* patch= */ 4, + /* patch= */ 5, /* suffix= */ "", "TableRelation"); } diff --git a/build/generated/sources/proto/main/java/io/cloudquery/plugin/v3/TableRelationOrBuilder.java b/build/generated/sources/proto/main/java/io/cloudquery/plugin/v3/TableRelationOrBuilder.java index f11b6af..89ef7b2 100644 --- a/build/generated/sources/proto/main/java/io/cloudquery/plugin/v3/TableRelationOrBuilder.java +++ b/build/generated/sources/proto/main/java/io/cloudquery/plugin/v3/TableRelationOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: cloudquery/plugin/v3/plugin.proto -// Protobuf Java Version: 4.33.4 +// Protobuf Java Version: 4.33.5 package io.cloudquery.plugin.v3; diff --git a/build/generated/sources/proto/main/java/io/cloudquery/plugin/v3/TestConnection.java b/build/generated/sources/proto/main/java/io/cloudquery/plugin/v3/TestConnection.java index fb7d520..6785009 100644 --- a/build/generated/sources/proto/main/java/io/cloudquery/plugin/v3/TestConnection.java +++ b/build/generated/sources/proto/main/java/io/cloudquery/plugin/v3/TestConnection.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: cloudquery/plugin/v3/plugin.proto -// Protobuf Java Version: 4.33.4 +// Protobuf Java Version: 4.33.5 package io.cloudquery.plugin.v3; @@ -19,7 +19,7 @@ public final class TestConnection extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 33, - /* patch= */ 4, + /* patch= */ 5, /* suffix= */ "", "TestConnection"); } @@ -70,7 +70,7 @@ public static final class Request extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 33, - /* patch= */ 4, + /* patch= */ 5, /* suffix= */ "", "Request"); } @@ -545,7 +545,7 @@ public static final class Response extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 33, - /* patch= */ 4, + /* patch= */ 5, /* suffix= */ "", "Response"); } diff --git a/build/generated/sources/proto/main/java/io/cloudquery/plugin/v3/TestConnectionOrBuilder.java b/build/generated/sources/proto/main/java/io/cloudquery/plugin/v3/TestConnectionOrBuilder.java index fd607f6..d3c4770 100644 --- a/build/generated/sources/proto/main/java/io/cloudquery/plugin/v3/TestConnectionOrBuilder.java +++ b/build/generated/sources/proto/main/java/io/cloudquery/plugin/v3/TestConnectionOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: cloudquery/plugin/v3/plugin.proto -// Protobuf Java Version: 4.33.4 +// Protobuf Java Version: 4.33.5 package io.cloudquery.plugin.v3; diff --git a/build/generated/sources/proto/main/java/io/cloudquery/plugin/v3/Transform.java b/build/generated/sources/proto/main/java/io/cloudquery/plugin/v3/Transform.java index 89f8277..f0a44db 100644 --- a/build/generated/sources/proto/main/java/io/cloudquery/plugin/v3/Transform.java +++ b/build/generated/sources/proto/main/java/io/cloudquery/plugin/v3/Transform.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: cloudquery/plugin/v3/plugin.proto -// Protobuf Java Version: 4.33.4 +// Protobuf Java Version: 4.33.5 package io.cloudquery.plugin.v3; @@ -19,7 +19,7 @@ public final class Transform extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 33, - /* patch= */ 4, + /* patch= */ 5, /* suffix= */ "", "Transform"); } @@ -70,7 +70,7 @@ public static final class Request extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 33, - /* patch= */ 4, + /* patch= */ 5, /* suffix= */ "", "Request"); } @@ -525,7 +525,7 @@ public static final class Response extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 33, - /* patch= */ 4, + /* patch= */ 5, /* suffix= */ "", "Response"); } diff --git a/build/generated/sources/proto/main/java/io/cloudquery/plugin/v3/TransformOrBuilder.java b/build/generated/sources/proto/main/java/io/cloudquery/plugin/v3/TransformOrBuilder.java index 2bd02f4..bc64d77 100644 --- a/build/generated/sources/proto/main/java/io/cloudquery/plugin/v3/TransformOrBuilder.java +++ b/build/generated/sources/proto/main/java/io/cloudquery/plugin/v3/TransformOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: cloudquery/plugin/v3/plugin.proto -// Protobuf Java Version: 4.33.4 +// Protobuf Java Version: 4.33.5 package io.cloudquery.plugin.v3; diff --git a/build/generated/sources/proto/main/java/io/cloudquery/plugin/v3/TransformSchema.java b/build/generated/sources/proto/main/java/io/cloudquery/plugin/v3/TransformSchema.java index 1aa8652..a9474f3 100644 --- a/build/generated/sources/proto/main/java/io/cloudquery/plugin/v3/TransformSchema.java +++ b/build/generated/sources/proto/main/java/io/cloudquery/plugin/v3/TransformSchema.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: cloudquery/plugin/v3/plugin.proto -// Protobuf Java Version: 4.33.4 +// Protobuf Java Version: 4.33.5 package io.cloudquery.plugin.v3; @@ -19,7 +19,7 @@ public final class TransformSchema extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 33, - /* patch= */ 4, + /* patch= */ 5, /* suffix= */ "", "TransformSchema"); } @@ -70,7 +70,7 @@ public static final class Request extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 33, - /* patch= */ 4, + /* patch= */ 5, /* suffix= */ "", "Request"); } @@ -525,7 +525,7 @@ public static final class Response extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 33, - /* patch= */ 4, + /* patch= */ 5, /* suffix= */ "", "Response"); } diff --git a/build/generated/sources/proto/main/java/io/cloudquery/plugin/v3/TransformSchemaOrBuilder.java b/build/generated/sources/proto/main/java/io/cloudquery/plugin/v3/TransformSchemaOrBuilder.java index a66d61a..825eb7f 100644 --- a/build/generated/sources/proto/main/java/io/cloudquery/plugin/v3/TransformSchemaOrBuilder.java +++ b/build/generated/sources/proto/main/java/io/cloudquery/plugin/v3/TransformSchemaOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: cloudquery/plugin/v3/plugin.proto -// Protobuf Java Version: 4.33.4 +// Protobuf Java Version: 4.33.5 package io.cloudquery.plugin.v3; diff --git a/build/generated/sources/proto/main/java/io/cloudquery/plugin/v3/Write.java b/build/generated/sources/proto/main/java/io/cloudquery/plugin/v3/Write.java index 0b4292a..df37759 100644 --- a/build/generated/sources/proto/main/java/io/cloudquery/plugin/v3/Write.java +++ b/build/generated/sources/proto/main/java/io/cloudquery/plugin/v3/Write.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: cloudquery/plugin/v3/plugin.proto -// Protobuf Java Version: 4.33.4 +// Protobuf Java Version: 4.33.5 package io.cloudquery.plugin.v3; @@ -19,7 +19,7 @@ public final class Write extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 33, - /* patch= */ 4, + /* patch= */ 5, /* suffix= */ "", "Write"); } @@ -76,7 +76,7 @@ public static final class MessageMigrateTable extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 33, - /* patch= */ 4, + /* patch= */ 5, /* suffix= */ "", "MessageMigrateTable"); } @@ -598,7 +598,7 @@ public static final class MessageInsert extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 33, - /* patch= */ 4, + /* patch= */ 5, /* suffix= */ "", "MessageInsert"); } @@ -1094,7 +1094,7 @@ public static final class MessageDeleteStale extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 33, - /* patch= */ 4, + /* patch= */ 5, /* suffix= */ "", "MessageDeleteStale"); } @@ -2072,7 +2072,7 @@ public static final class MessageDeleteRecord extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 33, - /* patch= */ 4, + /* patch= */ 5, /* suffix= */ "", "MessageDeleteRecord"); } @@ -3336,7 +3336,7 @@ public static final class Request extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 33, - /* patch= */ 4, + /* patch= */ 5, /* suffix= */ "", "Request"); } @@ -4605,7 +4605,7 @@ public static final class Response extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 33, - /* patch= */ 4, + /* patch= */ 5, /* suffix= */ "", "Response"); } diff --git a/build/generated/sources/proto/main/java/io/cloudquery/plugin/v3/WriteOrBuilder.java b/build/generated/sources/proto/main/java/io/cloudquery/plugin/v3/WriteOrBuilder.java index 79e9e34..56c94d7 100644 --- a/build/generated/sources/proto/main/java/io/cloudquery/plugin/v3/WriteOrBuilder.java +++ b/build/generated/sources/proto/main/java/io/cloudquery/plugin/v3/WriteOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: cloudquery/plugin/v3/plugin.proto -// Protobuf Java Version: 4.33.4 +// Protobuf Java Version: 4.33.5 package io.cloudquery.plugin.v3; diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 19a6bde..37f78a6 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-9.3.0-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-9.3.1-bin.zip networkTimeout=10000 validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME