Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-02-27 | [ci skip] Update Gradle wrapper to 8.0.1 (#8924) | Jason | |
2023-02-21 | Configure mokitor Server mock as stubOnly (#8861) | Bjarne Koll | |
A recent patch moved the internal unit tests to mokito, allowing deep mocking to easily setup a mocked server instance. While this change is useful, the server's Server#getItemFactory methods is one of the hottest paths during unit testing, being called numerous times by material tests. As mokito mocks keep track of each invocation to allow for verifications of invocations down the line, the server mock allocates a huge amount of memory to keep track of all invocations, ultimately leading to an OOM exception. The previous solution solved this by increasing the tests memory to 2 GB, however as of right now simply configuring the server mock as "stubOnly", properly prevents the overflow of invocation records as none of the unit test code relies on invocation verification. | |||
2023-02-19 | Paper Plugins (#8108) | Owen | |
2023-02-16 | [ci skip] Update paperweight to 1.5.1 (#8856) | Jason | |
2023-02-15 | convert API/server tests to mockito (#8848) | Jake Potrebic | |
* convert API tests to mockito * convert server tests to mockito * add co-author | |||
2023-01-06 | [ci skip] Update paperweight to 1.4.1 | Nassim Jahnke | |
2022-12-13 | Update paperweight to 1.4.0 | Jason Penilla | |
2022-12-07 | Disable ATs from unapplied folder | Shane Freeder | |
2022-12-07 | First server patches | Nassim Jahnke | |
2022-12-07 | API patches | Nassim Jahnke | |
2022-11-19 | Moving ATs from the at file to individual patches (#8573) | Jake Potrebic | |
2022-11-12 | update yarn param mappings (#8563) | Jake Potrebic | |
2022-10-31 | Build updates | Jason Penilla | |
2022-08-05 | 1.19.2 (#8250) | Jake Potrebic | |
2022-07-27 | Move patches over, start with first few | Nassim Jahnke | |
2022-06-27 | Update paperweight to 1.3.8 | Jason Penilla | |
2022-06-12 | Update paperweight to 1.3.7 | Jason Penilla | |
2022-06-07 | Prepare for 1.19 dev | Nassim Jahnke | |
2022-05-29 | Update ForgeFlower (#7857) | Jason | |
2022-05-20 | [ci-skip] Update repository and API urls (#7835) | Noah van der Aa | |
2022-04-21 | Build updates | Jason Penilla | |
- update paperweight to 1.3.6 - update tiny-remapper to 0.8.2 | |||
2022-04-13 | Replace third party repos with Paper repo (#7733) | Jason | |
we now mirror Fabric, Forge, and Mojang | |||
2022-04-07 | Use patched spigot decompiler (#7706) | Jason | |
2022-04-05 | Update decompiler & param mappings | Jason Penilla | |
2022-03-04 | Add printPaperVersion task | Shane Freeder | |
2022-03-03 | Update paperweight to 1.3.5 | Jason Penilla | |
2022-02-28 | Initial 1.18 update | Nassim Jahnke | |
2022-02-21 | [ci skip] Update Gradle wrapper to 7.4 | Jason Penilla | |
2022-01-27 | [ci skip] Update paperweight to 1.3.4 | Jason Penilla | |
2022-01-25 | [ci skip] Update parameter mappings | Jason Penilla | |
2022-01-25 | Update tiny-remapper | Jason Penilla | |
2022-01-02 | Fixed FishingHook param mappings being swapped (#7243) | Jake Potrebic | |
2021-12-31 | [ci skip] Update shadow and remove semicolons from kotlin code | Jason Penilla | |
2021-12-30 | [ci skip] Change test logging settings to log by default (#7203) | Owen1212055 | |
2021-12-21 | Update paperweight to 1.3.3 and shadow to 7.1.1 | Jason Penilla | |
2021-12-12 | Update paperweight to 1.3.2 | Jason Penilla | |
2021-12-10 | Update to 1.18.1 (#7076) | Nassim Jahnke | |
2021-12-01 | Build updates (#6992) | Jason | |
2021-12-01 | Update paperclip to v3.0.2 | Shane Freeder | |
2021-11-30 | Update to paperweight 1.3.0 | Kyle Wood | |
2021-11-30 | Update paperclip and yarn mappings (#6943) | Jake Potrebic | |
2021-11-30 | Bump Paperclip and fix configuration cache issue | Kyle Wood | |
2021-11-30 | Updated Upstream (Bukkit/CraftBukkit/Spigot) | Josh Roy | |
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 Bukkit Changes: 716b4fce Revert SnakeYAML upgrade ca6f8942 Update to Minecraft 1.18-rc3 57e7e952 #683: Add Player#showDemoScreen CraftBukkit Changes: c98abfb0 Update to Minecraft 1.18-rc3 9b258501 #960: Add Player#showDemoScreen d9542247 Produce remapped jars after bootstrap jar 99f3ddde SPIGOT-6808: Fix RegionAccessor#getBiome Spigot Changes: b7a4222e Update to Minecraft 1.18-rc3 | |||
2021-11-30 | Upgrade paperweight with bundler jar updates | Kyle Wood | |
This allows creating paperclip jars pre-patch (only the reobf'd jar for now). | |||
2021-11-30 | Updated Upstream (Bukkit/CraftBukkit/Spigot) | Jake | |
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 Bukkit Changes: d25437bc Update to Minecraft 1.18-pre8 CraftBukkit Changes: 5a39a236 Update to Minecraft 1.18-pre8 Spigot Changes: 7840c2af Update to Minecraft 1.18-pre8 | |||
2021-11-30 | Update server build file | Jason Penilla | |
2021-11-30 | Verify and fix build-data adjustments for 1.18 reobf | Kyle Wood | |
2021-11-30 | Prepare for updating server patches | Jason Penilla | |
2021-11-30 | Use correct decompile repo | Jason Penilla | |
2021-11-30 | java 17 | Jason Penilla | |