aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* GC deprecation warnings.Henning Baldersheim2022-06-088-106/+35
|
* Remove deprecated APIs in yolean.gjoranv2022-06-0812-987/+0
|
* Remove maxFirstPass support on Vespa 8Jon Bratseth2022-06-085-55/+2
|
* cleanup unused second pass statsArne H Juul2022-06-0812-103/+16
|
* Remove no longer used metrics for Vespa 8.Geir Storli2022-06-0811-59/+4
|
* Remove TODOsHarald Musum2022-06-084-8/+7
| | | | | These are for compatibility with Vespa 7 apps, will be removed when there are no more Vespa 7 apps in hosted
* Remove TensorFlow feature converterLester Solbakken2022-06-082-65/+4
|
* Remove warnings and push some todosJon Bratseth2022-06-082-4/+3
|
* cleanupArne H Juul2022-06-083-6/+0
|
* Remove application/ subdir support on Vespa 8Jon Bratseth2022-06-088-28/+2
|
* Further GC document level compression. Avoids a buffer copy that is no ↵Henning Baldersheim2022-06-0814-119/+67
| | | | longer relevant.
* cleanup some unneccessary cruftArne H Juul2022-06-0815-75/+0
|
* more cleanup of DocumentTypeManager APIArne H Juul2022-06-086-46/+43
|
* Add back support for version in config definitionHarald Musum2022-06-082-7/+33
| | | | Add warning message, add TODO to remove in Vespa 9
* Remove now redundant suppressWarnings.gjoranv2022-06-0812-13/+0
|
* Revoke deprecated implementation classes in c.y.docproc from publicgjoranv2022-06-0833-273/+117
|
* Remove docproc.util.Splitter/Joiner document processors.gjoranv2022-06-0810-426/+0
|
* Remove vespåa-http-client usage part 2Jon Bratseth2022-06-0828-362/+291
|
* Revert "Remove http client use"Jon Bratseth2022-06-0837-4/+2441
| | | | This reverts commit a7fd13540d34de50ed3526576c62eebc476a1e1c.
* Revert "Remove feed handler setup"Jon Bratseth2022-06-083-7/+128
| | | | This reverts commit f7c5bbbb54ca38cc8563d424274c094b4e832a61.
* GC deprecated methods and make mebers final.Henning Baldersheim2022-06-083-47/+4
|
* Remove strict contracts on Vespa 8Jon Bratseth2022-06-085-217/+20
|
* Bump full removal of priorities to Vespa 9Tor Brede Vekterli2022-06-087-19/+19
| | | | | Streaming search still uses this to ensure low latencies, and we don't have a replacement for priorities for this use case yet.
* Remove on Vespa 8Jon Bratseth2022-06-083-19/+4
|
* add fieldsets after inheritingArne H Juul2022-06-082-8/+8
| | | | | * bad design of DocumentType class (in both Java and C++) causes silent failures when this is done in the wrong order.
* Remove struct rendering from JSON on Vespa 8Jon Bratseth2022-06-082-112/+0
|
* Install xml schemas for 7.xHarald Musum2022-06-0826-2/+1535
| | | | XML schemas for 7.x copied from master branch
* Remove feed handler setupJon Bratseth2022-06-083-128/+7
|
* Put back http-client-jar file removed by mistake.gjoranv2022-06-081-0/+1
|
* Remove vespa-http-client on Vespa 8Jon Bratseth2022-06-082-2/+2
|
* Remove vespa-http-client from cmake and enforcergjoranv2022-06-082-2/+0
|
* Remove http client useJon Bratseth2022-06-0837-2441/+4
|
* Don't install the now non-existent vespa-http-client bundle.gjoranv2022-06-081-2/+0
|
* Remove vespa-http-client on Vespa 8Jon Bratseth2022-06-0898-11271/+0
|
* Validate rank profilesJon Bratseth2022-06-084-158/+48
|
* Add explicit security-utils to get bouncycastle.gjoranv2022-06-081-0/+6
|
* Add explicit jrt with bouncycastle exclusion to container-dev.gjoranv2022-06-081-0/+11
| | | | - Ensures bouncycastle not in scope provided for users.
* Stop providing bouncycastle via the 'container' artifact.gjoranv2022-06-088-25/+35
| | | | | | | - Add missing dependencies for security-utils so that bouncycastle import-packages are generated for modules that formerly relied only on container-dev or provided-dependencies. - Add bouncycastle to container-test
* 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)