aboutsummaryrefslogtreecommitdiffstats
path: root/application
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Fix author tag for SimonBjørn Christian Seime2018-07-052-2/+2
|
* Use new ValidationParameter class instead of booleansHarald Musum2018-07-041-1/+1
|
* Scala code in standalone-container converted to JavaOlli Virtanen2018-05-311-4/+3
|
* Stricter verification of exception in builder_cannot_be_reused using @Rule; ↵Olli Virtanen2018-05-281-5/+11
| | | | visibility cleanups
* Clean up expected-to-fail test caseOlli Virtanen2018-05-281-7/+6
|
* Convert Scala code to Java, with ApplicationBuilderTest fixedOlli Virtanen2018-05-2517-605/+588
|
* Revert "Replace Scala test code in application module with equivalent Java"gjoranv2018-05-2417-589/+605
|
* Merge pull request #5899 from ↵Bjørn Christian Seime2018-05-2417-605/+589
|\ | | | | | | | | vespa-engine/ovirtanen/remove-scala-dependency-in-application Replace Scala test code in application module with equivalent Java
| * Corrected author informationOlli Virtanen2018-05-248-11/+20
| |
| * Sync style with intelliJ defaultsOlli Virtanen2018-05-169-466/+473
| |
| * Convert Scala test code to JavaOlli Virtanen2018-05-1516-594/+562
| |
* | Revert "Revert "Remove empty filter chains from filter chain repo.""gjoranv2018-05-231-0/+17
| |
* | Revert "Remove empty filter chains from filter chain repo."gjoranv2018-05-231-17/+0
| |
* | Remove empty filter chains from filter chain repo.gjoranv2018-05-231-0/+17
|/ | | | | | * Ensure no empty chains before throwing IndexOutOfBoundsException. * Verify that application does not throw upon access-control in services.xml.
* Jdisc provides bouncycastle now, so don't hide it.gjoranv2018-03-071-10/+0
|
* Merge with masterJon Bratseth2018-02-271-1/+1
|
* Reduce number of test iterations from 10k to 100.gjoranv2018-02-211-2/+1
|
* Support user principal in incoming requestBjørn Christian Seime2018-02-202-1/+23
|
* 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.
* Support setting attributes for 'application' requestsBjørn Christian Seime2017-10-032-0/+11
|
* 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
|
* Exclude com.ibu.icu:icu4j from provided classpath.gjoranv2017-09-191-0/+4
|
* Exclude xerces:xercesImpl from provided classpath.gjoranv2017-09-181-0/+4
|
* Exclude commons-collections from provided classpath.gjoranv2017-09-151-0/+4
|
* Exclude commons-exec from provided classpath.gjoranv2017-09-141-0/+4
|
* Expose HdrHistogram in test scope instead of provided for users.gjoranv2017-09-111-0/+4
| | | | | | - It's not provided runtime, but we should consider doing so, as simplemetric:UntypedMetric exposes a public method that returns an org.HdrHistogram.DoubleHistogram.
* Exclude scala-xml from provided classpathgjoranv2017-09-081-0/+5
| | | | | | | | | | - To prevent import-package for its packages. - scala-xml is only used to generate config classes, and is not needed or provided runtime. - Add scala-xml in scope test where it's used in unit tests. - Do not exclude scala-xml from config-bundle until the oldest active config model uses the new Java version of createClassName.
* Revert "Exclude scala-xml from provided classpath"gjoranv2017-09-071-5/+0
|
* Exclude scala-xml from provided classpathgjoranv2017-09-071-0/+5
| | | | | | | - To prevent import-package for its packages. - scala-xml is only used to generate config classes, and is not needed or provided runtime. - Add scala-xml in scope test where it's used in unit tests.
* Merge pull request #3287 from ↵gjoranv2017-09-051-1/+0
|\ | | | | | | | | vespa-engine/revert-3275-revert-3260-hmusum/remove-version-from-def-files Revert 3275 revert 3260 hmusum/remove version from def files
| * Merge branch 'master' into ↵Harald Musum2017-08-3128-49/+52
| |\ | | | | | | | | | revert-3275-revert-3260-hmusum/remove-version-from-def-files
| * | Revert "Revert "version in def files are deprecated""Harald Musum2017-08-301-1/+0
| | |
* | | Make antlr and antlr4 invisible for customer projects.gjoranv2017-09-011-0/+12
| | | | | | | | | | | | - Visible only in test classpath.
* | | Revert "Exclude scala-xml from provided classpath"gjoranv2017-09-011-5/+0
| | | | | | | | | | | | This reverts commit 2bcc584022f761efa9968a3c126608b559b8fedb.
* | | Merge branch 'master' into gjoranv/exclude-scala-xmlgjoranv2017-08-3128-49/+52
|\ \ \ | | |/ | |/|
| * | Revert "Make antlr and antlr4 invisible for customer projects."Arnstein Ressem2017-08-311-12/+0
| | |
| * | Nonfunctional changesJon Bratseth2017-08-3027-37/+52
| |/
| * Revert "version in def files are deprecated"Harald Musum2017-08-301-0/+1
| |
| * Merge pull request #3271 from ↵Bjørn Christian Seime2017-08-301-0/+12
| |\ | | | | | | | | | | | | vespa-engine/gjoranv/exclude-antlr-from-provided-deps Make antlr and antlr4 invisible for customer projects.
| * | version in def files are deprecatedHarald Musum2017-08-301-1/+0
| | |
* | | Exclude scala-xml from provided classpathgjoranv2017-08-311-0/+5
| |/ |/| | | | | | | | | | | - To prevent import-package for its packages. - scala-xml is only used to generate config classes, and is not needed or provided runtime. - Add scala-xml in scope test where it's used in unit tests.