Pim van der Loos
45c293df7d
Update ByteBuddy dependency ( #1156 )
...
- Updated ByteBuddy dependency to add support for Java 17 (introduced in 1.10.21) and to take advantage of any fixes and improvements made between versions.
2021-05-29 13:01:45 -04:00
LOOHP
a0bb11e1bd
Add support for PaperMC's new Adventure API Component ( #1103 )
2021-02-27 14:15:43 -05:00
Dan Mulloy
ba74fceed6
Update version to 4.6.1-SNAPSHOT
2021-02-27 14:15:01 -05:00
Dan Mulloy
ab0faab396
Update version to 4.6.0 for release
2021-02-15 13:59:14 -05:00
PimvanderLoos
b54dd49426
Replace CGLib with ByteBuddy ( #984 )
...
- The gclib dependency in the EnchancerFactory has been removed. All classes that used the actual factory part of it have been updated to use bytebuddy instead. This class will have to be removed at some point, but at the moment it is still used for accessing its class loader.
- Renamed EnhancerFactory to ByteBuddyFactory. All ByteBuddy actions should go through this now. Every subclass created here implements the ByteBuddyGenerated interface. This makes it possible to recognize classes generated using ByteBuddy (by default, it doesn't leave such a trace).
- Removed the method DefaultInstances#forEnhancer(Enhancer). This method isn't used anywhere; the last trace of usage of the method I could find was in 2013 (in the NetworkServerInjector). External plugins (I couldn't find any that used it), they should really have their own implementation, given that they already require an instance of an Enchancer. As such, I feel it is safe to remove rather than update it.
2021-01-04 00:24:34 -05:00
dependabot[bot]
1545a88e06
Bump junit from 4.13 to 4.13.1 ( #989 )
...
Bumps [junit](https://github.com/junit-team/junit4 ) from 4.13 to 4.13.1.
- [Release notes](https://github.com/junit-team/junit4/releases )
- [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.13.1.md )
- [Commits](https://github.com/junit-team/junit4/compare/r4.13...r4.13.1 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-12-23 14:59:46 -05:00
Aurora
7bac4ec634
Update to 1.16.4 ( #1007 )
2020-11-09 15:11:48 -05:00
Dan Mulloy
553e4b6813
Update to 1.16.3
2020-10-19 11:02:32 -04:00
Dan Mulloy
bdaa843f2d
Update to 1.16.2
...
Fixes #941
Fixes #944
Fixes #934
2020-08-24 13:19:49 -04:00
Dan Mulloy
658da31d46
Initial support for 1.16 ( #880 )
...
Note that things may not initially work as expected. There are known issues (see #880 ) relating to dimensions, chat packets, and tile entities. There were also internal changes to attributes, though hopefully those are fixed. As always, report issues on GitHub.
2020-06-28 15:59:30 -04:00
Dan Mulloy
fdd30a7b87
Remove a bunch of legacy (<1.8) code
...
Shouldn't break any servers running 1.8+, but this version is all about code cleanup baby
2020-06-06 15:13:29 -04:00
Dan Mulloy
7ac4ac696f
Fold BukkitExecutors into ProtocolLib ( #721 )
...
Fixes #721
2020-06-06 13:49:26 -04:00
Dan Mulloy
c203fda391
Update version to 4.6.0-SNAPSHOT for development
2020-06-06 13:38:11 -04:00
Dan Mulloy
9a65ddbc43
Update version to 4.5.1 for release
2020-06-03 21:21:31 -04:00
Dan Mulloy
308e3d3417
Update to 1.15.2
2020-05-03 13:15:42 -04:00
Dan Mulloy
25a5f1d07f
Update version to 4.5.1-SNAPSHOT
2019-12-26 11:28:14 -05:00
Dan Mulloy
e2f949c3a7
Update version to 4.5.0 for release
2019-12-24 15:00:28 -05:00
Dan Mulloy
c3c59337ff
Update to 1.15.1
2019-12-24 14:57:15 -05:00
Dan Mulloy
fdf315ba7d
Update URLs to HTTPS
...
Finally got around to it on my ci and nexus
2019-12-24 14:23:05 -05:00
Dan Mulloy
3ff2ccf1b3
Add build number back to version, update maven plugins
2019-12-15 14:50:39 -05:00
Dan Mulloy
73c71e0198
Update to Minecraft 1.15
2019-12-13 16:19:40 -05:00
Dan Mulloy
b292c8485b
Disable strict JavaDoc checking
2019-12-05 16:48:56 -05:00
Dan Mulloy
2f09dec1c5
Move back to Maven
...
Didn't really gain anything from Gradle but it broke some stuff
2019-10-23 19:17:37 -04:00
Dan Mulloy
7b7449ee15
Migrate to Gradle with a single module
2018-09-22 17:48:06 -04:00
Dan Mulloy
4713d320f8
Update version to 4.4.0 for release
2018-09-22 12:21:17 -04:00
Dan Mulloy
776ec56a2d
Update to 1.13.1, rework cloning, fix a particle NPE
2018-09-15 14:32:18 -04:00
Dan Mulloy
976e4b4217
Update to 1.13
2018-07-23 19:11:07 -04:00
Dan Mulloy
6c3654ef40
Update to 1.13-pre7
2018-07-19 13:13:06 -04:00
Dan Mulloy
3ccc56fef9
Update repository links and versions
2018-06-12 14:45:36 -04:00
Dan Mulloy
72b8c4ced8
👀
2018-05-28 23:21:03 -04:00
Dan Mulloy
2d22df404a
Fix Gradle builds
2018-05-28 23:19:56 -04:00
Dan Mulloy
e4be102a77
Update to 1.12.2
2017-09-27 19:44:34 -04:00
Dan Mulloy
0ac68dc179
Update to 1.12.1
...
Also contains changes for the packet wrapper update coming soonTM
2017-08-04 14:01:06 -04:00
Dan Mulloy
9e5bdf4124
Major rework of underlying conversion logic
...
This shouldn't affect plugins utlilizing the API, but will make updates and adding wrappers to PacketWrapper easier. In case you're wondering, major changes include:
- Added AutoWrapper
- Added Covnerters utility class
- Removed generic type parameter from EquivalentConverter
2017-07-24 14:15:56 -04:00
Dan Mulloy
20d78832b0
Update dependency versions to hopefully work with Java 9
2017-06-14 15:41:00 -04:00
Dan Mulloy
adb3c5392c
Release version 4.3.0
2017-06-14 14:30:46 -04:00
Dan Mulloy
52e396b25d
Update to Spigot 1.12
2017-06-08 13:30:57 -04:00
Dan Mulloy
aeb2cfb65e
Update to 1.12-pre6
...
No real changes this time
2017-05-30 14:31:13 -04:00
Dan Mulloy
81daa62071
Update to 1.12-pre5
2017-05-19 11:11:30 -04:00
Dan Mulloy
f99b977888
Restore backwards compatibility, restructure poms
2017-05-18 12:02:47 -04:00
Dan Mulloy
3887ba27d2
Update to the 1.12 pre-release
...
- Now requires Java 8
- Added new packets
- Added ChatType enum (replaces magic value)
- Missing protocol version
2017-05-14 14:28:56 -04:00
Dan Mulloy
13b905e762
Fix a few issues with loading
2016-03-19 16:41:02 -04:00
Dan Mulloy
b4c0cc5a27
Split API off into a separate module
2016-03-19 16:01:38 -04:00
Dan Mulloy
615a4e6e37
Use the correct Gson class in 1.7.10
2016-02-27 22:48:11 -05:00
Dan Mulloy
12b78eb1d7
Switch to Java 7
...
This shouldn't be an issue as Java 6 has been EOL'd for years now. Heck,
even Java 7 has been EOL'd
Also updated maven plugin versions
2016-02-17 21:03:26 -05:00
Dan Mulloy
7226e199e5
A few build improvements
2015-07-18 21:35:00 -04:00
Dan Mulloy
4c97c3c7ce
Don't build TinyProtocol, it isn't actually a plugin
2015-07-18 21:09:02 -04:00
Dan Mulloy
92fabb31b2
Minor restructure - move examples to modules, rename ShadedNetty
2015-06-24 11:48:07 -04:00
Dan Mulloy
1b4a8ec0aa
Customize the JavaDocs a bit
2015-06-21 23:36:07 -04:00
Dan Mulloy
b1b5408c53
Don't fail the build if there are JavaDoc errors
2015-06-18 22:56:12 -04:00