Release v2.4#68
Draft
DomiIRL wants to merge 86 commits into
Draft
Conversation
…allenge' into development # Conflicts: # language/files/de.json # language/files/en.json # plugin/src/main/java/net/codingarea/challenges/plugin/management/challenges/ChallengeLoader.java # plugin/src/main/resources/plugin.yml
does not resolve issues with cloudnet impl
[!!!] following issues are known and might cause build/checks to fail - will be addressed in upcoming changes:
- artifact version ambiguity for gson caused by cloudnet might cause build failure due to breaking changes between versions
- cloudnet depend resolution (legacy repo might be discontinued)
- java version compatibility
Replace Maven build with Gradle: add Gradle wrapper, top-level build.gradle.kts, settings, gradle.properties and libs.versions.toml. Add subproject build scripts for plugin and mongo-connector using the Shadow plugin, configure Java 16, resource filtering (injecting ${version}), and UTF-8 compilation.
Update CI/workflow: rename GitHub Action to use Gradle (setup-gradle, ./gradlew build) and update artifact paths. Update .gitignore for Gradle outputs and keep gradle/wrapper/gradle-wrapper.jar tracked. Update plugin.yml files to use version token expansion.
- concurrency check - file permissions - remove redundant wrapper validation (newer gradle action)
anweisen
reviewed
May 26, 2026
| try { | ||
| FileUtils.createFilesIfNecessary(getLanguagePropertiesFile()); | ||
|
|
||
| FileDocument document = FileDocument.readPropertiesFile(getLanguagePropertiesFile()); |
- explicit compileOnly gson version (use bundled mojang gson) - necessary due to ambiguity created by multiple gson versions bundled by depends - consider bundling via relocate
- necessary because SecurityManager was marked for removal in java17, removes all calls to it
- include .editorconfig
- provisional step, considering extracting plugin api entirely and registering cloud impl indirectly
- before: mix of javax.* annotations and jetbrains annotations - replaced all references to jsr (javax.*) annotations with jetbrains annotations - as jsr becomes stale, it's considered best practice to use jetbrains annotations, esp. in combination with intellij and qodana
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
» Update v2.4
➦ General
» Fix compatibility issues for 1.19 up to 1.21.5
» Dropped official support and maintenance for version below 1.19
➦ Commands
» /setlang command to change the current language of the plugin
➦ Challenges
» Delay Damage Challenge
» Quiz Challenge
» [] Teams for Force-Challenges
➦ Optimizations
» Notify new plugin users the need for operator / permissions
➦ Bug Fixes
» new Attribute Names
» Skulls not loading properly
» All Items not displaying the complete names
➦ Technical
» Move anweisen/utiltities dependency inside the codebase