-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Preparing for release - v0.5.0 #553
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dhruvsood
approved these changes
Jul 13, 2018
heitorlessa
added a commit
to heitorlessa/aws-sam-cli
that referenced
this pull request
Jul 21, 2018
* develop: docs: Fix @mhart link in README (aws#562) docs: Change jest to mocha in Nodejs init README (aws#564) docs: Fix syntax highlighting in README.md (aws#561) fix: spacing typo in Log statement in start-lambda (aws#559) fix: Functional tests must run on localhost to work in Windows (aws#552) docs: Adding readme for "sam logs" and "sam local start-lambda" command (aws#557) docs: Accessibility and help text changes (aws#554) chore: Preparing for release - v0.5.0 (aws#553) feat(LocalLambdaService): Integ test for start-lambda command (aws#550)
hawflau
added a commit
to hawflau/aws-sam-cli
that referenced
this pull request
Nov 14, 2023
* Add java21 runtime * Add test_data for java21 and update gh action to use java21 * Update tests/integration/testdata/buildcmd/Java/gradlew/21/gradle/wrapper/gradle-wrapper.properties Co-authored-by: Wing Fung Lau <4760060+hawflau@users.noreply.github.com> * Update tests/integration/testdata/buildcmd/Java/maven/21/pom.xml Co-authored-by: Wing Fung Lau <4760060+hawflau@users.noreply.github.com> * Update tests/integration/testdata/buildcmd/Java/maven/21/pom.xml Co-authored-by: Wing Fung Lau <4760060+hawflau@users.noreply.github.com> --------- Co-authored-by: Wing Fung Lau <4760060+hawflau@users.noreply.github.com>
hawflau
added a commit
to hawflau/aws-sam-cli
that referenced
this pull request
Nov 14, 2023
github-merge-queue bot
pushed a commit
that referenced
this pull request
Nov 16, 2023
* feat: Add java21 runtime support (#553) * Add java21 runtime * Add test_data for java21 and update gh action to use java21 * Update tests/integration/testdata/buildcmd/Java/gradlew/21/gradle/wrapper/gradle-wrapper.properties Co-authored-by: Wing Fung Lau <4760060+hawflau@users.noreply.github.com> * Update tests/integration/testdata/buildcmd/Java/maven/21/pom.xml Co-authored-by: Wing Fung Lau <4760060+hawflau@users.noreply.github.com> * Update tests/integration/testdata/buildcmd/Java/maven/21/pom.xml Co-authored-by: Wing Fung Lau <4760060+hawflau@users.noreply.github.com> --------- Co-authored-by: Wing Fung Lau <4760060+hawflau@users.noreply.github.com> * Revert "feat: Add java21 runtime support (#553)" (#558) This reverts commit 10f670e. * Sam cli java21 runtime (#559) * Add java21 runtime * Add test_data for java21 and update gh action to use java21 * Update tests/integration/testdata/buildcmd/Java/gradlew/21/gradle/wrapper/gradle-wrapper.properties Co-authored-by: Wing Fung Lau <4760060+hawflau@users.noreply.github.com> * Update tests/integration/testdata/buildcmd/Java/maven/21/pom.xml Co-authored-by: Wing Fung Lau <4760060+hawflau@users.noreply.github.com> * Update tests/integration/testdata/buildcmd/Java/maven/21/pom.xml Co-authored-by: Wing Fung Lau <4760060+hawflau@users.noreply.github.com> * attempt to fix gradle build test failure * attempt to fix gradle build test failure * upgrade gradle wrapper * upgrading gradle wrapper --------- Co-authored-by: Haresh Nasit <hnnasit@amazon.com> Co-authored-by: Haresh Nasit <84355507+hnnasit@users.noreply.github.com> * fix: fix the runtime to schema code binding mapping (#566) * update build.yml to setup multiple java versions * Update build.yml * revert java8 gradlew testdata * revert java8 gradlew testdata * Revert "revert java8 gradlew testdata" This reverts commit a9337db. * Revert "revert java8 gradlew testdata" This reverts commit def09bd. * setup multiple versions of jdk --------- Co-authored-by: Haresh Nasit <84355507+hnnasit@users.noreply.github.com> Co-authored-by: Haresh Nasit <hnnasit@amazon.com> Co-authored-by: Mohamed ElAsmar <melasmar@amazon.com> Co-authored-by: Mohamed Elasmar <71043312+moelasmar@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Issue #, if available:
Description of changes:
Bumping the version number
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.