Uh oh!
There was an error while loading. Please reload this page.
fixed shaded package name - #1743
Conversation
Fixed the maven shade command so it produces a valid shaded package name. It was producing shaded.cloud-nio.* which is not a valid java package and causes compilation errors when trying to import those packages. This is problematic since the shaded packages are exposed in the API, so methods that exposed them were unusable by client code. Shading now produces shading.cloud_nio.* which is valid
googlebot
commented
Mar 13, 2017
Thanks for your pull request. It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). 📝 Please visit https://cla.developers.google.com/ to sign. Once you've signed, please reply here (e.g.
|
lbergelson
commented
Mar 13, 2017
@jean-philippe-martin Could you take a look at this? |
coveralls
commented
Mar 13, 2017
Changes Unknown when pulling 6173700 on lbergelson:master into ** on GoogleCloudPlatform:master**. |
jean-philippe-martin
commented
Mar 13, 2017
Looks good to me. |
garrettjonesgoogle
commented
Mar 13, 2017
@lbergelson , could you do the CLA dance? |
lbergelson
commented
Mar 14, 2017
@garrettjonesgoogle Sorry, I've been trying to talk to legal at the Broad. They've haven't responded to me yet. We have some sort of code sharing agreement already with google, but I'm not sure if they want me to sign the CLA or if there's some other agreement in place that takes precedent. |
garrettjonesgoogle
commented
Mar 15, 2017
@jean-philippe-martin this change is pretty trivial - you could just make a different change that accomplishes the same thing and avoid the whole CLA issue. |
garrettjonesgoogle
commented
Mar 17, 2017
Superseded by #1767 |
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
…1743) Bumps [org.xerial.snappy:snappy-java](https://github.com/xerial/snappy-java) from 1.1.10.3 to 1.1.10.4. - [Release notes](https://github.com/xerial/snappy-java/releases) - [Commits](xerial/snappy-java@v1.1.10.3...v1.1.10.4) --- updated-dependencies: - dependency-name: org.xerial.snappy:snappy-java dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…1743) Bumps [org.xerial.snappy:snappy-java](https://github.com/xerial/snappy-java) from 1.1.10.3 to 1.1.10.4. - [Release notes](https://github.com/xerial/snappy-java/releases) - [Commits](xerial/snappy-java@v1.1.10.3...v1.1.10.4) --- updated-dependencies: - dependency-name: org.xerial.snappy:snappy-java dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
… to v2.23.0 (googleapis#1743) * chore(deps): update dependency com.google.cloud:google-cloud-bigtable to v2.23.0 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Fixed the maven shade command so it produces a valid shaded package name. It was producing shaded.cloud-nio.* which is not a valid java package and causes compilation errors when trying to import those packages. This is problematic since the shaded packages are exposed in the API, so methods that exposed them were unusable by client code.
Shading now produces shading.cloud_nio.* which is valid