Felix Treede
Felix Treede
@NeumimTo Deep classpath scanning should not be an issue; both forge and spongevanilla do that already to detect `@Mod`/`@Plugin` and similar. On injecting services: The issue here is that services...
The issue here is that sponge expects the URLs to be formatted in a specific way, where it really should just allow any valid JDBC url. Changing the syntax here...
I recently tried to use the new contract system in M2 to make a smart-casting version of isArrayOf. Unfortunately, this is currently not possible. I would need to write `implies...
are stack traces actually possible without the lua debug api?
Could you report success/failure as event/signal? this would help fix the issue and work with both OC and CC.
MemoryMappedFileAppender also has the same issue.
I'm guessing that the dependency check gets confused by the manifests. For example for tomcat's el-api.jar: ``` Manifest-Version: 1.0 Bundle-License: https://www.apache.org/licenses/LICENSE-2.0.txt Bundle-ManifestVersion: 2 Bundle-Name: tomcat-el-api Bundle-SymbolicName: org.apache.tomcat-el-api Bundle-Version: 10.1.18 Export-Package:...