-
Notifications
You must be signed in to change notification settings - Fork 178
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
Consider removing support to java8 runtime #1442
Comments
Sounds reasonable to me. |
I want to take a look into it. |
@knarfli feel free to take a look into it. It should be a simple change in our release scripts. Thanks for the interest. |
Thanks @rapphil , I am working on that and will create a PR. |
I agree on this too. I think, we will just remove |
I think that's all that's required. |
yes, agree with that, I have raised a pull request in a forked repository, but I need to follow some steps which block making the pull request here, let me try to speed it up. |
Pull request opened, #1481. |
Describe the bug
Java8 support is reaching end of the life. No new function can be created with the Java8 runtime.
https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html#runtimes-deprecated
Steps to reproduce
Try to create a new function that uses java8.
What did you expect to see?
That opentelemetry-lambda did not support java8.
What did you see instead?
Java8 is still supported.
Additional context
It is ok to deprecate java8 in my opinion because we still will support java8.al2.
https://aws.amazon.com/blogs/compute/announcing-migration-of-the-java-8-runtime-in-aws-lambda-to-amazon-corretto/
The text was updated successfully, but these errors were encountered: