aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* wire in Deserializer6Arne Juul2019-01-2120-60/+36
|
* remove split header/body buffers supportArne Juul2019-01-211-20/+3
|
* add class with complete deserializer for the 6.x formatArne Juul2019-01-211-0/+890
|
* just confusing to have Deserializer extend SerializerArne Juul2019-01-212-8/+8
|
* actually use Serializer6Arne Juul2019-01-2126-36/+52
|
* wire in new Serializer6Arne Juul2019-01-215-72/+13
|
* add class with complete serializer for 6.x formatArne Juul2019-01-211-0/+698
|
* minor refactoring of document serializationArne Juul2019-01-211-16/+15
|
* remove unused classesArne Juul2019-01-218-843/+0
|
* remove unused importsArne Juul2019-01-213-6/+0
|
* remove unused class and importsArne Juul2019-01-214-32/+0
|
* avoid using a dynamic documentlist just to hold a single operationArne Juul2019-01-213-20/+40
|
* Disable offline link detectiongjoranv2019-01-211-0/+3
| | | | | Error message: Error fetching link: /Users/gv/git/vespa/testutil/target/site/apidocs/package-list. Ignored it.
* Generate html5 javadocgjoranv2019-01-2131-125/+103
|
* update test now that "default" is always "from-disk"Arne Juul2019-01-211-2/+8
|
* Deprecation cleanupJon Bratseth2019-01-217-9/+8
|
* Remove @PublicApi from package c.y.document.selectgjoranv2019-01-211-2/+0
|
* Don't install removed def filegjoranv2019-01-211-1/+0
|
* we expect the "default" summary to fetch fields from diskArne Juul2019-01-211-0/+1
|
* update or add comments around deprecated methodsArne Juul2019-01-214-5/+5
|
* Remove metric-defaults.defgjoranv2019-01-214-8/+0
| | | | - Contained only one enum with one value.
* Remove httpclient dependency.gjoranv2019-01-212-11/+0
| | | | | - Should probably have been cleaned up when code was moved to vespa-athenz.
* Move TODO to Vespa 8gjoranv2019-01-211-1/+1
|
* Do not provide apache httpclient and httpcore.gjoranv2019-01-2132-194/+27
|
* GC dead codeArne Juul2019-01-211-12/+0
|
* just ignore header/body keywordsArne Juul2019-01-214-280/+276
|
* Partial cleanup of metric-defaults config.gjoranv2019-01-214-39/+2
|
* nobody uses JSVC aka commons.daemon, remove support for itArne Juul2019-01-211-82/+0
|
* This should be better order.Henning Baldersheim2019-01-211-2/+2
|
* Order is changed.Henning Baldersheim2019-01-211-2/+2
|
* Remove coverageReport parameter - always onJon Bratseth2019-01-213-7/+0
|
* Register page templates xml rendererJon Bratseth2019-01-211-0/+9
|
* remove deprecated methods and switch to hashmap instead of list.Henning Baldersheim2019-01-213-33/+22
|
* Remove scoreboardJon Bratseth2019-01-211-3/+0
|
* Require methods with timeout to be implementedJon Bratseth2019-01-212-16/+11
|
* Optimize importsJon Bratseth2019-01-211-14/+0
|
* Remove dead codeJon Bratseth2019-01-211-20/+0
|
* Don't set up search implicitlyJon Bratseth2019-01-213-50/+39
|
* Do TODOsJon Bratseth2019-01-217-16/+9
|
* Use JDK 11 docker image in Travisgjoranv2019-01-211-1/+1
|
* Bugfix: make NestedStaticClass staticgjoranv2019-01-211-1/+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
* Remove traces of protocol version 2 from internal http feeder.Tor Egge2019-01-211-1/+1
|
* Remove deprecated methodsJon Bratseth2019-01-215-31/+3
|
* Remove internal http feed handler protocol version 2.Tor Egge2019-01-218-2016/+31
|
* Improve integration testgjoranv2019-01-212-6/+29
| | | | | | | | | | - Add nested classes - Put back commented assert and remove stale comment + Add comment to replace jrt.jar. It's compile scoped and had a much smaller dependency tree when it was added compared to now. Now, it adds loads of Import-Packages, increasing the risk of invalidating the integration test that verifies that the required imports have been added to the manifest.
* Upgrade maven-shade-plugin for JDK 11gjoranv2019-01-211-10/+3
| | | | - Uses asm 7
* fix test to not use (removed) "-e" optionArne Juul2019-01-211-2/+2
|
* Upgrade asm to 7 and use Opcodes.ASM7gjoranv2019-01-217-8/+8
|
* Implement new (static) method in Reader.gjoranv2019-01-212-2/+6
| | | | + Improve test to print out unmasked methods.