Skip to content

Bump JDK version to 17 at funqy related code #48029

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

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

yuokada
Copy link
Contributor

@yuokada yuokada commented May 23, 2025

Follow up #39822 / Close #45615

@@ -34,8 +34,8 @@ AWSTemplateFormatVersion: '2010-09-09'
Type: AWS::Serverless::Function
Properties:
Handler: io.quarkus.funqy.lambda.FunqyStreamHandler::handleRequest
Runtime: java8
Runtime: java17
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the PR. Do they have a java21 runtime? Because if so, I think we should use it by default.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Java 8 is used in funqy-amazon-lambda and amazon-lambda archetypes
2 participants