mirror of
https://github.com/2006-Scape/2006Scape.git
synced 2026-07-02 16:49:03 +00:00
[PR #516] [CLOSED] Bump mina-core from 1.1.7 to 2.1.5 in /2006Scape file_server #6135
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/2006-Scape/2006Scape/pull/516
Author: @dependabot[bot]
Created: 11/3/2021
Status: ❌ Closed
Base:
master← Head:dependabot/maven/2006Scape-file_server/org.apache.mina-mina-core-2.1.5📝 Commits (8)
6deaa41Astraeus Dialogue System Port (#512)1fe76d7Couple of fixups (#513)669573cMake file server optional if cache already downloaded (#514)546669eAdd Plugins/Kotlin Support To Maven7a2a6d3Revert "Update Client Title Logo"156d864Update NPC Plugins Layout To Put Click Actions Per NPC Plugin2629186Only Print Loaded Plugins When Debug Enableddeb29d5Bump mina-core from 1.1.7 to 2.1.5 in /2006Scape file_server📊 Changes
32 files changed (+3015 additions, -9080 deletions)
View changed files
📝
2006Scape Client/.settings/org.eclipse.jdt.core.prefs(+8 -3)📝
2006Scape Client/src/main/java/Game.java(+5 -3)➕
2006Scape Server/plugins/plugin/buttons/DialogueOptionButtons.kt(+41 -0)➕
2006Scape Server/plugins/plugin/npc/banker/BankerDialogue.kt(+37 -0)➕
2006Scape Server/plugins/plugin/npc/banker/FirstClick.kt(+32 -0)📝
2006Scape Server/plugins/plugin/npc/manwoman/FirstClick.kt(+9 -16)➕
2006Scape Server/plugins/plugin/npc/manwoman/ManWomanDialogue.kt(+163 -0)📝
2006Scape Server/pom.xml(+56 -0)📝
2006Scape Server/src/main/java/com/rs2/game/content/combat/CombatAssistant.java(+1 -1)➖
2006Scape Server/src/main/java/com/rs2/game/content/combat/npcs/StaticNpcList.java(+0 -7735)➕
2006Scape Server/src/main/java/com/rs2/game/dialogues/ChainablePlugin.java(+14 -0)📝
2006Scape Server/src/main/java/com/rs2/game/dialogues/ChatEmotes.java(+6 -1)➖
2006Scape Server/src/main/java/com/rs2/game/dialogues/Dialogue.java(+0 -20)➕
2006Scape Server/src/main/java/com/rs2/game/dialogues/DialogueFactoryPlugin.java(+741 -0)📝
2006Scape Server/src/main/java/com/rs2/game/dialogues/DialogueHandler.java(+9 -47)📝
2006Scape Server/src/main/java/com/rs2/game/dialogues/DialogueOptions.java(+1114 -1083)➕
2006Scape Server/src/main/java/com/rs2/game/dialogues/DialoguePlugin.java(+37 -0)➕
2006Scape Server/src/main/java/com/rs2/game/dialogues/ExpressionPlugin.java(+74 -0)➕
2006Scape Server/src/main/java/com/rs2/game/dialogues/NPCDialogue.java(+122 -0)➕
2006Scape Server/src/main/java/com/rs2/game/dialogues/OptionDialoguePlugin.java(+163 -0)...and 12 more files
📄 Description
Bumps mina-core from 1.1.7 to 2.1.5.
Commits
bc9bb23[maven-release-plugin] prepare release 2.1.5dfd80f1workout for failing unit test3bca0bcAdds malformed HTTP request check7dc266aFixes HTTP pipeline processing issued90bbb9o Simplified the check for messages that can bypass encryptionf6f9795o Removed unused imports01e0497Adds hex dump length safety check04d121fMerge branch '2.1.X' of http://gitbox.apache.org/repos/asf/mina into 2.1.X5156438Fixed the xbean plugin error in eclipse6540022HexDump improvementsDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and languageYou can disable automated security fix PRs for this repo from the Security Alerts page.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.