Skip to content
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

Remove transitive deprecations #489

Merged
merged 11 commits into from
Sep 4, 2017
Merged

Remove transitive deprecations #489

merged 11 commits into from
Sep 4, 2017

Conversation

mvz
Copy link
Contributor

@mvz mvz commented Sep 4, 2017

Summary

Ensures all non-deprecated Aruba API methods and steps only use non-deprecated methods. This way, the deprecation messages are actually useful.

Details

  • Block deprecation messages for specs of deprecated methods.
  • Fix deprecation messages for specs of non-deprecated methods.
  • TODO: Fix deprecation messages in cucumber scenarios.

Motivation and Context

Provide a (relatively) smooth transition from 0.14.x to upcoming 1.0.0. See also #361 (comment).

How Has This Been Tested?

Specs have been run and no warnings are observed.

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Refactoring (cleanup of codebase withouth changing any existing functionality)
  • Update documentation

Checklist:

  • I've added tests for my code
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.

@maxmeyer maxmeyer merged commit b156f35 into cucumber:still Sep 4, 2017
@mvz mvz deleted the remove-transitive-deprecations branch November 8, 2017 05:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants