Mridula

Results 34 issues of Mridula

**Describe the issue** Upgrading to the latest graal-sdk (22.1.0) is causing a failure at image build time. Note that this used to work fine with 22.0.0.2. **Describe GraalVM and your...

bug
native-image

Currently java-compute brings in gax-grpc for the purpose of bringing in ProtobufMessageFeature. The `ProtobufMessageFeature` class is used to register reflection configurations for all the sub-classes of [`com.google.protobuf.GeneratedMessageV3`](https://github.com/protocolbuffers/protobuf/blob/main/java/core/src/main/java/com/google/protobuf/GeneratedMessageV3.java) which is used...

type: feature request
priority: p3

Thank you for your interest in contributing! For general guidelines, please refer to the [contributing guide](https://github.com/GoogleContainerTools/jib/blob/master/CONTRIBUTING.md). Before filing a pull request, make sure to do the following: - [ ]...

The original PR only deleted the `.java` classes but still kept the pom.xml files and the java-game-servers module. Created a manual commit to: - Delete the `java-game-servers` module. - Remove...

type: feature request
priority: p2

(1) General purpose GraalVM configurations live in gapic-generator/gax. Sometimes there are configuration changes in gax that are needed for GraalVM versions updates. These changes are then brought in by shared-dependencies...

type: process
priority: p3

Stacktrace: ``` module.java_iam_admin.google_project_service.iam[0]: Creating... module.java_iam_admin.random_id.id: Creating... module.java_iam_admin.random_id.id: Creation complete after 0s [id=x24y] module.java_iam_admin.google_project_service.iam[0]: Creation complete after 3s [id=cloud-java-ci-test/[iam.googleapis.com](https://www.google.com/url?q=http://iam.googleapis.com&sa=D)] module.java_iam_admin.google_service_account.service_account: Creating... ╷ │ Error: Provider produced inconsistent result after apply │...

type: bug
priority: p3

Stacktrace: ``` 09:11:03:351 [ERROR] Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 1.964 s

type: bug
priority: p3

Ubuntu builds are green after https://github.com/GoogleContainerTools/jib/issues/4211 but the MacOS job is still running into the following failure despite the entrypoint being updated: ``` com.google.cloud.tools.jib.cli.WarCommandTest > testWar_jetty STANDARD_OUT [WARN] Base image...

priority:p3
type:bug

Merge after https://github.com/googleapis/java-shared-config/pull/815 is released and updated in sdk-platform-java. According to the [graal/sdk CHANGELOG](https://github.com/oracle/graal/blob/fefc2a03a1e46ce60ce4b03f223d83640fbef0f4/sdk/CHANGELOG.md#version-2310), the GraalVM SDK was split into smaller modules and the use of graal-sdk is deprecated. The...

size: xs