John H. Freeman
John H. Freeman
I haven't seen this reproduced and may of been a mono issue on a Linux distribution bug
Each plugin can be moved to it's own feature branch and given a build script to check that it is buildable on the GitHub actions
The plugin sample may be best remaining the master branch
The plugins can have a feature branch for each plugin, I have created feature branches for each in my personal repository and can open pull requests for each if this...
I understand but in their current context I would have to use them a certain way when the other methods such as a compiled dll do not have full instructions....
[example of commit history](https://github.com/FreedomFaighter/AdvancedCombatTrackerEverQuest/commits/TimerMods/)
#92
In [JEP 411](https://openjdk.org/jeps/411) has a description of the deprecation and what these method will return past JDK 17
during testing the warning shows up during this phase of testing > [INFO] Running com.github.stefanbirkner.systemlambda.WithEnvironmentVariableTest [ERROR] WARNING: An illegal reflective access operation has occurred [ERROR] WARNING: Illegal reflective access by...
this does not fix the problem but allow it to persist without warning. As stated in the compiler output it will not be allowed within the java language. Currently it...