summaryrefslogtreecommitdiffstats
path: root/pom.xml
Commit message (Collapse)AuthorAgeFilesLines
...
* Update dependencies for bundle-pluginBjørn Christian Seime2017-06-191-11/+6
|
* Merge pull request #2801 from yahoo/bjorncs/maven-pluginsgjoranv2017-06-161-6/+6
|\ | | | | Bjorncs/maven plugins
| * Use scala-maven-plugin instead of deprecated maven-scala-pluginBjørn Christian Seime2017-06-151-6/+6
| |
* | Merge pull request #2794 from yahoo/bratseth/move-validation-overridesJon Bratseth2017-06-161-1/+1
|\ \ | |/ |/| Bratseth/move validation overrides
| * Make ValidationOverrides available from the outsideJon Bratseth2017-06-151-1/+1
| |
* | Warn about maven-surefire-plugin version 2.20Bjørn Christian Seime2017-06-151-1/+1
| |
* | Revert "Upgrade maven-surefire-plugin to 2.20"Bjørn Christian Seime2017-06-151-1/+1
| | | | | | | | This reverts commit 65a9c242caf0ad4e9d1d96c2faa7567b07b0ecd5.
* | Merge pull request #2781 from yahoo/bjorncs/update-maven-pluginsgjoranv2017-06-151-2/+2
|\ \ | | | | | | Upgrade maven-compiler-plugin to 3.6.1
| * | Upgrade maven-surefire-plugin to 2.20Bjørn Christian Seime2017-06-141-1/+1
| | |
| * | Upgrade maven-compiler-plugin to 3.6.1Bjørn Christian Seime2017-06-141-1/+1
| | |
* | | Add profile for signing artifactsMorten Tokle2017-06-151-0/+21
| |/ |/|
* | Revert "Add sign-artifacts profile"Morten Tokle2017-06-151-19/+0
| |
* | Add sign-artifacts profileMorten Tokle2017-06-151-0/+19
| |
* | Update copyright headersJon Bratseth2017-06-141-1/+1
| |
* | Revert "Update copyright headers"Jon Bratseth2017-06-141-1/+1
| |
* | Update copyright headersJon Bratseth2017-06-141-1/+1
|/
* Upgrade maven-install-plugin to 2.5.2Bjørn Christian Seime2017-06-131-1/+1
|
* Use Jetty 9.4.6Bjørn Christian Seime2017-06-071-1/+1
|
* Move vespaclient-java to Vespa open-sourceBjørn Christian Seime2017-06-061-0/+1
|
* Merge pull request #2486 from yahoo/bjorncs/jmxgjoranv2017-05-221-0/+5
|\ | | | | Bjorncs/jmx
| * Add jetty-jmx dependencyBjørn Christian Seime2017-05-161-0/+5
| |
* | remove plugins that must be built separatelyArne H Juul2017-05-161-3/+0
|/
* Use Jetty 9.4.5Bjørn Christian Seime2017-05-081-1/+1
|
* include bundle-plugin-testArne H Juul2017-04-301-0/+2
| | | | * also, fix annoying warning from reporting plugins
* add -Werror as default compiler optionArne H Juul2017-04-301-0/+5
| | | | | | | | | | | | | | | | | | | | lint warnings considered less useful are disabled by default: * "lint:serial" warns whenever you extend a serializable class, even for anonymous classes. We don't use java serialization anyway so turn this off. * "lint:try" warns when you want to do setup-teardown style using an AutoClosable, there's no good reason that I can see why this should produce a warning. * "lint:processing" warns when annotations aren't "claimed", but we don't have control over the various annotation processors used, so we can't fix these warnings. * "lint:varargs" gives totally bogus warnings, possibly because the entire varargs mechanism is badly designed. It triggers for any varargs method using Arrays.asList() on its arguments, which most of the convenience methods really should do.
* bump maven-jar-plugin versionArne H Juul2017-04-301-1/+1
|
* Try surefire 2.19.1Arnstein Ressem2017-04-271-1/+1
|
* Bump surefire plugin, remove excludesMorten Tokle2017-04-271-26/+5
|
* Add jetty-http as dependency to container-devBjørn Christian Seime2017-04-251-0/+5
|
* Merge pull request #2269 from yahoo/bjorncs/upgrade-nettyBjørn Christian Seime2017-04-251-1/+6
|\ | | | | Bjorncs/upgrade netty
| * Remove some netty usage in jdisc_http_serviceBjørn Christian Seime2017-04-251-0/+5
| |
| * Upgrade to Netty 3.10.6Bjørn Christian Seime2017-04-251-1/+1
| | | | | | | | | | Upgrade to newest release of Netty 3.x. RFC 6265 is now the de-facto standard specification for cookie management.
* | bump versions for maven-plugin-api and friendsArne H Juul2017-04-251-3/+3
|/
* Revert "Balder/latest felix 4"gjoranv2017-04-251-3/+3
|
* Revert "Up felix to 5.6"gjoranv2017-04-251-2/+2
|
* Revert "Bjorncs/upgrade netty"Henning Baldersheim2017-04-241-1/+1
|
* Upgrade to Netty 3.10.6Bjørn Christian Seime2017-04-241-1/+1
| | | | | Upgrade to newest release of Netty 3.x. RFC 6265 is now the de-facto standard specification for cookie management.
* Remove HttpClient from jdisc_http_serviceBjørn Christian Seime2017-04-241-5/+0
| | | | | | | The unit tests for HttpClient have been disabled for 3 years, and multiple tests were failing after enabling them. I could not find any use of HttpClient in Vespa. The com.yahoo.jdisc.http.client was not marked as public API.
* Stick to 1.8.17.Henning Baldersheim2017-04-231-1/+1
|
* Revert "ning 1.9.40"Henning Baldersheim2017-04-231-1/+1
|
* ning 1.9.40Henning Baldersheim2017-04-221-1/+1
|
* Up felix to 5.6Henning Baldersheim2017-04-221-2/+2
|
* Use latest felix 4.Henning Baldersheim2017-04-221-3/+3
|
* Due to https://github.com/netty/netty/pull/2868 we need at least 3.6.10.Final.Henning Baldersheim2017-04-211-1/+1
|
* Use Jetty 9.4.4Bjørn Christian Seime2017-04-191-1/+1
|
* Merge pull request #2150 from yahoo/bjorncs/remove-jdisc-jmx-metricsgjoranv2017-04-051-1/+0
|\ | | | | Remove jdisc_jmx_metrics
| * Remove jdisc_jmx_metricsBjørn Christian Seime2017-04-041-1/+0
| |
* | Upgrade to ZooKeeper 3.4.10Harald Musum2017-04-041-2/+2
|/
* Revert "Bump Curator version to 2.12.0"Harald Musum2017-03-281-7/+7
|
* Bump Curator version to 2.12.0Harald Musum2017-03-221-7/+7
|