aboutsummaryrefslogtreecommitdiffstats
path: root/application/pom.xml
Commit message (Collapse)AuthorAgeFilesLines
* Remove add-opens for unit tests that were added for NativeIOgjoranv2022-04-071-4/+0
| | | | - NativeIO now just gives a warning when failing init.
* unify java warningsArne H Juul2022-01-061-7/+0
| | | | | * these were stricter than in parent, but to simplify we can just use compiler args from parent
* GC use of deprecated junit assertThat and unifyHenning Baldersheim2021-12-211-5/+0
|
* Revert "Merge pull request #20578 from ↵Jon Marius Venstad2021-12-201-11/+0
| | | | | | | vespa-engine/revert-20568-jonmv/replace-optimaize-with-lingua" This reverts commit 5476504932cd90eb2dad82dbab633e3ffa2034c3, reversing changes made to 235a78cc4707f78d18c6818a577de1b7507f5e40.
* Revert "Replace optimaize with OpenNLP language detector [run-systemtest]"Jon Marius Venstad2021-12-181-0/+11
|
* Replace optimaize with OpenNLP language detectorJon Marius Venstad2021-12-171-11/+0
|
* JDK 17: add-opens for LogFileHandlergjoranv2021-11-091-0/+4
|
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
|
* Remove container-test-jarsgjoranv2021-07-121-6/+0
| | | | - Only tested Jersey + an obscure bundle-plugin error.
* Remove JerseyTestgjoranv2021-07-121-25/+0
|
* Set forkCount paramter for maven-surefire-plugin to speed up testsgjoranv2021-05-141-0/+7
|
* Use spifly to support ServiceLoader API in OSGi contextBjørn Christian Seime2021-04-141-0/+6
| | | | Includes upgrade of asm to 9.1
* Remove all dependencies to jdisc_http_servicegjoranv2021-03-231-1/+1
|
* Ensure aircompressor is visible on test classpathBjørn Christian Seime2021-01-201-0/+5
|
* Ensure transitive dependencies of vespajlib are present on test classpathBjørn Christian Seime2021-01-201-0/+6
| | | | | | Some modules misuse container-dev as a compile/test dependency or have container-test missing as test dependency. Depend on container-test where it does not create a cycle. Otherwise depend directly on vespajlib without altering scope of existing transitive vespajlib dependency.
* - Add compile scope in applicatio/pom.xmlHenning Baldersheim2020-04-151-0/+4
| | | | - Exclude in container-dev/pom.xml
* Exclude httpclient from container-disc (really container-core)gjoranv2020-01-281-1/+1
| | | | | | | | - httpclient has been added in compile scope to container-core for the metrics/v2 api, and is not provided runtime by jdisc. - Add htpclient in compile scope in 'application', as it is now needed on the class path for application based tests. (Because the MetricsV2Handler is always set up)
* Revert "Gjoranv/metrics v2 in container 2"gjoranv2020-01-281-1/+1
|
* Exclude httpclient from container-disc (really container-core)gjoranv2020-01-271-1/+1
| | | | | | | | - httpclient has been added in compile scope to container-core for the metrics/v2 api, and is not provided runtime by jdisc. - Add htpclient in compile scope in 'application', as it is now needed on the class path for application based tests. (Because the MetricsV2Handler is always set up)
* Remove use of apache commons libraries in applicationBjørn Christian Seime2020-01-031-28/+0
|
* Upgrade to ZooKeeper 3.4.14Harald Musum2019-09-011-5/+0
|
* Revert "Upgrade to zookeeper 3.4.14, take 5"Harald Musum2019-08-291-0/+5
|
* Revert "Revert " Upgrade to zookeeper 3.4.14, take 4""Harald Musum2019-08-281-5/+0
|
* Revert " Upgrade to zookeeper 3.4.14, take 4"Harald Musum2019-08-271-0/+5
|
* Remove unused dependency on zkfacadeHarald Musum2019-08-261-5/+0
|
* Ignore order in serialized JSONMorten Tokle2019-07-311-1/+6
|
* Do not provide apache httpclient and httpcore.gjoranv2019-01-211-0/+6
|
* 6-SNAPSHOT -> 7-SNAPSHOTArnstein Ressem2019-01-211-2/+2
|
* Revert "Revert "Enable ABI checking on modules with public APIs""Ilpo Ruotsalainen2019-01-091-0/+4
| | | | This reverts commit cd470d8ac8a58c943748f028a37d864507628e99.
* Revert "Enable ABI checking on modules with public APIs"Håkon Hallingstad2019-01-041-4/+0
|
* Move abi-check-plugin configuration to parent.Ilpo Ruotsalainen2018-12-211-12/+0
| | | | | Instead of configuring in each module separately, put all configuration to parent and let the relevant modules just enable the plugin.
* Enable abi-check-plugin on relevant modules.Ilpo Ruotsalainen2018-12-181-0/+16
|
* Include model-integration in applicationJon Bratseth2018-11-231-1/+0
|
* Add dependencyJon Bratseth2018-11-231-0/+6
|
* Exclude langauge-detector from container-devgjoranv2018-07-241-0/+11
| | | | | .. and add it to the test classpath for application. - This is to prepare for an external PR to add language detection.
* Explicitly exclude opennlp from indexinglanguagegjoranv2018-07-191-0/+4
| | | | .. and add it to application for the test classpath.
* Reapply "Adding handler and binding when services.xml has <search>-field"gjoranv2018-07-121-0/+5
|
* Revert "Adding handler and binding when services.xml has <search>-field"Harald Musum2018-07-121-5/+0
|
* Moved GUIHandlerTest to own module that can use JDisc-components. GUIHandler ↵Henrik2018-07-101-0/+5
| | | | now reads from built .jar instead of resources. Vespa builds successfully
* Convert Scala code to Java, with ApplicationBuilderTest fixedOlli Virtanen2018-05-251-22/+0
|
* Revert "Replace Scala test code in application module with equivalent Java"gjoranv2018-05-241-0/+22
|
* Convert Scala test code to JavaOlli Virtanen2018-05-151-22/+0
|
* Jdisc provides bouncycastle now, so don't hide it.gjoranv2018-03-071-10/+0
|
* Split parent + container-dependency-versions from root pom.gjoranv2017-12-011-0/+1
| | | | | | - Add missing dependencies so that all provided non-yahoo jars are listed in container-dependency-versions. - Add relativePath for all child poms of parent.
* Revert "Gjoranv/split parent2"gjoranv2017-11-301-1/+0
|
* Split parent + container-dependency-versions from root pom.gjoranv2017-11-301-0/+1
| | | | | | - Add missing dependencies so that all provided non-yahoo jars are listed in container-dependency-versions. - Add relativePath for all child poms of parent.
* Revert "Gjoranv/split parent"gjoranv2017-11-291-1/+0
|
* Split parent + container-dependency-versions from root pom.gjoranv2017-11-291-0/+1
| | | | | | - Add missing dependencies so that all provided non-yahoo jars are listed in container-dependency-versions. - Add relativePath for all child poms of parent.
* Provide bouncycastle on test classpath.gjoranv2017-09-221-0/+10
|
* Add necessary test scope deps for using jdisc_http_filters.gjoranv2017-09-211-0/+21
|