ljacqu
ljacqu
Support injections with `@Named`. - How can `@Named` beans be registered manually to the injector? - Do we want to pick up `@Named` on class declarations themselves? Means we'd need...
The JUnit extensions should be removed as they're only used in AuthMe and it's probably better to deal with the issue some other way. It would be easy to write...
Started in 2019—this migrates all tests to JUnit 5. Unfortunately, this required a few changes in some non-test classes, which is why I'll test the plugin before merging it to...
Our translation files could be coupled with CrowdIn, allowing users to submit and edit translations more easily. I see other MC projects using it, and it seems to work well.
Introduce an EnumSetProperty that goes along with `EnumSetPropertyType`. ## To do - Create a class `EnumSetProperty` in the same package as `SetProperty` - It should extend `SetProperty` and use the...
A property like `LowercaseStringSetProperty` or any other property type where not every value of the Java type is considered valid, proper validation/transformation happens when values are loaded from the resource,...
Not sure if it's worth it but sometimes there's a hiccup in releasing a new version of ConfigMe to Nexus because the javadoc plugin is unhappy with a certain Javadoc....
I don't know if I want to allow this, but it might make sense to have an option in the mapper to allow fields to be null. Right now, if...
`@Getter`, `@Setter`, `@NoArgsConstructor`, `@AllArgsConstructor`, and—in fewer cases—`@EqualsAndHashCode` and `@ToString` would be very useful. Probably do this not too early into ConfigMe 2 development so we don't have a massive diff...