Release 11.9 introduces binary incompatibility (NoSuchMethodError)
See original GitHub issueRefactoring of some methods from Feign.Builder into BaseBuilder caused some incompatibilities on bytecode level. I guess there is no way to fix this now, but I suggest plugging in some tool that automatically detects such problems during CI: https://lvc.github.io/japi-compliance-checker/
EDIT: Moved the method from the title for better indexing: Feign.Builder.contract(Contract)
Issue Analytics
- State:
- Created a year ago
- Comments:18 (9 by maintainers)
Top Results From Across the Web
Bug listing with status CONFIRMED as at 2022/12/07 04:46:31
Bug:4315 - "[Future EAPI] add support for version ranges in DEPEND" ... for displaying data (binary, nonfree)" status:CONFIRMED resolution: severity:normal ...
Read more >Upgrade Notes | TeamCity On-Premises Documentation
Bundled Amazon Corretto Java has been updated to version 11.0.11.9.1 in the TeamCity server Docker images and Windows installers.
Read more >Hibernate ORM 5.4.33.Final User Guide - Red Hat on GitHub
Here we will introduce the essential Hibernate APIs. This will be a brief introduction; we will discuss these contracts in detail later.
Read more >Appendix 8. Release Notes - Oracle Help Center
Fixed NoSuchMethodError with "LogicalUnion" that could happen when a query ... “Migrating from Kodo 3.x to Kodo 4.0” for backwards-compatibility options.
Read more >Lightstreamer Change Log
Fixed a bug introduced with version 5.0, by which the <delta_delivery> configuration setting was ... Tested the compatibility with the new Java 8...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

Release is out https://github.com/OpenFeign/feign/releases/tag/11.9.1
Maybe related, we got this NoSuchMethodError with Feign 1.19:
Caused by: java.lang.NoSuchMethodError: 'feign.Feign$Builder feign.Feign$Builder.options(feign.Request$Options)'