Linkstone runtime support#952
Conversation
|
Linkstone#4 must also be merged and the "annotation" and "runtime" submodules must be published onto a repository. |
|
what is linkstone ? |
|
This explains it pretty well https://github.com/GlowstoneMC/Linkstone/blob/master/README.md |
|
@aki-ks What is the status of this PR? Do you think it could be reviewed for merge in its current state? |
|
Yes, I think so, but you must first make the |
|
This is currently blocked by Linkstone getting a working CircleCI build. |
|
aki_ks seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account. You have signed the CLA already but the status is still pending? Let us recheck it. |
|
Linkstone is now deployed to our Maven repo, through GitHub Actions, so this PR is no longer blocked. |
|
aki-ks has signed the CLA, but the bot does not recognize the slightly renamed username. |
This PR redirects uses of fields annotated with a
@Fieldannotation to the corresponding getter and setter methods. Regular invokes and reflective accesses will be redirected.Glowkit#20 must be merged for this PR.