summaryrefslogtreecommitdiffstats
path: root/jdisc_core/src/main/java/com/yahoo/jdisc/core/ExportPackages.java
Commit message (Collapse)AuthorAgeFilesLines
* Non-functional changesJon Bratseth2020-01-061-0/+1
|
* Remove Export-Package's added to support Vespa 6 bundles on 7.gjoranv2019-09-191-12/+0
|
* Add space after commas.gjoranv2019-01-211-9/+9
| | | | | - It's common practice, and makes exportPackages.properties easier to split.
* Add version-less exports for some javax packagesgjoranv2019-01-211-0/+12
| | | | | | | .. to compensate for the fact that 6 exported these packages with both the artifact version and "0.0.0.1_008_JavaSE". The latter takes precedence because it was listed first in the manifest, such that user bundles import these package with range [0,1).
* Java 11: Update ExportPackages:gjoranv2019-01-211-18/+1
| | | | | | | | | | | | | | - Packages exported from Felix: * com.sun.security.* * com.sun.management * sun.misc * org.w3c.dom.* - Packages hidden in modules: * sun.net.util - Packages that don't exist in JDK 11: * sun.security.krb5
* Extract private helper for finding the set of exported packages.gjoranv2019-01-211-9/+13
|
* Use a more robust method for retrieving system packages.gjoranv2018-09-271-2/+45
| | | | | | | | - Start the framework and retrieve properties from the system bundle. - The static 'org.osgi.framework.system.packages' property only returns org.osgi packages on Felix 6, and was based on a static list in felix/framework/src/main/resources/default (not good).
* Java 9: Add dependencies and exports needed for jaxb support.gjoranv2018-06-271-6/+5
| | | | | | | | | | * 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-261-5/+6
|
* Java 9: Add dependencies and exports needed for jaxb support.gjoranv2018-06-251-6/+5
| | | | | | | | | | * 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-251-5/+6
|
* Java 9: Add dependencies and exports needed for jaxb support.gjoranv2018-06-251-6/+5
| | | | | | | | | | * 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.)
* Bundle-plugin Scala code converted to JavaOlli Virtanen2018-06-131-9/+0
|
* Java 9: Add xml-apis packages that are no longer in rt.jar.gjoranv2018-05-091-0/+7
| | | | (moved to new module javax.xml)
* Use protobuf 3.4.0 by defaultJon Bratseth2018-01-181-1/+1
|
* Update copyright headersJon Bratseth2017-06-141-1/+1
|
* Revert "Update copyright headers"Jon Bratseth2017-06-141-1/+1
|
* Update copyright headersJon Bratseth2017-06-141-1/+1
|
* Revert "Copyright header"Jon Bratseth2017-06-131-1/+1
|
* Copyright headerJon Bratseth2017-06-131-1/+1
|
* Track stale ActiveContainer instancesBjørn Christian Seime2017-05-311-1/+1
|
* PublishJon Bratseth2016-06-151-0/+98