ExceptedPrism3 / Logger

Log all Activities from Players or Server Side!
https://www.spigotmc.org/resources/logger.94236/
GNU Affero General Public License v3.0
40 stars 18 forks source link

Relocate shaded dependencies to own namespace (#24) #25

Closed A248 closed 2 years ago

A248 commented 2 years ago

This fixes the bug in the Improving branch, but it does not affect the PostgreSQL branch. I'll leave it to you to fix this in the PostgreSQL branch too.

Note that SQLite cannot be relocated because it uses JNI. Because of this, using an own copy of SQLite is considered impossible in plugins. If you need to use SQLite I suggest using the version of SQLite bundled with the server implementation. Note that Velocity does not bundle SQLite, however.

sonarcloud[bot] commented 2 years ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication