Neil C Smith
Neil C Smith
Straight revert of #4025 due to breaking changes in compile time constants. cc @lkishalmi @mbien @BradWalker alternative option to revert rather than patch. Some of the other changes could then...
Snapshot of APIs as of NetBeans 15. For review (sorry, bit late again due to some issues, but we can run another RC if there's a real need to fix...
Fixes a spurious error message that the file already exists shown when creating a module-info file, as reported in #4628 This is actually an `IndexOutOfBoundsException` caused by [javac changes](https://github.com/openjdk/jdk/commit/d6fb9d7256de94c3cc407b78dde3088aaf649db7) (`ModuleTree`...
Apache NetBeans is transitioning from JIRA to GitHub issues in parallel with the release of Apache NetBeans 13. Please open issues affecting release candidates for 13 here as we make...
Remove keyboard shortcut from terminal close action due to multiple conflicts. While testing the dashboard on macOS I noticed that the terminal close action shortcut clashes with the new dashboard...
Replace or extend `add-libs` support with array of dependencies on components so that exported components can directly include what they require?
For performance reasons it might be useful to support JNA direct mapping on some highly used methods (eg. Sample, Buffer methods used in AppSink callbacks). Doing some of this work...
The current type mappers are problematic. Having lowlevel mappings using the highlevel types is inefficient. Having typed handlers / pointers in lowlevel would be more efficient, and also allow a...
Longer term we have been recommended by GStreamer developers to (re)look at auto-generation of bindings, but based on our existing GLib / GObject support. The initial stage of this will...
The classloader used for `@Proxy` injection cannot access classes from the library classloader.