springboot-osgi-sample
springboot-osgi-sample copied to clipboard
OSGi framework integrated into SpringBoot application
* Add Felix Remote Shell, https://felix.apache.org/documentation/subprojects/apache-felix-remote-shell.html * Add package scripts After build and run the application in `scripts/package.sh`, `scripts/dev.sh`, connect to the Felix framework with ``` telnet localhost 6666 ```...
Hi I tryed to compile it with maven (JDK17) and it failed with: ``` but was: at com.mornati.sample.service.PluginServiceTests.testExtraPackageConfiguration(PluginServiceTests.java:43) ]]> ``` I looked out that the packages the one finds are:...
the project version is jdk15, but i want use jdk8 can`t work ; i want konw why ?