Giter Site home page Giter Site logo

gianttreelp / bukkitdependencyloader Goto Github PK

View Code? Open in Web Editor NEW
2.0 2.0 0.0 70 KB

A plugin to dynamically load artifacts from maven repositories and injecting them into a plugin's instance.

License: GNU General Public License v3.0

Java 100.00%
bukkit dependency java maven plugin spigot

bukkitdependencyloader's Introduction

Hi there 👋

I'm Marvin

I like Kotlin and a certain 3D Block Game.

Marvin's GitHub stats Top Langs

bukkitdependencyloader's People

Contributors

gianttreelp avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

bukkitdependencyloader's Issues

[DepShield] (CVSS 5.9) Vulnerability due to usage of com.google.guava:guava:17.0

Vulnerabilities

DepShield reports that this application's usage of com.google.guava:guava:17.0 results in the following vulnerability(s):


Occurrences

com.google.guava:guava:17.0 is a transitive dependency introduced by the following direct dependency(s):

org.spigotmc:spigot-api:1.11.2-R0.1-SNAPSHOT
        └─ com.google.guava:guava:17.0

This is an automated GitHub Issue created by Sonatype DepShield. Details on managing GitHub Apps, including DepShield, are available for personal and organization accounts. Please submit questions or feedback about DepShield to the Sonatype DepShield Community.

[DepShield] (CVSS 4.3) Vulnerability due to usage of org.apache.httpcomponents:httpclient:4.3.5

Vulnerabilities

DepShield reports that this application's usage of org.apache.httpcomponents:httpclient:4.3.5 results in the following vulnerability(s):


Occurrences

org.apache.httpcomponents:httpclient:4.3.5 is a transitive dependency introduced by the following direct dependency(s):

org.eclipse.aether:aether-transport-http:1.1.0
        └─ org.apache.httpcomponents:httpclient:4.3.5

This is an automated GitHub Issue created by Sonatype DepShield. Details on managing GitHub Apps, including DepShield, are available for personal and organization accounts. Please submit questions or feedback about DepShield to the Sonatype DepShield Community.

Compatibility with Java 9

Java 9 uses a new ClassLoader, the java.base/jdk.internal.loader.ClassLoaders$AppClassLoader. This class loader is incompatible with the old URLClassLoader and should be handled accordingly.

org.bukkit.plugin.InvalidPluginException: java.lang.ClassCastException: java.base/jdk.internal.loader.ClassLoaders$AppClassLoader cannot be cast to java.base/java.net.URLClassLoader
        at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:131) ~[patched_1.12.2.jar:git-Paper-1268]
        at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:329) ~[patched_1.12.2.jar:git-Paper-1268]
        at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:251) [patched_1.12.2.jar:git-Paper-1268]
        at org.bukkit.craftbukkit.v1_12_R1.CraftServer.loadPlugins(CraftServer.java:307) [patched_1.12.2.jar:git-Paper-1268]
        at net.minecraft.server.v1_12_R1.DedicatedServer.init(DedicatedServer.java:225) [patched_1.12.2.jar:git-Paper-1268]
        at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:616) [patched_1.12.2.jar:git-Paper-1268]
        at java.lang.Thread.run(Unknown Source) [?:?]
