ePages-de / restdocs-wiremock

Spring REST Docs WireMock Integration
Apache License 2.0
75 stars 27 forks source link

Bring project up to date #68

Closed flanaras closed 1 year ago

flanaras commented 3 years ago

This project runs on old libraries and technologies. I would like to motivate to bring it up to date, including

jmewes commented 3 years ago

Many people still use Java 8. So for an open source project it makes sense to keep JDK 8 as minimum requirment.

The_State_of_Java

https://vaadin.com/blog/the-state-of-java

flanaras commented 3 years ago

You are right, what we can do is compile with Java 11 and set targetCompatibility = JavaVersion.VERSION_1_8, to support Java 8 but be able to adapt to newer Java versions.