aws / aws/aws-lambda-java-libs
WARNING: An illegal reflective access operation has occurred
- Dominant language
- Java
- Stars
- 548
- Forks
- 241
- Avg merge
- 2d 5m
- Merged PRs (30d)
- 11
Description
My code seems to be working however I am seeing this error in the logs:
```
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by com.amazonaws.services.lambda.runtime.serialization.factories.JacksonFactory$VoidDeserializer (file:/home/niqo/.gradle/caches/modules-2/files-2.1/com.amazonaws/aws-lambda-java-serialization/1.0.0/7501d239ebfe3978713054a4466d6eb020e7da14/aws-lambda-java-serialization-1.0.0.jar) to constructor java.lang.Void()
WARNING: Please consider reporting this to the maintainers of com.amazonaws.services.lambda.runtime.serialization.factories.JacksonFactory$VoidDeserializer
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
```
Contributor guide
Assessment
This issue has not been assessed yet.