summaryrefslogtreecommitdiffstats
path: root/vespa-hadoop
Commit message (Collapse)AuthorAgeFilesLines
* Move hadoop dependency management to parent pom.Henning Baldersheim2022-11-011-92/+0
|
* Control transitive dependencies of pig for tomcat:jasper-runtime, ↵Henning Baldersheim2022-11-011-0/+18
| | | | tomcat:jasper-compiler and groovy-all
* Ensure we pull in jettison 1.5.1 and jersey-json 1.19.4Henning Baldersheim2022-11-011-0/+14
|
* Use a fresh woodstox-core-6.4.0Henning Baldersheim2022-10-311-0/+7
|
* Revert "Upgrade Jetty from 9.4.49 to 11.0.12"Jon Marius Venstad2022-10-311-63/+2
|
* Upgrade Jetty from 9.4.49 to 11.0.12Bjørn Christian Seime2022-10-311-2/+63
|
* Revert "Bjorncs/jetty [run-systemtest]"Bjørn Christian Seime2022-10-281-63/+2
|
* Upgrade Jetty from 9.4.49 to 11.0.12Bjørn Christian Seime2022-10-281-2/+63
|
* Revert "Use Jetty 9.4.x for vespa-hadoop unit tests"Bjørn Christian Seime2022-10-271-63/+2
| | | | This reverts commit b625822c3a6d24c459debbe3c2e5e11372a9ab10.
* Use Jetty 9.4.x for vespa-hadoop unit testsBjørn Christian Seime2022-10-261-2/+63
|
* Bump hadoop to version 3.3.4Henning Baldersheim2022-08-241-14/+2
|
* Merge pull request #23287 from ↵v8.35.5Morten Tokle2022-08-151-19/+6
|\ | | | | | | | | vespa-engine/mortent/resource-schema-serialization Serialize/deserialize using Objectmapper
| * Serialize/deserialize using ObjectmapperMorten Tokle2022-06-301-19/+6
| |
* | Avoid double source jar uploads.Arnstein Ressem2022-07-081-13/+0
|/
* Set project version to 8-SNAPSHOTgjoranv2022-06-081-2/+2
|
* Remove vespåa-http-client usage part 2Jon Bratseth2022-06-086-287/+2
|
* Revert "Remove http client use"Jon Bratseth2022-06-086-2/+318
| | | | This reverts commit a7fd13540d34de50ed3526576c62eebc476a1e1c.
* Remove http client useJon Bratseth2022-06-086-318/+2
|
* Don't provide Jetty bundles from 'container' artifactBjørn Christian Seime2022-06-081-0/+11
| | | | Add dependency on 'jetty-http' with scope test instead of adding false dependencies with 'container-test'.
* Use logger instance of concrete subclass (if inherited)Bjørn Christian Seime2022-05-111-4/+3
|
* Bump hadoop to 3.3.2 and add dirty mockito hack.Henning Baldersheim2022-04-221-1/+7
|
* org.codehaus.jackson => com.fasterxml.jacksonHenning Baldersheim2022-04-211-40/+39
|
* Add dependencies used in this module explicitly.gjoranv2022-04-041-1/+15
| | | | | - Building for JDK 17, the Jackson deps were resolved to test or provided scope when not added explicitly.
* Wire in proxy configuration vespa-feed-client integration in vespa-hadoopBjørn Christian Seime2022-03-282-0/+15
|
* Bump hadoop-common from 2.8.0 to 2.10.1 in /vespa-hadoopdependabot[bot]2022-02-091-1/+1
| | | | | | | | | | | Bumps hadoop-common from 2.8.0 to 2.10.1. --- updated-dependencies: - dependency-name: org.apache.hadoop:hadoop-common dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
* Improve maven-shade-plugin filter, and move to parent pom.gjoranv2022-02-031-10/+0
| | | | - Removes 223 build warnings (out of 562 for building non-test code)
* Revert "Exclude META-INF files and module-info.class from uber jars."Harald Musum2022-02-021-2/+3
|
* Exclude META-INF files and module-info.class from uber jars.gjoranv2022-02-021-3/+2
| | | | - Generate countless warnings for duplicates and breaking encapsulation.
* Use SSL by default for vespa-feed-client, non-SSL for vespa-http-clientBjørn Christian Seime2022-01-263-5/+7
|
* Support feed over http using vespa-feed-clientBjørn Christian Seime2022-01-241-1/+2
|
* Use vespa-feed-client by defaultBjørn Christian Seime2022-01-242-17/+30
|
* GC unused protobuf dependencyHenning Baldersheim2022-01-101-6/+0
|
* Use latest version protonbuf-java on major version 3. 3.16.1 -> 3.19.2Henning Baldersheim2022-01-091-1/+1
|
* Bump protobuf-java from 2.5.0 to 3.16.1 in /vespa-hadoopdependabot[bot]2022-01-071-1/+1
| | | | | | | | | | | | | | Bumps [protobuf-java](https://github.com/protocolbuffers/protobuf) from 2.5.0 to 3.16.1. - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Changelog](https://github.com/protocolbuffers/protobuf/blob/master/generate_changelog.py) - [Commits](https://github.com/protocolbuffers/protobuf/compare/v2.5.0...v3.16.1) --- updated-dependencies: - dependency-name: com.google.protobuf:protobuf-java dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
* Remove log4j from the dependency tree of vespa-hadoop.gjoranv2021-12-211-0/+43
| | | | | - It was only included via provided deps. - Use slf4j-jdk14 as replacement for logging in unit tests.
* Deprecate vespa-http-clientBjørn Christian Seime2021-12-152-10/+10
|
* Use versions from parentBjørn Christian Seime2021-12-151-2/+0
|
* Bump httpclient from 4.4.1 to 4.5.13 in /vespa-hadoopdependabot[bot]2021-12-141-1/+1
| | | | | | | | | | | Bumps httpclient from 4.4.1 to 4.5.13. --- updated-dependencies: - dependency-name: org.apache.httpcomponents:httpclient dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
* Extract vespa-feed-client-api module from vespa-feed-clientMorten Tokle2021-12-071-18/+0
|
* Use a custom property for setting relase version for clients.gjoranv2021-11-151-6/+1
| | | | | | | | | - Always set release version via maven-compiler-plugin, instead of maven property which is overridden by compiler-plugin config. - Using a custom property with self-explanatory name makes comments redundant. - Remove explicit jdkToolchain config, as these modules no longer compile with jdk pre 9, due to the --release flag.
* Ensure building with release 8 as default.gjoranv2021-11-151-1/+1
| | | | | | | - The 'maven.compiler.release' property is overridden by explicit 'release' configuration in maven-compiler-plugin. (While the property seems to override explicit source/target config in the plugin.)
* Remove unused profilesgjoranv2021-11-151-22/+0
|
* Use release flag to ensure jdk8.gjoranv2021-11-151-2/+1
| | | | - release flag in parent pom overrides source/target in this pom.
* Remove explicit version, inherit from parent.gjoranv2021-11-101-1/+0
|
* Update Verizon Media copyright notices.gjoranv2021-10-072-2/+2
|
* Update 2017 copyright notices.gjoranv2021-10-0733-33/+33
|
* Allow separate handling of missing 'vespa.feed.uselegacyclient' parameterBjørn Christian Seime2021-07-082-3/+8
|
* Print parameter value in toString()Bjørn Christian Seime2021-07-081-0/+1
|
* Ignore irrelevant parameters in new feed client record writerBjørn Christian Seime2021-06-251-6/+0
|
* Revert "Add temporary logging"Bjørn Christian Seime2021-06-251-1/+0
| | | | This reverts commit a21f9bb32a568e26c46a4af8e953f218206de797.