aboutsummaryrefslogtreecommitdiffstats
path: root/jdisc_core_test/integration_test/src/test/java
Commit message (Collapse)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-0912-12/+12
|
* Remove dead code and handle API changesBjørn Christian Seime2023-09-041-30/+0
|
* Reapply "Clean up bundles and allowed duplicates after a failed reconfig."gjoranv2022-09-011-7/+9
| | | | This reverts commit f869fa7fc3fbce76bc19745201bb62484dfc8efe.
* Revert "Clean up bundles and allowed duplicates after a failed reconfig."gjoranv2022-08-311-9/+7
| | | | This reverts commit b0a398eaeadfaf12e31bcfef2e41892439db1149.
* Clean up bundles and allowed duplicates after a failed reconfig.gjoranv2022-08-251-7/+9
|
* Readd integration test for log frameworks.gjoranv2022-05-121-0/+56
| | | | | - Test was deleted by accident instead of renamed (old name: OsgiLogServiceIntegrationTest)
* Test vespa log instead of osgi log reader.gjoranv2022-05-101-63/+0
|
* Update 2020 Oath copyrights.gjoranv2021-10-271-1/+1
|
* Update 2017 copyright notices.gjoranv2021-10-0712-12/+12
|
* Add/corect copyright headersJon Bratseth2020-01-031-0/+1
|
* Implement FindHook for a consistent view of the installed bundles.gjoranv2019-10-161-2/+86
| | | | | - Add FelixFramework.getBundles that takes a bundle context to retrive bundles for.
* Allow duplicate bsn+version for a given set of bundles.gjoranv2019-10-162-1/+92
| | | | | | | | | | - Set 'org.osgi.framework.bsnversion' to 'managed' - Add bundle collision/event hook to handle duplicates and their lifecycle. - Add unit tests for duplicate bundles. o Add bundle 'l1-dup' which is a duplicate of the existing 'l1', but returns a different value from its implemented class. o Add bundle 'ml-dup' that is exactly the same as 'ml'
* Remove unused BootstrapDaemongjoranv2019-10-031-58/+0
|
* Retrieve the ServiceReference via the service's own bundle.gjoranv2019-01-211-3/+13
| | | | | | | | | | | | | | | - Going via the framework/bundleContext does not work, because it's class is loaded by the AppClassLoader, which will then be used to lookup the service class. Since this is a unit test, the class will be found on the class path but, since it's a different class than the service class in the bundle, a class cast check will fail, and the returned service ref will be null. - Note that this worked on Felix <6.0 because an exception was thrown (because the framework bundle does not export our service class), which led to the class cast check being skipped altogether. See felix/framework:ExtensionManager.getClassByDelegation (commit 3c147cb58a5)
* Ignore test that fails with Felix 6.0.gjoranv2019-01-211-0/+2
| | | | | - The jdisc_core "bundle" now exports java.* packages, which only the felix.framework system bundle is allowed to.
* Create separate packages for activator test bundles.gjoranv2018-09-261-2/+2
| | | | | - When running tests in IntelliJ, classes from the two bundles are confused.
* Fix author tag for SimonBjørn Christian Seime2018-07-0512-12/+12
|
* Java 9: Class.newInstance() is deprecated.gjoranv2018-05-031-2/+2
|
* Nonfunctional changes onlyJon Bratseth2018-01-151-1/+1
|
* Rewrite unstable unit testBjørn Christian Seime2017-08-251-15/+16
|
* Update copyright headersJon Bratseth2017-06-1413-13/+13
|
* Revert "Update copyright headers"Jon Bratseth2017-06-1413-13/+13
|
* Update copyright headersJon Bratseth2017-06-1413-13/+13
|
* Revert "Copyright header"Jon Bratseth2017-06-1313-13/+13
|
* Copyright headerJon Bratseth2017-06-1313-13/+13
|
* see if we can get more information on spurious failuresArne H Juul2017-04-301-1/+1
|
* avoid warningsArne H Juul2017-04-274-7/+7
|
* PublishJon Bratseth2016-06-1513-0/+1168