Skip to content
Snippets Groups Projects
  • Zoey76's avatar
    Fixing Warnings and Build Errors · 540bec7b
    Zoey76 authored
    Warning 1:
    WARNING: A Java agent has been loaded dynamically
    (\.m2\repository\net\bytebuddy\byte-buddy-agent\1.14.9\byte-buddy-agent-1.14.9.jar)
    WARNING: If a serviceability tool is in use, please run with
    -XX:+EnableDynamicAgentLoading to hide this warning
    WARNING: If a serviceability tool is not in use, please run with
    -Djdk.instrument.traceUsage for more information
    WARNING: Dynamic loading of agents will be disallowed by default in a
    future release
    
    Warning 2:
    Annotation processing is enabled because one or more processors were
    found on the class path. A future release of javac may disable
    annotation processing unless at least one processor is specified by name
    (-processor), or a search path is specified (--processor-path,
    --processor-module-path), or annotation processing is enabled explicitly
    (-proc:only, -proc:full).
    Use -Xlint:-options to suppress this message.
    Use -proc:none to disable annotation processing.
    
    Warning 3:
    OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot
    loader classes because bootstrap classpath has been appended.
    
    Warning 4:
    QuestManager: Replaced quest Q00372_LegacyOfInsolence (372) with a new
    version.
    540bec7b
pom.xml 4.57 KiB