Skip to content

Add Automatic Module Name #1199

Closed
Closed
@eddumelendez

Description

@eddumelendez

Current version is using sun.misc.Unsafe. We should get remove this before to Use Automatic-Module-Name entry

jdeps --jdk-internals target/mybatis-3.4.6-SNAPSHOT.jar                                                                                                                   
mybatis-3.4.6-SNAPSHOT.jar -> jdk.unsupported
   org.apache.ibatis.javassist.util.proxy.DefineClassHelper -> sun.misc.Unsafe                                    JDK internal API (jdk.unsupported)

Warning: JDK internal APIs are unsupported and private to JDK implementation that are
subject to be removed or changed incompatibly and could break your application.
Please modify your code to eliminate dependence on any JDK internal APIs.
For the most recent update on JDK internal API replacements, please check:
https://wiki.openjdk.java.net/display/JDK8/Java+Dependency+Analysis+Tool

JDK Internal API                         Suggested Replacement
----------------                         ---------------------
sun.misc.Unsafe                          See http://openjdk.java.net/jeps/260

Metadata

Metadata

Assignees

Labels

enhancementImprove a feature or add a new feature

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions