-
-
Notifications
You must be signed in to change notification settings - Fork 116
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
Configurate 3.7 #836
base: stable
Are you sure you want to change the base?
Configurate 3.7 #836
Conversation
the default :javadoc:`TypeSerializerCollection` or locally, by specifying it in the :javadoc:`ConfigurationOptions` | ||
when loading your config. | ||
This ``TypeSerializer`` must then be registered with Configurate. This can be done by specifying it in the :javadoc:`ConfigurationOptions` | ||
when loading your config. In the past, global registration has been supported, but |
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.
Is there something missing behind but
?
@@ -173,13 +161,20 @@ constructor to instantiate a new object before filling in the annotated fields. | |||
|
|||
You can also have fields that are not are not annotated with ``@Setting`` in your ``@ConfigSerializable`` classes. | |||
These fields won't be persisted to config files and can be used to store temporary references for your plugin. | |||
For better compatility with future versions of the ObjectMapper, these changes should be |
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.
Is there something missing behind be
?
A preview for this pull request is available at https://cdn.rawgit.com/Spongy/SpongeDocs-PRs/66f4419/. Here are some links to the pages that were modified:
Since the preview frequently changes, please link to this comment, not to the direct url to the preview. |
Bump. What's the likelihood of finishing this soon @zml2008 ? |
uhhh, it's not impossible, but it is one of quite a few things on my plate at the moment so progress is uncertain |
This is your annual issue bump @zml2008 |
This PR is about to have it's third birthday. Hi @zml2008 want some cake? |
Happy Birthday toooo yoooooouuuuuuu 🍰 |
Started revising the docs for 3.7. Mostly minor changes to change out deprecated method names, but a few structural changes as well.
I'll keep this as a draft for now, to be finalized after the SpongePowered/Sponge#2603 update PR is merged and Configurate 3.8 has a full release, but feel free to drop any thoughts or complaints here as they come up.