summaryrefslogtreecommitdiffstats
path: root/jdisc_core
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Remove unused BootstrapDaemongjoranv2019-10-032-291/+0
|
* Merge pull request #10833 from vespa-engine/bratseth/cleanupgjoranv2019-10-012-39/+39
|\ | | | | Nonfunctional changes only
| * Nonfunctional changes onlyJon Bratseth2019-10-012-39/+39
| |
* | setup signal catching before loading bundlesArne Juul2019-10-011-1/+1
|/ | | | | | | | | | * We have seen many core dumps happening during class initialization (in JNI code) - this happens when the container gets a SIGTERM while initialization is still happening; the normal shutdown that is triggered in this case will unload shared libraries while they are still in use. To counteract this trap SIGTERM early, but don't process it until bundle loading is complete. The downside is that early shutdown will be delayed, in some cases for quite a long time.
* Remove Export-Package's added to support Vespa 6 bundles on 7.gjoranv2019-09-191-12/+0
|
* Remove findbugs annotations from code and build path.gjoranv2019-09-091-2/+0
| | | | | - jsr305 is needed by guava, which declares it as optional dep. - Remaining modules with annotations do not affect the container.
* mockito-all => mockito-coreHenning Baldersheim2019-04-291-2/+1
|
* Include uri pattern in warningBjørn Christian Seime2019-04-091-1/+1
|
* Log warning on 'https' in uri patternsBjørn Christian Seime2019-04-051-0/+3
|
* Make context() thread-safeBjørn Christian Seime2019-04-041-5/+2
| | | | | | The context map is typically used to pass information between handler and filter chains. Filters and handlers are usually running on separate thread-pools.
* Handle 'https' scheme in uri pattern matching as 'http'Bjørn Christian Seime2019-04-022-2/+16
|
* Use ProcessHandle to get process idBjørn Christian Seime2019-04-011-30/+3
|
* Format timestamp with 6 decimalsBjørn Christian Seime2019-04-013-54/+44
|
* JDK 11: Replace LogRecord.setMillis with setInstant.gjoranv2019-03-041-3/+2
| | | | | - Suppress deprecation warnings locally instead of globally in controller-server.
* Add log message for installed framework (non-app) bundles.gjoranv2019-02-221-1/+10
|
* Remove references to the jdisc_start script.gjoranv2019-02-181-11/+1
|
* Terminate standalone container cleanly on SIGINT/control-CHåkon Hallingstad2019-01-271-4/+4
|
* Nonfunctional changes onlyJon Bratseth2019-01-241-7/+6
|
* 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).
* Open package to avoid warning during jdisc_core compile.gjoranv2019-01-211-0/+1
|
* Generate html5 javadocgjoranv2019-01-2113-34/+34
|
* 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
* 6-SNAPSHOT -> 7-SNAPSHOTArnstein Ressem2019-01-211-2/+2
|
* Extract private helper for finding the set of exported packages.gjoranv2019-01-211-9/+13
|
* Bootstrap FelixParams at runtime.gjoranv2019-01-212-2/+13
| | | | | - The set of system packages is not constant (nor is their order) between JVM invocations.
* Add TODO to get rid of mockito-all dependencygjoranv2019-01-211-0/+1
|
* Upgrade Felix to 6.0.1gjoranv2019-01-212-0/+14
| | | | - Exclude artifact that is not needed nor provided runtime.
* Remove TODO that is currently not feasible to solveBjørn Christian Seime2019-01-211-1/+0
|
* Remove jdisc-logfmtBjørn Christian Seime2019-01-2116-743/+0
|
* Remove com.yahoo.jdisc.application and com.yahoo.jdisc.client as public apiBjørn Christian Seime2019-01-213-3/+0
|
* Remove deprecated and unused BindingMatch ctor.gjoranv2019-01-211-13/+0
|
* Parse USE_POSITION_DATA correctlyJon Bratseth2019-01-091-1/+1
|
* Less use of ContainerJon Bratseth2018-12-031-1/+0
|
* Match uris with implicit port given from schemeBjørn Christian Seime2018-11-192-1/+25
|
* Revert "Merge pull request #7409 from ↵Jon Bratseth2018-10-261-0/+1
| | | | | | | vespa-engine/revert-7380-bratseth/segment-yql-by-default" This reverts commit 1cb09174cb579936eae49f7db632113795b0666a, reversing changes made to eedcfc980db65da04eaca866693ef215f337f325.
* Revert "Bratseth/segment yql by default"Harald Musum2018-10-221-1/+0
|
* Nonfunctional changes onlyJon Bratseth2018-10-191-0/+1
|
* Minor fixesJon Bratseth2018-10-141-1/+1
|
* 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-273-4/+50
| | | | | | | | - 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)
* Fix author tag for SimonBjørn Christian Seime2018-07-05176-176/+176
|
* Java 9: Add dependencies and exports needed for jaxb support.gjoranv2018-06-272-6/+18
| | | | | | | | | | * 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-18/+6
|
* Java 9: Add dependencies and exports needed for jaxb support.gjoranv2018-06-252-6/+18
| | | | | | | | | | * 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-18/+6
|
* Java 9: Add dependencies and exports needed for jaxb support.gjoranv2018-06-252-6/+18
| | | | | | | | | | * 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.)