This is an automated email from the ASF dual-hosted git repository. matthiasblaesing pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/netbeans.git
commit a5e548568c870ddff656220f199d6d6089503382 Merge: af54595954f 93bd5ffff09 Author: Matthias Bläsing <[email protected]> AuthorDate: Tue Jun 23 18:49:38 2026 +0200 Merge pull request #9426 from matthiasblaesing/reduce-equinox Remove Netbinox dependency from MavenOSGI and support Export-Package with multi-package entries java/maven.osgi/nbproject/project.xml | 8 -- .../modules/maven/osgi/AccessQueryImpl.java | 74 ++++++------- .../maven/osgi/FelixPluginGrammarExtension.java | 10 +- .../maven/osgi/ForeignClassBundlerImpl.java | 22 ++-- .../org/netbeans/modules/maven/osgi/Matcher.java | 32 +++--- .../modules/maven/osgi/OSGILookupProvider.java | 39 +++---- .../modules/maven/osgi/OSGIRecoPrivTemplates.java | 10 +- .../maven/osgi/OSGiJarAccessibilityQueryImpl.java | 121 ++++++++++++++++----- .../osgi/customizer/FelixExportPersister.java | 24 ++-- .../osgi/customizer/InstructionsConverter.java | 4 +- .../maven/osgi/templates/ActivatorIterator.java | 66 ++++++----- .../modules/maven/osgi/templates/BundleWizard.java | 10 +- .../src/org/netbeans/core/netigso/Netigso.java | 41 ++++++- .../src/org/netbeans/core/netigso/NetigsoTest.java | 15 ++- 14 files changed, 279 insertions(+), 197 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
