Skip to content
Snippets Groups Projects
  1. Dec 16, 2023
    • Zoey76's avatar
      Updating JDA (Discord Java SDK) from 4.4.0 to 5.0.0-beta.18 · 91f76fea
      Zoey76 authored
      Followed the guide: https://jda.wiki/introduction/migration-v4-v5/
      
      The idea is to reduce the vulnerabilities, but some of them are still
      present in this version...
      
      Known vulnerabilities in JDA:
      CVE-2023-35116
      CVE-2022-24329
      CVE-2023-3635
      91f76fea
    • 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
  2. Dec 13, 2023
  3. Dec 03, 2023
  4. Sep 24, 2021
    • Zoey76's avatar
      Update to Java 17 · e3b0b7f1
      Zoey76 authored
      Updated BitBucket pipeline.
      Updated Maven Wrapper.
      
      Updated SLF4J 1.7.31 to 1.7.32.
      Updated JUnit 5.7.2 to 5.8.0.
      Updated Mockito 3.11.2 to 3.12.4.
      e3b0b7f1
  5. Aug 23, 2020
  6. Apr 27, 2020
  7. Jan 11, 2020
  8. Mar 05, 2019
    • Zoey76's avatar
      Complete DataPack refactor · 62c9e72b
      Zoey76 authored
      Moved to Maven instead of Gradle.
      Using proper project structure and package structure.
      62c9e72b
  9. Jan 26, 2019
    • Zoey76's avatar
      Updating dependencies · 56cb39df
      Zoey76 authored
      JDK11, we recommend OpenJDK for both Linux and Windows.
      Updating Bitbutcket Pipeline OpenJDK11.
      Updating Gradle Wrapper to 5.1.1.
      56cb39df
  10. Sep 15, 2018
  11. Mar 29, 2017
Loading