Caused by: java.lang.ClassCastException: java.base/jdk.internal.loader.ClassLoaders$AppClassLoader cannot be cast to java.base/java.net.URLClassLoader
        at com.github.gianttreelp.bukkitdependencyloader.DependencyLoaderPlugin$DependencyLoader.loadArtifactIntoClassPath(DependencyLoaderPlugin.java:408) ~[?:?]
        at com.github.gianttreelp.bukkitdependencyloader.DependencyLoaderPlugin$DependencyLoader.loadArtifact(DependencyLoaderPlugin.java:387) ~[?:?]
        at com.github.gianttreelp.bukkitdependencyloader.DependencyLoaderPlugin$DependencyLoader.loadArtifact(DependencyLoaderPlugin.java:360) ~[?:?]
        at com.github.gianttreelp.bukkitdependencyloader.DependencyLoaderPlugin.parseArtifact(DependencyLoaderPlugin.java:254) ~[?:?]
        at com.github.gianttreelp.bukkitdependencyloader.DependencyLoaderPlugin.loadArtifact(DependencyLoaderPlugin.java:177) ~[?:?]
        at com.github.gianttreelp.bukkitdependencyloader.DependencyLoaderPlugin.lambda$null$4(DependencyLoaderPlugin.java:165) ~[?:?]
        at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(Unknown Source) ~[?:?]
        at java.util.stream.ReferencePipeline$2$1.accept(Unknown Source) ~[?:?]
        at java.util.Spliterators$ArraySpliterator.forEachRemaining(Unknown Source) ~[?:?]
        at java.util.stream.AbstractPipeline.copyInto(Unknown Source) ~[?:?]
        at java.util.stream.AbstractPipeline.wrapAndCopyInto(Unknown Source) ~[?:?]
        at java.util.stream.ForEachOps$ForEachOp.evaluateSequential(Unknown Source) ~[?:?]
        at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(Unknown Source) ~[?:?]
        at java.util.stream.AbstractPipeline.evaluate(Unknown Source) ~[?:?]
        at java.util.stream.ReferencePipeline.forEach(Unknown Source) ~[?:?]
        at com.github.gianttreelp.bukkitdependencyloader.DependencyLoaderPlugin.lambda$scanPluginsAndLoadArtifacts$5(DependencyLoaderPlugin.java:164) ~[?:?]
        at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(Unknown Source) ~[?:?]
        at java.util.stream.ReferencePipeline$3$1.accept(Unknown Source) ~[?:?]
        at java.util.stream.ReferencePipeline$2$1.accept(Unknown Source) ~[?:?]
        at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(Unknown Source) ~[?:?]
        at java.util.stream.AbstractPipeline.copyInto(Unknown Source) ~[?:?]
        at java.util.stream.AbstractPipeline.wrapAndCopyInto(Unknown Source) ~[?:?]
        at java.util.stream.ForEachOps$ForEachOp.evaluateSequential(Unknown Source) ~[?:?]
        at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(Unknown Source) ~[?:?]
        at java.util.stream.AbstractPipeline.evaluate(Unknown Source) ~[?:?]
        at java.util.stream.ReferencePipeline.forEach(Unknown Source) ~[?:?]
        at com.github.gianttreelp.bukkitdependencyloader.DependencyLoaderPlugin.scanPluginsAndLoadArtifacts(DependencyLoaderPlugin.java:144) ~[?:?]
        at com.github.gianttreelp.bukkitdependencyloader.DependencyLoaderPlugin.<init>(DependencyLoaderPlugin.java:105) ~[?:?]
        at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:?]
        at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) ~[?:?]
        at jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) ~[?:?]
        at java.lang.reflect.Constructor.newInstance(Unknown Source) ~[?:?]
        at java.lang.Class.newInstance(Unknown Source) ~[?:?]
        at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:80) ~[patched_1.12.2.jar:git-Paper-1268]
        at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:127) ~[patched_1.12.2.jar:git-Paper-1268]
        ... 6 more
[18:44:53 ERROR]: Could not load 'plugins\groundmc.jar' in folder 'plugins'
org.bukkit.plugin.UnknownDependencyException: BukkitDependencyLoader
        at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:218) [patched_1.12.2.jar:git-Paper-1268]
        at org.bukkit.craftbukkit.v1_12_R1.CraftServer.loadPlugins(CraftServer.java:307) [patched_1.12.2.jar:git-Paper-1268]
        at net.minecraft.server.v1_12_R1.DedicatedServer.init(DedicatedServer.java:225) [patched_1.12.2.jar:git-Paper-1268]
        at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:616) [patched_1.12.2.jar:git-Paper-1268]
        at java.lang.Thread.run(Unknown Source) [?:?]

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.