twilio-java icon indicating copy to clipboard operation
twilio-java copied to clipboard

Using deprecated '-debug' fallback for parameter name resolution.

Open hwhh opened this issue 2 years ago • 2 comments

Issue Summary

WARN 55265 --- [main] ocalVariableTableParameterNameDiscoverer : Using deprecated '-debug' fallback for parameter name resolution. Compile the affected code with '-parameters' instead or avoid its introspection: com.twilio.rest.api.v2010.account.call.Payment

Steps to Reproduce

  1. install the java SDK
  2. run application (spring boot)

Technical details:

  • twilio-java version: 9.14.1
  • java version:19

hwhh avatar Nov 23 '23 16:11 hwhh

@hwhh Can you provide the code you are using to reproduce the issue ?

sbansla avatar Jan 17 '24 06:01 sbansla

Fix is also explained here https://stackoverflow.com/questions/31845676/how-to-compile-spring-boot-applications-with-java-8-parameter-flag/31846371#31846371

allantodd avatar Aug 13 '24 11:08 allantodd