-
Notifications
You must be signed in to change notification settings - Fork 22
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
The World of Colour Update (aka 1.12) #133
base: master
Are you sure you want to change the base?
Conversation
This is the first PR in the series to not be backwards-compatible, and marks the start of 2.x.x.
*/ | ||
public Logman getLogman() { | ||
return Logman.getLogman(getName()); | ||
public Logger getLogger() { |
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 is not just likely to break all plugins but will 100% make all old plugins unable to be loaded.
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.
Yeah - Canary is going to start following semver, and this will be a major version bump, all plugins should expect to break.
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.
Are you on Telegram? Throw me your handle and I'll get you in chat.
Preface
This PR marks the beginning of CanaryLib 2.0 - plugins may well break
This PR is built off some work that I did way back in early 2016, in preparation for 1.10(?)
Changes
Since this PR will become CanaryLib 2.0.0, this PR will eventually address some of the following:
Logman
, perhaps with slf4j?