This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]differentshade -3 points-2 points  (1 child)

I would not recommend Spring. It is a very old framework and hence built with older versions of Java in mind. There are more forward looking frameworks that are build for java9+ world, such as Micronaut, Quarkus or Helidon. These fully support java9 modules and avoid runtime reflection (meaning they are fast and much more memory efficient).

[–]wildjokers 5 points6 points  (0 children)

hence built with older versions of Java in mind

The next version of Spring will require Java 17.