A248 π΅πΈπͺπ
A248 π΅πΈπͺπ
A stable module name is useful even for test dependencies. Sometimes referencing a module name when running tests is necessary, like with command-line arguments. In other cases, another testing library...
It is a very common mistake to accidentally call methods inherited from Audience which are not implemented in any meaningful way on Velocity. Consider, as evidence, code which appears well...
It would be useful for Velocity to provide a method that allows determining which plugin is providing a certain class. This is helpful especially in debugging classpath conflicts. The Bukkit...
SnakeYaml is currently heavily used by the plugin ecosystem and bundled with nearly all platforms, including Velocity. My opinion is that it would be wise to wait and see if...
At the moment, Velocity does not have any support for JPMS modules. This is expected, since it's a Java-8 compatible project loading plugins using `URLClassLoader`. For plugins targeting Java 11,...
Fixes #464 . Per my comment on that issue, I've proceeded with my assumption that the driver's public API consists of the `api` and `jdbc` packages and sub-packages. If that's...
### Major SpongeAPI version 9 ### Is this likely to be a breaking change? No ### What are you requesting? The ability to unregister a command at any time after...
I don't know if this has been suggested before, but I thought I would mention it to bring it under consideration for 2.0.0, as it would require a behavioral change....
Currently, PaperLib checks for the presence of environment-specific configuration classes, namely `com.destroystokyo.paper.PaperConfig` and `org.spigotmc.SpigotConfig`. This may work at the moment, but it presents possibilities for environment-detection to malfunction should these...
## Feature Request Add a full module descriptor for improved use with JPMS. See also https://github.com/reactive-streams/reactive-streams-jvm/issues/531 #### Is your feature request related to a problem? Please describe r2dbc-spi doesn't have...