-
Notifications
You must be signed in to change notification settings - Fork 1.1k
chore: generate new client #9155
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
@suztomo, this is the generated library after the fix of post-processor. Java GraalVM Native Image test failed with the following output, it seems like not relevant to the generated library? |
|
Can you retry? It seems irrelevant. Can you add comments for the groupIDs you checked? |
JoeWang1127
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I checked the following group ids.
| <?xml version="1.0"?> | ||
| <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> | ||
| <modelVersion>4.0.0</modelVersion> | ||
| <groupId>com.google.maps</groupId> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
checked
| <dependencyManagement> | ||
| <dependencies> | ||
| <dependency> | ||
| <groupId>com.google.maps</groupId> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
checked
| <version>0.0.1-SNAPSHOT</version><!-- {x-version-update:google-maps-mapsplatformdatasets:current} --> | ||
| </dependency> | ||
| <dependency> | ||
| <groupId>com.google.maps.api.grpc</groupId> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
checked
| <version>0.0.1-SNAPSHOT</version><!-- {x-version-update:grpc-google-maps-mapsplatformdatasets-v1alpha:current} --> | ||
| </dependency> | ||
| <dependency> | ||
| <groupId>com.google.maps.api.grpc</groupId> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
checked
| <?xml version="1.0"?> | ||
| <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> | ||
| <modelVersion>4.0.0</modelVersion> | ||
| <groupId>com.google.maps</groupId> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
checked
| <name>Google Maps Platform Datasets API</name> | ||
| <description>Maps Platform Datasets API Maps Platform Datasets API.</description> | ||
| <parent> | ||
| <groupId>com.google.maps</groupId> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
checked
| </dependency> | ||
|
|
||
| <dependency> | ||
| <groupId>com.google.maps.api.grpc</groupId> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
checked
| </dependency> | ||
|
|
||
| <dependency> | ||
| <groupId>com.google.maps.api.grpc</groupId> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
checked
|
The GraalVM Native Image test passed the 2nd time. |
|
I merged main to see group_id_check_for_maps_libraries result. |
|
It passed: |
No description provided.