Netflix / archaius

Library for configuration management API
Apache License 2.0
2.46k stars 485 forks source link

Fix lambda generation for JDK17 #669

Closed kilink closed 1 year ago

kilink commented 1 year ago

The call to lookup.findSpecial would result in a method handle with the wrong receiver type on JDK9+; the existing tests failed on JDK17 but pass with this change.