feat: add Docker/Gradle build, JDK 26, Spotify support, and migrate config.txt to config.yaml#1863
Open
itzzjustmateo wants to merge 25 commits into
Open
feat: add Docker/Gradle build, JDK 26, Spotify support, and migrate config.txt to config.yaml#1863itzzjustmateo wants to merge 25 commits into
itzzjustmateo wants to merge 25 commits into
Conversation
Migrates the build system from Maven to Gradle, updates the project to a newer JDK version, and refreshes Dockerfiles to align with the updated build and runtime setup.
This commit merges the Pull Request #1 opened by itzzjustmateo
- Rename bot from JMusicBot to LMusicBot (Lukas' Music Bot) - Update all repo URLs from jagrosh/MusicBot to Lukas48452/MusicBot - Add 14 slash commands with configurable interaction modes - Add WebhookNotifier for nowplaying and queue updates - Add StorageBackend interface with File, Redis, PostgreSQL impls - Upgrade deps: Logback 1.5.16, Typesafe Config 1.4.3, Jsoup 1.18.3, JUnit 5 - Add Jedis 5.2.0, PostgreSQL 42.7.4, HikariCP 6.0.0 - Fix badge theme to variant=secondary - Fix RepeatSlashCmd one-statement-per-line - Overhaul README with fork comparison table and new config docs
- Remove Patreon and other funding platform links from FUNDING.yml - Add /lmb slash command crediting VOMLabs, IMStudios (ItzzMateo Studios), original JMusicBot creator (jagrosh), and Lukas
- Add .classpath, .project, .settings/, bin/ to .gitignore - Update /lmb credits: remove VOMLabs, update IMStudios role text
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.
This pull request...
Description
Purpose
The existing build system (Maven on JDK 11) is outdated and lacks Docker support, making deployment unnecessarily complex. This PR modernises the build pipeline, adds containerisation, extends music source support with Spotify, and improves the project's documentation and developer experience.
Relevant Issue(s)
This PR closes #1861 and #1862