Uh oh!
There was an error while loading. Please reload this page.
(major/non-breaking?) Modules Refactor - #97
Conversation
… plugin in root repo
kaylendog
left a comment
There was a problem hiding this comment.
Some minor formatting complaints that I will fix in a second - pls see comments on the build files.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
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.
Fixed formatting comments.
kaylendog
left a comment
There was a problem hiding this comment.
LGTM - some formatting thingies.
| @@ -5,8 +5,11 @@ | |||
| package com.dumbdogdiner.stickyapi.bungeecord.util; | |||
There was a problem hiding this comment.
This looks very similar to the Bukkit startup util - perhaps some de-dupe here?
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
| // Generate dumper options | ||
| DumperOptions options = new DumperOptions(); | ||
| options.setDefaultFlowStyle(DumperOptions.FlowStyle.BLOCK); | ||
| options.setIndent(2); |
There was a problem hiding this comment.
4 tab indentation hhhhh - vlad will complain but idc >:3
Uh oh!
There was an error while loading. Please reload this page.
* 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 <jcahill773@gmail.com> Co-authored-by: Andrew Katz <aakatz3@gmail.com>
| /* | ||
| * Copyright (c) 2020-$YEAR DumbDogDiner <dumbdogdiner.com>. All rights reserved. | ||
| * Licensed under the MIT license, see LICENSE for more information... | ||
| */ No newline at end of file |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
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