Skip to content

Updating Equinox to version 3.24.300 - #9610

Open
jtulach wants to merge 4 commits into
apache:masterfrom
jtulach:jtulach/UpdateNetbinox
Open

Updating Equinox to version 3.24.300#9610
jtulach wants to merge 4 commits into
apache:masterfrom
jtulach:jtulach/UpdateNetbinox

Conversation

@jtulach

@jtulach jtulach commented Sep 10, 2026

Copy link
Copy Markdown
Contributor

TODO

@jtulach jtulach self-assigned this Sep 10, 2026
@jtulach jtulach added performance Platform [ci] enable platform tests (platform/*) priority:high High priority issue that should, if possible, be fixed in next release labels Sep 10, 2026
@jtulach
jtulach force-pushed the jtulach/UpdateNetbinox branch from 80d2646 to 1423eca Compare September 10, 2026 10:05
@jtulach

jtulach commented Sep 10, 2026

Copy link
Copy Markdown
Contributor Author

Current (e.g. 3232159) set of failing tests:

failing tests

@MartinBalin

Copy link
Copy Markdown
Contributor

This is a must have fix as @matthiasblaesing #9483 completely broke VSNetBeans.

java.lang.IllegalStateException: No NetigsoFramework found, is org.netbeans.core.netigso module enabled?
	at org.netbeans.NetigsoHandle.getDefault(NetigsoHandle.java:63)
	at org.netbeans.NetigsoHandle.turnOn(NetigsoHandle.java:115)
	at org.netbeans.ModuleManager.doEnable(ModuleManager.java:1488)
	at org.netbeans.ModuleManager.enable(ModuleManager.java:1343)
	at org.netbeans.ModuleManager.enable(ModuleManager.java:1266)
	at org.netbeans.core.startup.ModuleList.installNew(ModuleList.java:313)
	at org.netbeans.core.startup.ModuleList.trigger(ModuleList.java:249)
	at org.netbeans.core.startup.ModuleSystem.restore(ModuleSystem.java:294)
	at org.netbeans.core.startup.Main.getModuleSystem(Main.java:174)
	at org.netbeans.core.startup.Main.getModuleSystem(Main.java:143)
	at org.netbeans.core.startup.Main.start(Main.java:305)
	at org.netbeans.core.startup.TopThreadGroup.run(TopThreadGroup.java:97)
	at java.base/java.lang.Thread.run(Thread.java:1474)
Cannot find org.netbeans.modules.java.lsp.server in the log!

I've built VSNetbeans against master after Matthias merged that and VSNetBeans does not start at all. Thanks' for fixing it Jaroslav. I'm now going to try out with your branch.

@MartinBalin
MartinBalin requested a review from sdedic September 11, 2026 08:07
@neilcsmith-net

Copy link
Copy Markdown
Member

@MartinBalin I believe that's because the plugin build excludes Felix. Please try with that included.

@matthiasblaesing

Copy link
Copy Markdown
Contributor

@MartinBalin

  1. it would be great if you could contact me/comment on the offending PR instead of a different PR from a different author
  2. @neilcsmith-net already gave the right solution (NBCode excludes a long list of modules, Apache Felix being one of them)
  3. I opened Update to NB master and fix missing OSGI runtime netbeans-vscode#35 which at least lets NBCode start again

Of course adding netbinox again would have "fixed" it, as NetBinox is not excluded from distribution...

Discussion about that should either be moved to the PR for the Fix or to the PR that introduced the "regression".

@matthiasblaesing

Copy link
Copy Markdown
Contributor

Given the list of unfinished tasks, I assume the review request was triggered accidentally?

@JaroslavTulach

Copy link
Copy Markdown
  1. it would be great if you could contact me/comment on the offending PR instead of a different PR from a different author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

performance Platform [ci] enable platform tests (platform/*) priority:high High priority issue that should, if possible, be fixed in next release

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants