8000 Release/9.6.0 by JorelAli · Pull Request #609 · CommandAPI/CommandAPI · GitHub
[go: up one dir, main page]

Skip to content

Release/9.6.0 #609

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 77 commits into from
Oct 28, 2024
Merged
Changes from 1 commit
Commits
Show all changes
77 commits
Select commit Hold shift + click to select a range
543c329
Set version to 9.6.0-SNAPSHOT
JorelAli Aug 11, 2024
36904c1
Remove unnecessary dependencies section from shadowJar configuration …
DerEchtePilz Aug 12, 2024
4239d48
Reword previously modified section a bit
DerEchtePilz Aug 12, 2024
c8459cf
Be more lenient when updating the minor version of the game
DerEchtePilz Aug 12, 2024
f612282
Add an option to the plugin config
DerEchtePilz Aug 12, 2024
3dcea3e
Update documentation and changelog
DerEchtePilz Aug 12, 2024
b13b696
Address code reviews
DerEchtePilz Aug 13, 2024
6bbac82
Minor JavaDocs adjustments
DerEchtePilz Aug 13, 2024
e6c80ac
Tweak Javadocs
DerEchtePilz Aug 13, 2024
ca5600a
Add a LoadContext to only display a warning when applicable
DerEchtePilz Aug 13, 2024
ef987e7
Address more code review
DerEchtePilz Aug 14, 2024
d4cc664
Fix config option name in setup_shading
DerEchtePilz Aug 14, 2024
c3ff409
Even more code review
DerEchtePilz Aug 14, 2024
4edb542
Fix incorrect sentence in safe suggestions (#601)
Strokkur424 Sep 1, 2024
7479cb8
Fix CommandAPI loading on old versions (tested 1.19)
willkroboth Sep 1, 2024
41e1e77
Update Velocity API to 3.3.0-SNAPSHOT
DerEchtePilz Sep 10, 2024
68ed69e
Update instructions for shading with Gradle
DerEchtePilz Oct 3, 2024
d4bdade
Rework plugin config system
DerEchtePilz Aug 20, 2024
2c698f8
Use a loop instead of a Stream
DerEchtePilz Aug 21, 2024
9ca2efe
We want stacktraces
DerEchtePilz Aug 21, 2024
77029d2
Include generated config.yml in the documentation
DerEchtePilz Aug 23, 2024
6bdc2fd
Address code review
DerEchtePilz Sep 5, 2024
86b3f27
Use a LinkedHashMap for config options
DerEchtePilz Sep 5, 2024
3140b23
First iteration of an extendable and testable config system
DerEchtePilz Sep 7, 2024
78b1f7c
Update config system to be platform agnostic
DerEchtePilz Sep 15, 2024
a21e635
Clean up dependencies
DerEchtePilz Sep 15, 2024
a0bd0ef
Fix stuff
DerEchtePilz Sep 22, 2024
90fac61
Annotations
DerEchtePilz Sep 22, 2024
5b8886a
Fix Annotations
DerEchtePilz Sep 22, 2024
460a466
Fix more stuff
DerEchtePilz Sep 23, 2024
25b040e
Fix defaults in config.md
DerEchtePilz Sep 23, 2024
7d2ef1e
Simplify a thing
DerEchtePilz Sep 23, 2024
beeca43
Fix VelocityConfigurationAdapter#getKeys()
DerEchtePilz Sep 23, 2024
32b7eed
Don't update the Velocity config if not necessary
DerEchtePilz Sep 23, 2024
e1c35d7
Clean up Velocity plugin class
DerEchtePilz Sep 24, 2024
be6dfa3
Create static method to create a dummy instance
DerEchtePilz Sep 25, 2024
0e0d2d5
Remove Velocity config file
DerEchtePilz Sep 25, 2024
2698520
Introduce common modules to not include config classes in API modules
DerEchtePilz Sep 26, 2024
aa0d977
Remove unnecessary dependency
DerEchtePilz Sep 28, 2024
bff49cd
Move more common classes into the common module
DerEchtePilz Sep 28, 2024
677d545
Inline some stuff
DerEchtePilz Sep 28, 2024
f66e16c
Address code review
DerEchtePilz Oct 7, 2024
392d77f
More code review
DerEchtePilz Oct 7, 2024
0739a4f
Merge pull request #596 from JorelAli/dev/config-experiment
DerEchtePilz Oct 8, 2024
af9c53d
A few fixes
DerEchtePilz Oct 8, 2024
456c5a4
Add some tests
DerEchtePilz Oct 8, 2024
36c6b4b
Pass a YamlConfigurationLoader into VelocityConfigurationAdapter#crea…
DerEchtePilz Oct 8, 2024
54437c3
Generate default config correctly again
DerEchtePilz Oct 8, 2024
95a831d
Another test
DerEchtePilz Oct 8, 2024
f50a549
Extract saveDefaultConfig to ConfigurationAdapter
DerEchtePilz Oct 9, 2024
51eddbd
Update config test validation methods. Add config modules to code cov…
DerEchtePilz Oct 9, 2024
c07b4b1
Code review
DerEchtePilz Oct 16, 2024
f21647e
Pass config file to the ConfigurationAdapter impls
DerEchtePilz Oct 16, 2024
ed82a36
createDummyInstance -> createMinimalInstance
DerEchtePilz Oct 16, 2024
eddcb5c
Merge pull request #605 from JorelAli/dev/config-experiment
DerEchtePilz Oct 16, 2024
6828682
Initial work for 1.21.2
DerEchtePilz Oct 22, 2024
461ff87
Update compatible versions and add some annotations
DerEchtePilz Oct 22, 2024
4e16bd4
Fix parsing errors for advancement and recipe argument
DerEchtePilz Oct 22, 2024
52ab132
Remove TODO from runCommandFunction profiler change. Adds Differs ann…
JorelAli Oct 23, 2024
5d4111b 8000
Tweak NMS 1.21.2 reloading to handle fuel values and recipe loading f…
JorelAli Oct 23, 2024
aa5c4ea
Fix compilation error because of wrong variable name
DerEchtePilz Oct 23, 2024
fd46152
Add 1.21.3 as a supported version
DerEchtePilz Oct 23, 2024
f91d291
Update dependencies to 1.21.3
DerEchtePilz Oct 24, 2024
9fd1d0d
Update changelog
DerEchtePilz Oct 24, 2024
0e01353
Add new Minecraft versions to the issue template
DerEchtePilz Oct 24, 2024
826bb9a
We have a Paper 1.21.3 dependency now
DerEchtePilz Oct 26, 2024
4caeb94
Update version supported table
DerEchtePilz Oct 26, 2024
9cf7fdc
Correctly place new NMS method in ArgumentNMS classes
DerEchtePilz Oct 26, 2024
c1546fc
Add changelog entry for `dev/config-experiment` changes
willkroboth Oct 26, 2024
cc64f5c
Bump Maven plugin versions (including maven-shade-plugin -> 3.6.0)
JorelAli Oct 28, 2024
1ea949c
Set version to 9.6.0
JorelAli Oct 28, 2024
aa27508
Generate 9.6.0 documentation
JorelAli Oct 28, 2024
b8acc0d
Generate 9.6.0 JavaDocs
JorelAli Oct 28, 2024
b19dee0
Update website
JorelAli Oct 28, 2024
4af8234
Downgrade maven-source-plugin back to 3.2.1
JorelAli Oct 28, 2024
ac417e4
Add some JavaDocs for non-Javadoc packages so Maven is happy
JorelAli Oct 28, 2024
0546c4f
Merge branch 'master' into release/9.6.0
JorelAli Oct 28, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Tweak Javadocs
Co-authored-by: willkroboth <46540330+willkroboth@users.noreply.github.com>
  • Loading branch information
DerEchtePilz and willkroboth committed Aug 14, 2024
commit e6c80acdc413e9b22a94149a2de36e99e8fdd52e
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,7 @@ public Impl useLatestNMSVersion(boolean value) {
* when updating to a minor release of Minecraft. As an example, this setting can allow
* updating to 1.21.2 from 1.21.1 but doesn't allow updating to 1.22 from 1.21.2.
* Unlike {@link #useLatestNMSVersion(boolean)}, this setting does
* not blindly load the latest NMS version and as a result breaks cross version compatibility
* but will actually prefer loading the 4B14 correct NMS implementation.
* not blindly load the latest NMS version, but will prefer loading the correct NMS implementation when available.
*
* @param value whether the CommandAPI should assume that minor Minecraft releases do not cause incompatibilities
* @return this CommandAPIConfig
Expand Down
0