You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[FFM-11459] - Downgrade OpenAPI plugin to allow broader range of SpringBoot compatibility (#191)
What
Downgrade the OpenAPI plugin to 4.3.1
Why
Newer 5.x.x plugins are generating code that use newer okhttp APIs. This makes it difficult
for customers using older versions of SpringBoot to downgrade because older okhttp versions
don't offer these methods. This causes a missing method exception on startup.
Testing
SDK smoke tested against the following SpringBoot releases
2.2.13.RELEASE 3.14.9 14-Jan-21
2.3.12.RELEASE 3.14.9 10-Jun-21
2.4.13 3.14.9 18-Nov-21
2.5.12 3.14.9 31-Mar-22
2.5.15 3.14.9 18-May-23
2.6.15 3.14.9 18-May-23
2.7.18 4.9.3 23-Nov-23
3.0.13 4.10.0 23-Nov-23
3.1.11 4.10.0 18-Apr-23
3.2.5 4.12.0 23-Nov-23
3.3.0-RC1 4.12.0 19-Apr-24
0 commit comments