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

Spring boot lib update #5

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

richardiw
Copy link

@richardiw richardiw commented Aug 26, 2022

At my own interview a few months ago, and while interviewing today, it's noticeable that the Spring version is very out of date (i.e obsolete for several years)
Also, when we ask candidates about testing, there is no boiler plate setup with test dependencies which means that it's difficult to actually have time to write a test. It's easy for a a candidate to say they are keen on testing, and say 'of course, I would write tests if I had the time' but we should make it as easy as possible for candidates to demo this skill.

This PR:

  • updates Spring and Gradle
  • adds a test class with placeholder test. This is similar to what is created by modern version of spring-boot-starter-web anyway.
  • now allows Java 17 to be used at runtime.

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

Successfully merging this pull request may close these issues.

2 participants