这是indexloc提供的服务,不要输入任何密码
Skip to content

LicenseManager will not run under Java 10 #3

@r1chl

Description

@r1chl

The LicenseSecurityManager sets and clears the Java SecurityManager.inCheck field at the start and end of checkMemberAccess() and checkPermission(). This field has been deprecated (and unreferenced by the SecurityManager) for many Java releases now but it has finally been completely removed as of Java 10 causing LicenseManager to be unusable under this or later versions due to the resulting NoSuchFieldErrors at runtime.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions