kwin commented on PR #45:
URL: 
https://github.com/apache/sling-org-apache-sling-models-impl/pull/45#issuecomment-1614650348

   The API 
https://docs.oracle.com/javase/8/docs/api/java/lang/reflect/Parameter.html is 
available since Java 8 (no matter if `-parameters` is used or not). The only 
difference is that 
https://docs.oracle.com/javase/8/docs/api/java/lang/reflect/Parameter.html#isNamePresent--
 returns `false` by default and 
https://docs.oracle.com/javase/8/docs/api/java/lang/reflect/Parameter.html#getName--
 returns an artificial name by default. But I will look into adding ITs (the 
current ones proof though that everything works by default, i.e. without using 
--parameters, so only ones with --parameters are currently not existing).


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to