aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Remove on Vespa 8Jon Bratseth2022-06-0810-25/+6
|
* Remove illegal_access_option in container start scriptHarald Musum2022-06-081-9/+0
| | | | Remove, not necessary when using JDK 17
* Remove 'namespace' in schema for config overrides in services.xmlHarald Musum2022-06-081-1/+0
|
* Remove felix.log and lz4-java from provided-dependenciesgjoranv2022-06-081-0/+10
| | | | (no longer provided)
* Exclude lz4-java, not needed by zkfacade.gjoranv2022-06-081-0/+6
| | | | - Import-Package caused by netty-codec
* Add missing deps to lz4-java, and exclude in container-devgjoranv2022-06-087-0/+40
| | | | (no longer provided by jdisc)
* Don't use operation= in array user configHarald Musum2022-06-086-48/+34
| | | | | Remove unnecessary config in one test, update other test to have 2 items in list
* Remove on Vespa 8Jon Bratseth2022-06-084-16/+0
|
* Don't provide any felix artifacts via 'container'gjoranv2022-06-0811-35/+42
| | | | | | | | | | | | | + Stop exporting felix.log packages (org.osgi.service.log) + Completely remove felix.main (the felix launcher including everything in felix.framework). This was probably never needed by vespa. * Add explicit felix.framework dep to vespa-osgi-testrunner and standalone-container, as it's no longer included in container-dev. (The packages are still exported by jdisc_core, so imports will be generated.) * Add felix.framework to 'application', as it's needed for unit tests. * Exclude animal-sniffer-annotations from felix.framework in parent. Not needed anywhere by Vespa.
* minor: remove outdated commentgjoranv2022-06-081-1/+1
|
* Stop providing org.lz4:lz4-java and exporting net.jpountz packagesgjoranv2022-06-089-23/+16
| | | | | - Not leaked from any public apis. - Must be added to container-test for unit tests with application
* Remove all usage and stop providing net.jcip.annotaitonsgjoranv2022-06-089-23/+0
| | | | (only provided build time, not runtime)
* Remove config version on Vespa 8Jon Bratseth2022-06-0811-51/+4
|
* move internal details from public APIArne H Juul2022-06-087-23/+19
|
* Remove leftover package-info for c.y.v.container.xml.bindgjoranv2022-06-081-5/+0
|
* Remove 'attribute: huge' from config def file and C++ code.Geir Storli2022-06-0837-200/+7
|
* Add missing newlinegjoranv2022-06-081-1/+1
|
* Create wrapper for Jetty's MultiPartFormInputStreamBjørn Christian Seime2022-06-084-14/+83
|
* onnxModel to onnx in summary/matchfeaturesLester Solbakken2022-06-087-22/+21
|
* Stop providing guice.assistedinject, not used by vespa or tenants.gjoranv2022-06-085-21/+0
| | | | | - Artifact: com.google.inject.extensions:guice-assistedinject - Package that was exported: com.google.inject.assistedinject
* Remove support for jdisc tag in services.xmlHarald Musum2022-06-0810-168/+125
|
* Remove on Vespa 8Jon Bratseth2022-06-088-108/+22
|
* Remove on Vespa 8Jon Bratseth2022-06-086-25/+2
|
* Remove on Vespa 8Jon Bratseth2022-06-082-12/+0
|
* Remove on Vespa 8Jon Bratseth2022-06-082-15/+0
|
* Remove on Vespa 8Jon Bratseth2022-06-083-55/+0
|
* Remove obsolete deprecationJon Bratseth2022-06-081-13/+1
|
* Remove on Vespa 8Jon Bratseth2022-06-085-14/+0
|
* Remove on Vespa 8Jon Bratseth2022-06-084-72/+0
|
* Remove on Vespa 8Jon Bratseth2022-06-0812-353/+0
|
* Remove on Vespa 8Jon Bratseth2022-06-082-31/+0
|
* Remove on Vespa 8Jon Bratseth2022-06-082-14/+0
|
* Remove on Vespa 8Jon Bratseth2022-06-084-49/+2
|
* Remove on Vespa 8Jon Bratseth2022-06-081-3/+0
|
* Remove on Vespa 8Jon Bratseth2022-06-082-18/+0
|
* Remove on Vespa 8Jon Bratseth2022-06-085-29/+1
|
* Remove on Vespa 8Jon Bratseth2022-06-082-7/+6
|
* Remove on Vespa 8Jon Bratseth2022-06-082-7/+4
|
* Remove on Vespa 8Jon Bratseth2022-06-082-22/+0
|
* Remove on Vespa 8Jon Bratseth2022-06-082-23/+1
|
* Remove on Vespa 8Jon Bratseth2022-06-082-15/+4
|
* Remove <client> on Vespa 8Jon Bratseth2022-06-087-72/+0
|
* Remove clientBindings on Vespa 8Jon Bratseth2022-06-087-19/+5
|
* Remove array operation support on Vespa 8Jon Bratseth2022-06-087-73/+9
|
* Use more realistic redundancy of 2 in testsHåkon Hallingstad2022-06-086-26/+26
|
* Disallow impossible redundancyHåkon Hallingstad2022-06-088-52/+69
|
* Export correct version of jackson.jaxrs.jsongjoranv2022-06-081-1/+1
|
* Don't provide Jetty bundles from 'container' artifactBjørn Christian Seime2022-06-0816-33/+83
| | | | Add dependency on 'jetty-http' with scope test instead of adding false dependencies with 'container-test'.
* Do not attempt to install the now non-existent jersey jars.gjoranv2022-06-081-6/+0
|
* no more tensors in attribute prefetchArne H Juul2022-06-088-23/+15
| | | | * less hardcoded constants