googleapis / google-cloud-java

Google Cloud Client Library for Java
https://cloud.google.com/java/docs/reference
Apache License 2.0
1.9k stars 1.06k forks source link

[java-core] Split testing utilities into separate google-cloud-core-testing artifact #9104

Open chingor13 opened 3 years ago

chingor13 commented 3 years ago

We shouldn't be including testing classes into google-cloud-core directly or require folks to take a dependency on google-cloud-core with tests classifier.

suztomo commented 1 year ago

I also saw the problem with test classifier artifact in https://github.com/googleapis/gapic-generator-java/issues/1144.