This repository has been archived by the owner on Dec 3, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 39
feat(java): remove native-image-support module #820
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
meltsufin
approved these changes
May 2, 2022
gcf-merge-on-green bot
pushed a commit
that referenced
this pull request
May 18, 2022
🤖 I have created a release *beep* *boop* --- ## [2.7.0](v2.6.1...v2.7.0) (2022-05-18) ### Features * **java:** remove native-image-support module ([#820](#820)) ([a53ef6d](a53ef6d)) * next release from main branch is 2.7.0 ([#807](#807)) ([5a2c608](5a2c608)) ### Bug Fixes * remove native-image-support module from version.txt ([#822](#822)) ([92e7efc](92e7efc)) ### Dependencies * update dependency com.google.api-client:google-api-client-bom to v1.34.1 ([#823](#823)) ([71105c6](71105c6)) * update dependency com.google.api:api-common to v2.2.0 ([#827](#827)) ([05a02d6](05a02d6)) * update dependency com.google.api:gax-bom to v2.17.0 ([#826](#826)) ([c90188e](c90188e)) * update dependency com.google.api:gax-bom to v2.18.0 ([#829](#829)) ([5537e7f](5537e7f)) * update dependency com.google.api.grpc:proto-google-iam-v1 to v1.3.2 ([#805](#805)) ([493ac03](493ac03)) * update dependency com.google.api.grpc:proto-google-iam-v1 to v1.3.3 ([#814](#814)) ([e809baa](e809baa)) * update dependency com.google.api.grpc:proto-google-iam-v1 to v1.3.4 ([#825](#825)) ([5ce12ee](5ce12ee)) * update dependency com.google.auth:google-auth-library-bom to v1.7.0 ([#828](#828)) ([2abca2c](2abca2c)) * update dependency com.google.cloud:native-image-support to v0.14.0 ([#824](#824)) ([997a34a](997a34a)) * update dependency com.google.errorprone:error_prone_annotations to v2.13.1 ([#806](#806)) ([9fc5811](9fc5811)) * update dependency com.google.http-client:google-http-client-bom to v1.41.8 ([#821](#821)) ([c7e3d6e](c7e3d6e)) * update dependency com.google.protobuf:protobuf-bom to v3.20.1 ([#813](#813)) ([a9c8c92](a9c8c92)) * update dependency io.grpc:grpc-bom to v1.46.0 ([#815](#815)) ([03c9bfe](03c9bfe)) * update opencensus.version to v0.31.1 ([#819](#819)) ([1800d3a](1800d3a)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
gcf-merge-on-green bot
pushed a commit
that referenced
this pull request
May 19, 2022
The module itself has been removed in #820.
suztomo
pushed a commit
to googleapis/google-cloud-java
that referenced
this pull request
Feb 1, 2023
🤖 I have created a release *beep* *boop* --- ## [2.7.0](googleapis/java-core@v2.6.1...v2.7.0) (2022-05-18) ### Features * **java:** remove native-image-support module ([#820](googleapis/java-core#820)) ([b827e0a](googleapis/java-core@b827e0a)) * next release from main branch is 2.7.0 ([#807](googleapis/java-core#807)) ([2145212](googleapis/java-core@2145212)) ### Bug Fixes * remove native-image-support module from version.txt ([#822](googleapis/java-core#822)) ([8285eee](googleapis/java-core@8285eee)) ### Dependencies * update dependency com.google.api-client:google-api-client-bom to v1.34.1 ([#823](googleapis/java-core#823)) ([58aac09](googleapis/java-core@58aac09)) * update dependency com.google.api:api-common to v2.2.0 ([#827](googleapis/java-core#827)) ([fa4a5db](googleapis/java-core@fa4a5db)) * update dependency com.google.api:gax-bom to v2.17.0 ([#826](googleapis/java-core#826)) ([d1d886d](googleapis/java-core@d1d886d)) * update dependency com.google.api:gax-bom to v2.18.0 ([#829](googleapis/java-core#829)) ([355dd4a](googleapis/java-core@355dd4a)) * update dependency com.google.api.grpc:proto-google-iam-v1 to v1.3.2 ([#805](googleapis/java-core#805)) ([c5b4893](googleapis/java-core@c5b4893)) * update dependency com.google.api.grpc:proto-google-iam-v1 to v1.3.3 ([#814](googleapis/java-core#814)) ([9621659](googleapis/java-core@9621659)) * update dependency com.google.api.grpc:proto-google-iam-v1 to v1.3.4 ([#825](googleapis/java-core#825)) ([8f907db](googleapis/java-core@8f907db)) * update dependency com.google.auth:google-auth-library-bom to v1.7.0 ([#828](googleapis/java-core#828)) ([0e53f0c](googleapis/java-core@0e53f0c)) * update dependency com.google.cloud:native-image-support to v0.14.0 ([#824](googleapis/java-core#824)) ([bbeb567](googleapis/java-core@bbeb567)) * update dependency com.google.errorprone:error_prone_annotations to v2.13.1 ([#806](googleapis/java-core#806)) ([c4d3e17](googleapis/java-core@c4d3e17)) * update dependency com.google.http-client:google-http-client-bom to v1.41.8 ([#821](googleapis/java-core#821)) ([8c747e1](googleapis/java-core@8c747e1)) * update dependency com.google.protobuf:protobuf-bom to v3.20.1 ([#813](googleapis/java-core#813)) ([f259b41](googleapis/java-core@f259b41)) * update dependency io.grpc:grpc-bom to v1.46.0 ([#815](googleapis/java-core#815)) ([2dc7507](googleapis/java-core@2dc7507)) * update opencensus.version to v0.31.1 ([#819](googleapis/java-core#819)) ([96982b0](googleapis/java-core@96982b0)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Native Image support configurations have been moved to either GAX or their respective repositories so this separate module is no longer needed. A majority of tests and all samples in googleapis/ are currently running without the native-image-support module. See: googleapis/java-shared-config#473 (comment).