zml

Results 133 issues of zml

Given a Mixin class with the signature: ```java @Mixin(Level.class) public abstract class LevelMixin_Tracker implements LevelBridge, LevelAccessorMixin_Tracker {} ``` where `LevelBridge` is an ordinary interface, and `LevelAccessorMixin_Tracker` is an interface mixin...

enhancement
core

I'm fiddling with an integration setup for Sponge to ensure all Mixins apply correctly on every build. In a recent PR, it seems that failures during the validation stage are...

enhancement
core

Configuration error messages are often visible to end users, whose primary language is not English. We should make every error message translatable - limited by underlying libraries This can work...

feature request

Currently, the record field discoverer has two implementations: one which accesses Class methods reflectively (from the J14/J15 era), and one in a multi-release folder which directly calls the same methods....

component/core

A new annotation processer submodule for configurate, to validate (at compile-time) correct usage of object mapping annotations A lot of things couldn't be validated at compile time (correct types used...

feature request

The current best solution is to `open` your module to configurate's, which is a coarser operation. - does this support final fields? - can we build an automated test case...

component/core

including OptionalLong, OptionalBoolean, etc

Rewrite the YAML loader to use SnakeYaml's lower-level API Goals are to: - [x] Be able to round-trip documents while preserving node and scalar style - [x] Read and write...

component/yaml

https://datatracker.ietf.org/doc/html/rfc7493 This imposes some restrictions on JSON documents -- it would be nice for us to support those, for users who may be interested in this specification.

component/jackson
component/gson

While we currently are able to write to final fields, it is uncertain whether this functionality will continue to work on future versions of Java or in a modular environment....

breaking
component/core