summaryrefslogtreecommitdiffstats
path: root/jdisc_core_test/test_bundles
Commit message (Collapse)AuthorAgeFilesLines
* Allow duplicate bsn+version for a given set of bundles.gjoranv2019-10-167-0/+114
| | | | | | | | | | - 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 commons-daemon from all pom files.gjoranv2019-10-031-2/+0
| | | | | - Has not been needed since we stopped using JSVC. - NOTE: this commit stops providing it from Jdisc.
* Upgrade maven-dependency-plugin to 3.1.1gjoranv2019-03-063-0/+59
| | | | | | | - Build jdisc_core_test test bundles right after compile phase to still allow running 'mvn test'. - Note that 'mvn compile' still fails because the integration_test module tries to copy test jars in that phase.
* 6-SNAPSHOT -> 7-SNAPSHOTArnstein Ressem2019-01-2134-68/+68
|
* Remove Vespa 7 TODO that is unfeasible.gjoranv2019-01-211-1/+0
|
* Add copyright headerJon Bratseth2018-10-011-0/+1
|
* Create separate packages for activator test bundles.gjoranv2018-09-267-10/+10
| | | | | - When running tests in IntelliJ, classes from the two bundles are confused.
* Fix author tag for SimonBjørn Christian Seime2018-07-0537-37/+37
|
* Use our bundle-plugin for one of the integration test bundles.gjoranv2018-07-032-8/+9
|
* Remove commented packages from test.gjoranv2018-06-271-51/+0
|
* Add com.sun.activation packages to integration test.gjoranv2018-06-271-0/+2
|
* Java 9: Add dependencies and exports needed for jaxb support.gjoranv2018-06-272-14/+16
| | | | | | | | | | * Upgrade jaxb-api to 2.3.0 (packaged as osgi bundle) => our (and customer) bundles may now import this version instead of the Java_SE one. (Exposed via the container dependency.) * Add TODO to remove org.w3c.dom.* packages from ExportPackages. * Remove explicit org.w3c.dom from ExportPackages (It was doubly present also with Java 8.)
* Revert "Gjoranv/java9 prep 12 2"Harald Musum2018-06-262-16/+14
|
* Java 9: Add dependencies and exports needed for jaxb support.gjoranv2018-06-252-14/+16
| | | | | | | | | | * Upgrade jaxb-api to 2.3.0 (packaged as osgi bundle) => our (and customer) bundles may now import this version instead of the Java_SE one. (Exposed via the container dependency.) * Add TODO to remove org.w3c.dom.* packages from ExportPackages. * Remove explicit org.w3c.dom from ExportPackages (It was doubly present also with Java 8.)
* Revert "Gjoranv/java9 prep 12"gjoranv2018-06-252-16/+14
|
* Java 9: Add dependencies and exports needed for jaxb support.gjoranv2018-06-252-14/+16
| | | | | | | | | | * Upgrade jaxb-api to 2.3.0 (packaged as osgi bundle) => our (and customer) bundles may now import this version instead of the Java_SE one. (Exposed via the container dependency.) * Add TODO to remove org.w3c.dom.* packages from ExportPackages. * Remove explicit org.w3c.dom from ExportPackages (It was doubly present also with Java 8.)
* Rename test parent artifact for clarity.gjoranv2018-05-031-1/+1
|
* Java 9: Class.newInstance() is deprecated.gjoranv2018-05-021-1/+1
|
* Java 9: Add jaxb-api dependency and remove some package referencesgjoranv2018-05-022-43/+52
| | | | | | | - javax.xml classes are moved to module java.xml.ws ("which is not in the module graph") - The cert-k test bundle referenced a lot of packages that are moved to other modules, but are unlikely to be used.
* Nonfunctional changeJon Bratseth2017-11-151-1/+1
|
* Update copyright headersJon Bratseth2017-06-1471-71/+71
|
* Revert "Update copyright headers"Jon Bratseth2017-06-1471-71/+71
|
* Update copyright headersJon Bratseth2017-06-1471-71/+71
|
* Revert "Copyright header"Jon Bratseth2017-06-1371-71/+71
|
* Copyright headerJon Bratseth2017-06-1371-71/+71
|
* avoid warningsArne H Juul2017-04-274-13/+16
|
* fix warningArne H Juul2017-04-201-2/+2
|
* PublishJon Bratseth2016-06-15105-0/+2358