-
Notifications
You must be signed in to change notification settings - Fork 48
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
Update to commons-compress' changed BSN #3546
Conversation
Codecov Report
@@ Coverage Diff @@
## master #3546 +/- ##
============================================
- Coverage 70.13% 70.04% -0.09%
Complexity 2989 2989
============================================
Files 376 376
Lines 13586 13586
Branches 1600 1600
============================================
- Hits 9528 9516 -12
- Misses 3422 3434 +12
Partials 636 636
Continue to review full report at Codecov.
|
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'm surprised the build didn't catch this. How did you notice this? Is there a verification we're missing somewhere?
The build was pulling |
Could it be that it uses the old name on Photon but a new name on recent Eclipse? |
Ah, figured out the
If I change the test to instead reference |
Our We could modify |
Update our 3rd-party feature with commons-compress' changed OSGi symbolic name. Fortunately the package names haven't changed and so
appengine-plugins-core
/com.google.cloud.tools.appengine
is unaffected.Filed COMPRESS-498 about the name change, which seems to have been a mistake.