The Jenkins Controller is preparing for shutdown. No new builds can be started.
Summary
- Remove unused addNativeJarLibs() method; the only consumer was a unit (details)
- Clean up native library loading and remove the ability to strip (details)
- StringBuilder message parameter was unused. (details)
- Do not keep re-indexing into the same array. (details)
- gluegen: remove unused imports, unneeded semicolons, add missing (details)
- gluegen: remove the unused reverse map from TypeDictionary (details)
- gluegen: relax private variable access to package-private for members (details)
- Remove @deprecated methods (details)