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

Fix backwards incompatibility for appengine #1364

Conversation

mattrjacobs
Copy link
Contributor

Accidentally introduced incompatibility in #1356 .

This PR restores PlatformSpecific.isAppEngine() and changes the boolean tracking which platform is found (GAE-Standard / anything else) to a 3-valued enum (STANDARD / APPENGINE_STANDARD / APPENGINE_FLEXIBLE)

@mattrjacobs mattrjacobs changed the title Fix backwards incompatbility for appengine Fix backwards incompatibility for appengine Sep 26, 2016
@mattrjacobs mattrjacobs merged commit 9433411 into Netflix:master Sep 26, 2016
@mattrjacobs mattrjacobs deleted the fix-backwards-incompatbility-for-appengine branch September 26, 2016 22:23
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.

1 participant