Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix warnings with JDK 11 migration #23125

Open
Kishanthan opened this issue May 6, 2020 · 1 comment
Open

Fix warnings with JDK 11 migration #23125

Kishanthan opened this issue May 6, 2020 · 1 comment
Labels
Area/Distribution Team/DevTools Ballerina Developer Tooling ( CLI, Test FW, Package Management, OpenAPI, APIDocs ) Type/Improvement

Comments

@Kishanthan
Copy link
Contributor

Description:
lib-creator execution prints the following warning with JDK 11.

WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by com.github.jknack.handlebars.context.FieldValueResolver$FieldMember (file:/Users/kishanthan/WSO2/clones/ballerina-lang/misc/lib-creator/build/libs/lib-creator-1.3.0-SNAPSHOT.jar) to field java.util.AbstractMap.keySet
WARNING: Please consider reporting this to the maintainers of com.github.jknack.handlebars.context.FieldValueResolver$FieldMember
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

Steps to reproduce:

Affected Versions:

OS, DB, other environment details and versions:

Related Issues (optional):

Suggested Labels (optional):

Suggested Assignees (optional):

@Kishanthan Kishanthan added the Team/jBallerina All the issues related to BIR, JVM backend code generation and runtime label May 6, 2020
@Kishanthan Kishanthan self-assigned this May 6, 2020
@Kishanthan Kishanthan added this to To do in Sprint 10 - JBallerina Runtime via automation May 6, 2020
@Kishanthan
Copy link
Contributor Author

This is a known issue from handlebars - jknack/handlebars.java#667

@Kishanthan Kishanthan added Team/CompilerFETools Semantic API, Formatter, Shell and removed Team/jBallerina All the issues related to BIR, JVM backend code generation and runtime labels May 11, 2020
@Kishanthan Kishanthan removed their assignment May 11, 2020
@anupama-pathirage anupama-pathirage added Team/DevTools Ballerina Developer Tooling ( CLI, Test FW, Package Management, OpenAPI, APIDocs ) Type/Improvement and removed Team/CompilerFETools Semantic API, Formatter, Shell labels Feb 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area/Distribution Team/DevTools Ballerina Developer Tooling ( CLI, Test FW, Package Management, OpenAPI, APIDocs ) Type/Improvement
Projects
None yet
Development

No branches or pull requests

2 participants