-
Please could you provice an example how to run openfx inside apache Felix
-
One of ma long term Issues is to get JavaFx running with OSGi. Maybe there are better ways, but could you provide an easy example with Atomos? Or do you think it is not an good Usecase for Atomos?
-
Take for instance this entry in module-info.java:
```
opens com.mulesoft.mule.runtime.module.batch.api.record to other.module;
```
This fails with
```
[INFO] ----------------------------------…
-
`v12.2` just added explicit Java module names to several Maven modules. The chosen module names match the automatically computed name based on their filename that is, `feing-core-12.2.jar` became `fei…
-
The title pretty much says it all. When modules are enabled, imgui.static.ForwardDeclarationsKt can not be loaded and an NoClassDefFoundError exception is thrown.
Relevant stack trace:
```
java.…
-
### Problem statement
When Logstash starts, it loads all core's jars and plugin's bundled jars, this creates a flat unique classpath, like in every plain Java application. Due to the extendable natur…
-
I am using immutables v2.8.2 and jackson v2.12.3 with Afterburner module. However this is causing some issue regarding access modifers.
I created a sample project with 2 test. One of them is regist…
-
### Apache NetBeans version
Apache NetBeans 22 release candidate
### What happened
Most likely due to https://github.com/apache/netbeans/pull/7153, a StackOverflowError happens when I select "Find …
-
## Overview
Once [JSpecify](https://github.com/jspecify/jspecify) releases a relatively stable (potentially beta) version, we should migrate to JSpecify annotations for nullability constraints.
…
-
When i start Scenicview for Java11 to inspect a efxclipse RCP-App i'am getting this error in the console of my RCP-App.
Looks for some OSGI and JPMS Problems. Any Idea ?
`Launching agent server …