aboutsummaryrefslogtreecommitdiffstats
path: root/jdisc_core/pom.xml
Commit message (Collapse)AuthorAgeFilesLines
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
|
* Remove commons-daemon from all pom files.gjoranv2019-10-031-7/+0
| | | | | - Has not been needed since we stopped using JSVC. - NOTE: this commit stops providing it from Jdisc.
* Add TODO to remove commons-daemongjoranv2019-10-031-0/+1
|
* mockito-all => mockito-coreHenning Baldersheim2019-04-291-2/+1
|
* Open package to avoid warning during jdisc_core compile.gjoranv2019-01-211-0/+1
|
* 6-SNAPSHOT -> 7-SNAPSHOTArnstein Ressem2019-01-211-2/+2
|
* Add TODO to get rid of mockito-all dependencygjoranv2019-01-211-0/+1
|
* Upgrade Felix to 6.0.1gjoranv2019-01-211-0/+6
| | | | - Exclude artifact that is not needed nor provided runtime.
* Remove jdisc-logfmtBjørn Christian Seime2019-01-211-33/+0
|
* Calculate exportPackages in a separate JVM (not maven's).gjoranv2018-10-011-4/+5
|
* Use a more robust method for retrieving system packages.gjoranv2018-09-271-0/+1
| | | | | | | | - 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).
* Add jaxb-core and jaxb-impl dependencies and export their packages.gjoranv2018-07-101-0/+10
| | | | - Needed for Jersey (2.23, and most likely also later versions)
* Java 9: Add dependencies and exports needed for jaxb support.gjoranv2018-06-271-0/+13
| | | | | | | | | | * 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-13/+0
|
* Java 9: Add dependencies and exports needed for jaxb support.gjoranv2018-06-251-0/+13
| | | | | | | | | | * 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-13/+0
|
* Java 9: Add dependencies and exports needed for jaxb support.gjoranv2018-06-251-0/+13
| | | | | | | | | | * 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-7/+0
|
* Split parent + container-dependency-versions from root pom.gjoranv2017-12-011-0/+1
| | | | | | - Add missing dependencies so that all provided non-yahoo jars are listed in container-dependency-versions. - Add relativePath for all child poms of parent.
* Revert "Gjoranv/split parent2"gjoranv2017-11-301-1/+0
|
* Split parent + container-dependency-versions from root pom.gjoranv2017-11-301-0/+1
| | | | | | - Add missing dependencies so that all provided non-yahoo jars are listed in container-dependency-versions. - Add relativePath for all child poms of parent.
* Revert "Gjoranv/split parent"gjoranv2017-11-291-1/+0
|
* Split parent + container-dependency-versions from root pom.gjoranv2017-11-291-0/+1
| | | | | | - Add missing dependencies so that all provided non-yahoo jars are listed in container-dependency-versions. - Add relativePath for all child poms of parent.
* Add comment about xml-apis dependency.gjoranv2017-09-081-0/+1
| | | | - Comment from old Vespa repo git log.
* Revert "Gjoranv/remove fat model import"gjoranv2017-09-071-1/+0
|
* Add comment explaining why jdisc_core depends on xml-apis.gjoranv2017-09-071-0/+1
| | | | - Comment is from the old vespa repo git log.
* Fix bug where AOP version of Guice was includedBjørn Christian Seime2017-07-111-1/+15
|
* 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
|
* Rename jdisc_logfmt to vespa-jdisc-logfmt.Tor Egge2017-06-131-2/+2
|
* Use a single thread to monitor all deactivated ActiveContainersBjørn Christian Seime2017-06-081-0/+6
| | | | | | Add new watchdog class to combine monitoring and reporting of stale ActiveContainer instances. Introduce a grace period to allow deactivated containers some time to die.
* This adds a 60 seconds watchdog aroung the init and start calls of the ↵Henning Baldersheim2017-05-121-0/+6
| | | | | | BootstrapDaemon. If the calls does not complete in 60 seconds we dump the stack.
* disallow warningsArne H Juul2017-04-251-3/+5
|
* Move parent pom to toplevel directoryEirik Nygaard2016-06-231-1/+0
|
* Bundle vespajlib into container-disc again.gjoranv2016-06-211-8/+1
| | | | | | | | | - after briefly trying to include it in jdisc_core. This was abandoned because vespajlib leaks commons-lang packages from its apis. This reverts commit a522b5ac3d26e8ae9619c1bf85aada0eb98edc33. This reverts commit b644afac2ef70c622feafd43742fb70f31418237.
* Provide vespajlib from jdisc_core instead of container-discgjoranv2016-06-161-1/+8
| | | | - To allow using vespajlib from jdisc_core.
* PublishJon Bratseth2016-06-151-0/+300