Commit cd7744f
committed
Updated Upstream (BungeeCord)
Upstream has released updates that appear to apply and compile correctly.
This update has not been tested by PaperMC and as with ANY update, please do your own testing
BungeeCord Changes:
d5aa9f3d Re-enable enforcement of dependency convergence
bdafd506 #3951: Bump the maven-resolver group with 3 updates
66b377de Update dependabot.yml
15bb31da #3945: Bump org.yaml:snakeyaml from 2.2 to 2.6
3a815646 #3940: Bump com.mysql:mysql-connector-j from 8.4.0 to 9.6.0
9be97295 #3950: Bump org.jline:jline from 3.30.6 to 3.30.7
fa04f2dc #3948: Bump org.apache.maven.plugins:maven-shade-plugin from 3.6.1 to 3.6.2
0b98b211 Update dependabot.yml
604825af #3949: Bump org.junit.jupiter:junit-jupiter from 5.10.2 to 5.14.3
6a89ca81 Update dependabot.yml
98ffc1e2 Bump com.puppycrawl.tools:checkstyle from 8.45.1 to 9.3
4c3c17bb #3904: Bump com.google.guava:guava from 33.4.8-jre to 33.5.0-jre
d70270ca #3901: Bump org.projectlombok:lombok from 1.18.38 to 1.18.42
3abeb47b #3905: Bump it.unimi.dsi:fastutil-core from 8.5.15 to 8.5.18
01604830 #3900: Bump org.jline:jline from 3.30.4 to 3.30.6
f9f257de #3894: Bump org.apache.maven.plugins:maven-enforcer-plugin from 3.4.1 to 3.6.2
0bca3791 #3896: Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.4 to 3.2.8
c2e2bb5e #3898: Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.3 to 3.12.0
e7605faa #3912: Bump org.apache.maven.plugins:maven-jar-plugin from 3.4.1 to 3.5.0
2d81eb15 #3902: Bump org.apache.maven.plugins:maven-shade-plugin from 3.5.3 to 3.6.1
2f59683b #3917: Bump org.apache.maven.plugins:maven-source-plugin from 3.3.1 to 3.4.0
20dc45d1 #3928: Bump org.sonatype.central:central-publishing-maven-plugin
4f81e63a #3936: Bump org.codehaus.mojo:animal-sniffer-maven-plugin from 1.24 to 1.27
ad779bcb #3941: Bump org.apache.maven.plugins:maven-compiler-plugin
18df7b22 #3926: Add PlayerConfigurationEvent
af229047 Fix formatting in ObjectComponentSerializer
554f1aad #3891: Bump actions/setup-java from 4 to 5
5b12ebdf #3942: Bump io.netty:netty-bom from 4.2.7.Final to 4.2.10.Final
5894fb2a #3923: Bump org.ow2.asm:asm-commons from 9.8 to 9.9.1
8a6d1fe0 #3914: Bump actions/checkout from 4 to 6
803d3897 Minecraft 26.1-snapshot-11 support
1f64bb8e #3943: Send brand and settings directly after config transition
9149e8ac Minecraft 26.1-snapshot-10 support
a73268ab Minecraft 26.1-snapshot-9 support
7d6516ee #3925: Add command name to stack trace
cf5bb43a #3938, #3939: Fix TabExecutor when command has the same name as Brigadier command
1a3f96d9 #3935: Update year to 2026
7b5751f4 #3932: Fix ArrayIndexOutOfBoundsException with MAX_PACKET_ID
adcda46d #3933, #3934: Missing "." in command /bungee
62f0464d Minecraft 26.1-snapshot-7 support
53df9987 #3930: Minecraft 26.1-snapshot-3 support
36e61543 #3922: Minecraft 26.1-snapshot-1 support
0bc4587b Minecraft 1.21.11 support
83ba0ec4 Minecraft 1.21.11-rc2 support
3929ac42 Minecraft 1.21.11-pre2 support
81c38488 #3913: Remove experimental annotations on PendingConnection methods
5916f083 #3909: Send bungeecord registered plugin channels immediately in config phase
fd4d0443 Minecraft 25w45a support
c1ec7c24 Minecraft 25w44a support
5070e812 Update Jenkins URLs
df85f511 #3885: Remove manual player removal from tab list
45f3ba0e #3890: Bump Netty to 4.2.7-Final
296b31bd Minecraft 1.21.9 support1 parent 5b3b1d5 commit cd7744f
21 files changed
Lines changed: 123 additions & 156 deletions
File tree
- BungeeCord-Patches
Submodule BungeeCord updated 25 files
- .github/dependabot.yml+22-6
- .github/workflows/maven.yml+2-2
- README.md+1-1
- api/pom.xml+5-5
- api/src/main/java/net/md_5/bungee/api/connection/PendingConnection.java-4
- api/src/main/java/net/md_5/bungee/api/event/PlayerConfigurationEvent.java+48
- api/src/main/java/net/md_5/bungee/api/plugin/PluginManager.java+1-1
- bootstrap/pom.xml+2-2
- chat/pom.xml+1-1
- config/pom.xml+2-2
- log/pom.xml+1-1
- pom.xml+16-18
- protocol/pom.xml+1-1
- protocol/src/main/java/net/md_5/bungee/protocol/Protocol.java+70-36
- protocol/src/main/java/net/md_5/bungee/protocol/ProtocolConstants.java+8-4
- proxy/pom.xml+4-4
- proxy/src/main/java/net/md_5/bungee/BungeeCordLauncher.java+1-1
- proxy/src/main/java/net/md_5/bungee/ServerConnection.java+3
- proxy/src/main/java/net/md_5/bungee/ServerConnector.java+16-12
- proxy/src/main/java/net/md_5/bungee/command/CommandBungee.java+1-1
- proxy/src/main/java/net/md_5/bungee/connection/DownstreamBridge.java+73-11
- proxy/src/main/java/net/md_5/bungee/connection/UpstreamBridge.java+11-36
- proxy/src/main/java/net/md_5/bungee/module/JenkinsModuleSource.java+1-1
- serializer/pom.xml+1-1
- serializer/src/main/java/net/md_5/bungee/chat/ObjectComponentSerializer.java+1-1
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
78 | | - | |
| 78 | + | |
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
| |||
154 | 154 | | |
155 | 155 | | |
156 | 156 | | |
157 | | - | |
| 157 | + | |
158 | 158 | | |
159 | 159 | | |
160 | 160 | | |
| |||
184 | 184 | | |
185 | 185 | | |
186 | 186 | | |
187 | | - | |
| 187 | + | |
188 | 188 | | |
189 | 189 | | |
190 | 190 | | |
| |||
283 | 283 | | |
284 | 284 | | |
285 | 285 | | |
286 | | - | |
| 286 | + | |
287 | 287 | | |
288 | 288 | | |
289 | 289 | | |
| |||
595 | 595 | | |
596 | 596 | | |
597 | 597 | | |
598 | | - | |
| 598 | + | |
599 | 599 | | |
600 | 600 | | |
601 | 601 | | |
| |||
667 | 667 | | |
668 | 668 | | |
669 | 669 | | |
670 | | - | |
| 670 | + | |
671 | 671 | | |
672 | 672 | | |
673 | 673 | | |
| |||
688 | 688 | | |
689 | 689 | | |
690 | 690 | | |
691 | | - | |
692 | | - | |
693 | | - | |
694 | | - | |
695 | | - | |
696 | | - | |
697 | | - | |
698 | | - | |
699 | | - | |
700 | 691 | | |
701 | 692 | | |
702 | 693 | | |
| |||
705 | 696 | | |
706 | 697 | | |
707 | 698 | | |
708 | | - | |
| 699 | + | |
709 | 700 | | |
710 | 701 | | |
711 | 702 | | |
712 | | - | |
| 703 | + | |
713 | 704 | | |
714 | 705 | | |
715 | 706 | | |
| |||
727 | 718 | | |
728 | 719 | | |
729 | 720 | | |
730 | | - | |
| 721 | + | |
731 | 722 | | |
732 | 723 | | |
733 | 724 | | |
| |||
744 | 735 | | |
745 | 736 | | |
746 | 737 | | |
747 | | - | |
| 738 | + | |
748 | 739 | | |
749 | 740 | | |
750 | 741 | | |
| |||
793 | 784 | | |
794 | 785 | | |
795 | 786 | | |
796 | | - | |
| 787 | + | |
797 | 788 | | |
798 | 789 | | |
799 | 790 | | |
| |||
913 | 904 | | |
914 | 905 | | |
915 | 906 | | |
916 | | - | |
| 907 | + | |
917 | 908 | | |
918 | 909 | | |
919 | 910 | | |
| |||
989 | 980 | | |
990 | 981 | | |
991 | 982 | | |
992 | | - | |
| 983 | + | |
993 | 984 | | |
Lines changed: 7 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
51 | | - | |
| 50 | + | |
| 51 | + | |
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
65 | | - | |
| 65 | + | |
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
72 | | - | |
| 72 | + | |
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
| |||
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
104 | | - | |
| 104 | + | |
105 | 105 | | |
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
Lines changed: 6 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
| 48 | + | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
| 51 | + | |
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
| 61 | + | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
| 64 | + | |
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
| |||
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
87 | | - | |
| 87 | + | |
88 | 88 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
Lines changed: 6 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
| 49 | + | |
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
75 | | - | |
| 75 | + | |
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
| |||
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
90 | | - | |
| 90 | + | |
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
| |||
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
109 | | - | |
| 109 | + | |
110 | 110 | | |
0 commit comments