-
Notifications
You must be signed in to change notification settings - Fork 5
(major/non-breaking?) Modules Refactor #97
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
Conversation
… plugin in root repo
kaylendog
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some minor formatting complaints that I will fix in a second - pls see comments on the build files.
bukkit/src/main/java/com/dumbdogdiner/stickyapi/bukkit/nms/PacketInjector.java
Outdated
Show resolved
Hide resolved
Codecov Report
@@ Coverage Diff @@
## master #97 +/- ##
=============================================
+ Coverage 23.19% 34.39% +11.20%
=============================================
Files 73 63 -10
Lines 3126 2532 -594
Branches 426 286 -140
=============================================
+ Hits 725 871 +146
+ Misses 2355 1597 -758
- Partials 46 64 +18
Continue to review full report at Codecov.
|
kaylendog
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed formatting comments.
kaylendog
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM - some formatting thingies.
| * Copyright (c) 2020-2021 DumbDogDiner <dumbdogdiner.com>. All rights reserved. | ||
| * Licensed under the MIT license, see LICENSE for more information... | ||
| */ | ||
| package com.dumbdogdiner.stickyapi.bungeecord.util; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks very similar to the Bukkit startup util - perhaps some de-dupe here?
config/src/main/java/com/dumbdogdiner/stickyapi/common/config/Configuration.java
Outdated
Show resolved
Hide resolved
| // Generate dumper options | ||
| DumperOptions options = new DumperOptions(); | ||
| options.setDefaultFlowStyle(DumperOptions.FlowStyle.BLOCK); | ||
| options.setIndent(2); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
4 tab indentation hhhhh - vlad will complain but idc >:3
* Add browseJavadoc, allow frames support * update gradle * Fix javadoc issue * Generate javadoc for private * Switch back to gradle 6.7 * Don't duplicate allprojects directive; remove extra encoding option * Add trailing newline Co-authored-by: James <[email protected]> Co-authored-by: Andrew Katz <[email protected]>
kaylendog
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
| /* | ||
| * Copyright (c) 2020-$YEAR DumbDogDiner <dumbdogdiner.com>. All rights reserved. | ||
| * Licensed under the MIT license, see LICENSE for more information... | ||
| */ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| */ | |
| */ | |
Notes
Partial(?) changelog from previous tagged release
StickyAPI v3 Changelog
Upgrade Notes
Module support (dependency resolution change)
com.dumbdogdiner:stickyapiis still available, but is not recommendedPlease use
com.dumbdogdiner:stickyapi-(module)instead.breaking: Config rewrite (Rewrite the configuration package (very basic for now) #98)
Internal (ci)
Internal
Dependencies
net.nemerosa.versioning:2.8.2->2.14.0classgraph:4.8.98->4.8.100New Features
com.dumbdogdiner.stickyapi.StickyAPI(Feat/jcx/buildinfo #77)VoidGeneratorDeprecations
getRandomNumbercom.dumbdogdiner.stickyapi.bukkit.nms