[PR #516] [CLOSED] Bump mina-core from 1.1.7 to 2.1.5 in /2006Scape file_server #8211

Closed
opened 2026-05-31 12:22:14 +00:00 by Dark98 · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/2006-Scape/2006Scape/pull/516
Author: @dependabot[bot]
Created: 11/3/2021
Status: Closed

Base: masterHead: dependabot/maven/2006Scape-file_server/org.apache.mina-mina-core-2.1.5


📝 Commits (8)

  • 6deaa41 Astraeus Dialogue System Port (#512)
  • 1fe76d7 Couple of fixups (#513)
  • 669573c Make file server optional if cache already downloaded (#514)
  • 546669e Add Plugins/Kotlin Support To Maven
  • 7a2a6d3 Revert "Update Client Title Logo"
  • 156d864 Update NPC Plugins Layout To Put Click Actions Per NPC Plugin
  • 2629186 Only Print Loaded Plugins When Debug Enabled
  • deb29d5 Bump 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

Dependabot compatibility score

Dependabot 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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will 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 version will 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 dependency will 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 labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

You 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.

## 📋 Pull Request Information **Original PR:** https://github.com/2006-Scape/2006Scape/pull/516 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 11/3/2021 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/maven/2006Scape-file_server/org.apache.mina-mina-core-2.1.5` --- ### 📝 Commits (8) - [`6deaa41`](https://github.com/2006-Scape/2006Scape/commit/6deaa4162a973c5e1b39ed944e3df036d87faea7) Astraeus Dialogue System Port (#512) - [`1fe76d7`](https://github.com/2006-Scape/2006Scape/commit/1fe76d739ea4b7e3e2e60601f9dfe72c7ad9303e) Couple of fixups (#513) - [`669573c`](https://github.com/2006-Scape/2006Scape/commit/669573c660143978bb3960f159087d068b351e6a) Make file server optional if cache already downloaded (#514) - [`546669e`](https://github.com/2006-Scape/2006Scape/commit/546669ead039731a1c654b8d77ca888c78727d1e) Add Plugins/Kotlin Support To Maven - [`7a2a6d3`](https://github.com/2006-Scape/2006Scape/commit/7a2a6d362b3bc2e264238448a080de4b905f1a72) Revert "Update Client Title Logo" - [`156d864`](https://github.com/2006-Scape/2006Scape/commit/156d864bfdd4dff7f3f020d99037d434adaa8348) Update NPC Plugins Layout To Put Click Actions Per NPC Plugin - [`2629186`](https://github.com/2006-Scape/2006Scape/commit/2629186cc039613f08c938b75917d1c0adaf47a5) Only Print Loaded Plugins When Debug Enabled - [`deb29d5`](https://github.com/2006-Scape/2006Scape/commit/deb29d5b054eeacfcd3bd2c6b64d9b4e579e4faa) Bump mina-core from 1.1.7 to 2.1.5 in /2006Scape file_server ### 📊 Changes **32 files changed** (+3015 additions, -9080 deletions) <details> <summary>View changed files</summary> 📝 `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_ </details> ### 📄 Description Bumps [mina-core](https://github.com/apache/mina) from 1.1.7 to 2.1.5. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/apache/mina/commit/bc9bb230f112f58854bf70660c443cfd52c2bcff"><code>bc9bb23</code></a> [maven-release-plugin] prepare release 2.1.5</li> <li><a href="https://github.com/apache/mina/commit/dfd80f1985878d9c710ea32c29367bd1aecb290a"><code>dfd80f1</code></a> workout for failing unit test</li> <li><a href="https://github.com/apache/mina/commit/3bca0bcc3e4615ea234879350c08fd4c4c3fbd20"><code>3bca0bc</code></a> Adds malformed HTTP request check</li> <li><a href="https://github.com/apache/mina/commit/7dc266ac9a74f50669039c10be3d2defa2ac8b58"><code>7dc266a</code></a> Fixes HTTP pipeline processing issue</li> <li><a href="https://github.com/apache/mina/commit/d90bbb9bf56638cda4e13f696d2937ee24ccb972"><code>d90bbb9</code></a> o Simplified the check for messages that can bypass encryption</li> <li><a href="https://github.com/apache/mina/commit/f6f9795b415f9a259ab790d8043c4592752229a5"><code>f6f9795</code></a> o Removed unused imports</li> <li><a href="https://github.com/apache/mina/commit/01e0497e274984ff3e65d709982d3789a8cf42f4"><code>01e0497</code></a> Adds hex dump length safety check</li> <li><a href="https://github.com/apache/mina/commit/04d121f85184eaa8ef1b5e6598844bd8cb80735a"><code>04d121f</code></a> Merge branch '2.1.X' of <a href="http://gitbox.apache.org/repos/asf/mina">http://gitbox.apache.org/repos/asf/mina</a> into 2.1.X</li> <li><a href="https://github.com/apache/mina/commit/5156438760ebef879a3dd29eb0eff7f808d4dff9"><code>5156438</code></a> Fixed the xbean plugin error in eclipse</li> <li><a href="https://github.com/apache/mina/commit/6540022cb71f25faab43b1f0a3cbce461484bb55"><code>6540022</code></a> HexDump improvements</li> <li>Additional commits viewable in <a href="https://github.com/apache/mina/compare/1.1.7...2.1.5">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.mina:mina-core&package-manager=maven&previous-version=1.1.7&new-version=2.1.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will 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 version` will 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 dependency` will 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 labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/2006-Scape/2006Scape/network/alerts). </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Dark98 added the pull-request label 2026-05-31 12:22:14 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: 2006-Scape/2006Scape#8211