aboutsummaryrefslogtreecommitdiffstats
path: root/standalone-container
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Revert "Aressem/remove post install script""Arnstein Ressem2017-09-271-0/+2
|
* Revert "Aressem/remove post install script"Arnstein Ressem2017-09-271-2/+0
|
* Remove global install of files and put this in the modules that owns them.Arnstein Ressem2017-09-251-0/+2
|
* 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.
* Revert "Exclude scala-xml from provided classpath"gjoranv2017-09-011-5/+0
| | | | This reverts commit 2bcc584022f761efa9968a3c126608b559b8fedb.
* 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.
* Suppress deprecation warning. Enable warnings-as-errorsBjørn Christian Seime2017-07-202-9/+11
|
* Treat Scala warnings as errors. Remove use of deprecated Scala APIsBjørn Christian Seime2017-07-131-0/+7
|
* Enable useful warnings for all Scala modulesBjørn Christian Seime2017-07-131-7/+0
|
* Remove use of deprecated JavaConversions APIBjørn Christian Seime2017-07-134-28/+28
|
* VESPA_HOME should not end with / anymoreArne H Juul2017-06-171-2/+0
| | | | | * best practice for HOME-like env vars is to be just the name of the directory without trailing slash.
* Use scala-maven-plugin instead of deprecated maven-scala-pluginBjørn Christian Seime2017-06-151-3/+2
|
* Update copyright headersJon Bratseth2017-06-1416-16/+16
|
* Revert "Update copyright headers"Jon Bratseth2017-06-1416-16/+16
|
* Update copyright headersJon Bratseth2017-06-1416-16/+16
|
* Remove carriage returnJon Bratseth2017-06-141-1/+1
|
* Revert "Copyright header"Jon Bratseth2017-06-1316-17/+17
|
* Copyright headerJon Bratseth2017-06-1316-17/+17
|
* Remove Manhattan integrationBjørn Christian Seime2017-05-162-62/+26
|
* Revert "Balder/latest felix 4"gjoranv2017-04-251-2/+0
|
* Implement additional required proxy methods by felix 4.6.1 compared to 4.2.1.Henning Baldersheim2017-04-221-0/+2
|
* Allow configuring docker registry and Docker Vespa base imageHarald Musum2016-12-051-0/+2
|
* Make sure that 'system' yinst setting is propagated to configserver configHarald Musum2016-11-141-0/+1
|
* Allow localhost.localdomainJon Bratseth2016-11-111-4/+4
|
* Revert "Use HostName for message bus, but fix HostName to work with dev ↵Eirik Nygaard2016-10-141-1/+1
| | | | machines"
* Rename getLocalhost to getHostNameHåkon Hallingstad2016-10-131-1/+1
|
* Merge pull request #738 from yahoo/bratseth/support-document-api-in-applicationsJon Bratseth2016-09-296-8/+19
|\ | | | | Bratseth/support document api in applications
| * Add todo for later cleanupJon Bratseth2016-09-291-1/+4
| |
| * CleanupJon Bratseth2016-09-291-1/+1
| |
| * Run Application with VespaModel instead of MockRootJon Bratseth2016-09-286-8/+16
| |
* | Remove unused argumentHarald Musum2016-09-271-4/+4
|/
* Allow source directories in standalone application.Jon Bratseth2016-09-191-1/+1
| | | | | | | This allows Application instances to run tests referencing config definitions without first building the jar containing those config definitions. Application currently instantiates Vespa models directly and (via dependency injection) through standalone container.
* Only refer to plugin, do not specify any details...Henning Baldersheim2016-09-061-0/+4
|
* Move parent pom to toplevel directoryEirik Nygaard2016-06-231-1/+0
|
* Bundle vespajlib into container-disc again.gjoranv2016-06-211-1/+2
| | | | | | | | | - after briefly trying to include it in jdisc_core. This was abandoned because vespajlib leaks commons-lang packages from its apis. This reverts commit a522b5ac3d26e8ae9619c1bf85aada0eb98edc33. This reverts commit b644afac2ef70c622feafd43742fb70f31418237.
* remove namesKristian Aune2016-06-171-4/+4
|
* Remove preinstall of vespajlib (now provided from jdisc_core).gjoranv2016-06-161-2/+1
|
* PublishJon Bratseth2016-06-1519-0/+1584