Joshua Sing
                                            Joshua Sing
                                        
                                    The [proxy guide](https://reposilite.com/guide/proxy) should be updated for Reposilite v3.0.0+. https://github.com/dzikoysk/reposilite/blob/main/reposilite-site/data/guides/features/proxy.md
The [static files guide](https://reposilite.com/guide/static-files) should be updated for Reposilite v3.0.0+. https://github.com/dzikoysk/reposilite/blob/main/reposilite-site/data/guides/features/static-files.md
### Confirmation - [X] I have checked for similar issues. ### Problem JSpecify is a set of standard annotations for Java static analysis and is being developed by Google, JetBrains,...
### Confirmation - [X] I have checked for similar issues. ### Problem The majority of platforms supported by Chameleon now require Java 17. Additionally, Minecraft has required Java 17 since...
**Summary** Rewrites the majority of the `chameleon-annotations` module. Fixes #171 **Changes** - Use template-based code generation to improve maintainability and readability. Previously JavaPoet was used, which resulted in code generation...
### Confirmation - [X] I have checked for similar issues. ### Problem There is currently no way for plugins using Chameleon to capture or process log messages. ### Suggested solution...
### Confirmation - [X] I have checked for similar issues. ### Problem The current `chameleon-annotations` module has a lot of problems, however the major ones are: - Hard to maintain...
### Confirmation - [X] I have checked for similar issues. ### Problem Chameleon does not currently support Java 9 modules. ### Suggested solution As Chameleon requires Java 11, I think...
### Confirmation - [X] I have checked for similar issues. ### Problem N/A ### Suggested solution I think it would be helpful if Chameleon supported the [KyoriPowered/examination](https://github.com/KyoriPowered/examination) library. Examination allows...
### Confirmation - [X] I have checked for similar issues. ### Problem There is currently no tests covering the `ChameleonSlf4jLogger` and `ChameleonLog4jLogger` implementations. ### Suggested solution It would be a...