twilio / twilio-java

A Java library for communicating with the Twilio REST API and generating TwiML.
MIT License
485 stars 427 forks source link

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

Open hwhh opened 10 months ago

hwhh commented 10 months ago

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:

sbansla commented 8 months ago

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

allantodd commented 1 month ago

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