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

Update archetypes to use JUnit 5 #561

Closed
deki opened this issue May 19, 2023 · 2 comments
Closed

Update archetypes to use JUnit 5 #561

deki opened this issue May 19, 2023 · 2 comments
Assignees
Milestone

Comments

@deki
Copy link
Collaborator

deki commented May 19, 2023

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.

@deki deki added this to the Release 2.0 milestone May 19, 2023
@salmansharifov
Copy link
Contributor

Hi @deki. can I take this issue?

@deki
Copy link
Collaborator Author

deki commented May 21, 2023

Sure, looking forward to your contribution!

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

No branches or pull requests

2 participants