twilio-java
twilio-java copied to clipboard
Using deprecated '-debug' fallback for parameter name resolution.
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
- install the java SDK
- run application (spring boot)
Technical details:
- twilio-java version: 9.14.1
- java version:19
@hwhh Can you provide the code you are using to reproduce the issue ?
Fix is also explained here https://stackoverflow.com/questions/31845676/how-to-compile-spring-boot-applications-with-java-8-parameter-flag/31846371#31846371