We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The archetypes are still using an old JUnit version, see Jersey for example: https://github.com/awslabs/aws-serverless-java-container/blob/660dd8dbf88298bf31cc604b574ac283f2558fa2/aws-serverless-jersey-archetype/src/main/resources/archetype-resources/pom.xml#L68 https://github.com/awslabs/aws-serverless-java-container/blob/660dd8dbf88298bf31cc604b574ac283f2558fa2/aws-serverless-jersey-archetype/src/main/resources/archetype-resources/build.gradle#L24
The dependency declarations and StreamLambdaHandlerTest classes should be updated to use JUnit 5.
The text was updated successfully, but these errors were encountered:
Hi @deki. can I take this issue?
Sorry, something went wrong.
Sure, looking forward to your contribution!
salmansharifov
No branches or pull requests
The archetypes are still using an old JUnit version, see Jersey for example:
https://github.com/awslabs/aws-serverless-java-container/blob/660dd8dbf88298bf31cc604b574ac283f2558fa2/aws-serverless-jersey-archetype/src/main/resources/archetype-resources/pom.xml#L68
https://github.com/awslabs/aws-serverless-java-container/blob/660dd8dbf88298bf31cc604b574ac283f2558fa2/aws-serverless-jersey-archetype/src/main/resources/archetype-resources/build.gradle#L24
The dependency declarations and StreamLambdaHandlerTest classes should be updated to use JUnit 5.
The text was updated successfully, but these errors were encountered: