OAS 3 and JDK 1.8
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2018
10:46 AM
11-19-2018
10:46 AM
OAS 3 and JDK 1.8
I have an integration of Swagger 2 annotations (code annotated with swagger annotations) with JDK 1.7 working. However I want to move to OAS 3 as it offeres a richer set of annoations. Due to circumstances beyond my control, my project cannot migrate from JDK 1.7 to JDK 1.8. OAS 3.0 is using JDK 1.8, and at run-time I get the version 52 issue. Is there a way around this issue?
Thanks
1 REPLY 1
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2018
10:53 AM
11-19-2018
10:53 AM
Unfortunately, no. Starting Swagger-Core 2.X, which supports OAS3, we've dropped support for Java 7, as it was long after its EOL status. The only course of action is to move to Java 8 or later.
Did my reply answer your question? Give Kudos or Accept it as a Solution to help others.↓↓↓↓↓
