Files
spring-cloud-contract/spring-cloud-contract-verifier
Adrian E. Hjertstedt ce03ee008b Harden detection of InaccessibleObjectException in MetadataUtil (#1766)
The immediate cause under JDK16+ is not always InaccessibleObjectException
meaning the fallback logic to copy properties does not kick in.

Additional logic is needed to harden the detection of the InaccessibleObjectException
to ensure it is catered for in the fallback logic.

Co-authored-by: Adrian Hjertstedt <adrian@adrianhj.com>
2022-03-25 15:30:25 +01:00
..