aboutsummaryrefslogtreecommitdiffstats
path: root/standalone-container
Commit message (Collapse)AuthorAgeFilesLines
...
* Merge pull request #22688 from ↵Lester Solbakken2022-05-211-0/+1
|\ | | | | | | | | vespa-engine/lesters/url-downloading-on-containers-only Only donload url config on containers - not config server
| * Only donload url config on containers - not config serverLester Solbakken2022-05-201-0/+1
| |
* | install_jar CMake functionHåkon Hallingstad2022-05-201-1/+1
|/
* Switch off jdisc ConsoleLogManagerv7.585.20gjoranv2022-05-101-1/+1
| | | | - vespalog is now set up before loading the application.
* Do not install vespajlib as a bundle in standalone-container.gjoranv2022-05-081-1/+0
| | | | - Exists both on classpath and embedded in container-disc
* Merge pull request #22502 from vespa-engine/hakonhall/document-checkjavaHarald Musum2022-05-061-0/+4
|\ | | | | Document checkjava
| * Document checkjavaHåkon Hallingstad2022-05-061-0/+4
| |
* | Enable logging early, but only show errors and warnings.Henning Baldersheim2022-05-061-2/+2
|/
* Avoid the 'jdisc/' prefix used for logging during startup of ↵Henning Baldersheim2022-05-041-2/+2
| | | | | | standalone-container. Disable logging during startup of jdisc. No reason for doing this different than any other container.
* Revert "Revert "Add recommended java.security options.""Arnstein Ressem2022-04-081-0/+1
|
* Revert "Add recommended java.security options."Arnstein Ressem2022-04-081-1/+0
|
* Add recommended java.security options.Arnstein Ressem2022-04-081-0/+1
|
* Make application dir upper levelJon Marius Venstad2022-03-241-0/+4
|
* Throw exception if subscriber is invoked after it's closedBjørn Christian Seime2022-02-071-2/+2
|
* Reapply "Shutdown reconfiguration thread in a more controlled way ↵Bjørn Christian Seime2022-02-071-5/+6
| | | | [run-systemtest]""
* Follow api changeHenning Baldersheim2022-02-071-3/+3
|
* Revert "Shutdown reconfiguration thread in a more controlled way ↵Bjørn Christian Seime2022-02-071-6/+5
| | | | [run-systemtest]"
* Shutdown reconfiguration thread in a more controlled wayBjørn Christian Seime2022-02-041-5/+6
| | | | Use interrupts is a horrible mechanism as we cannot control which part of the code receives the signal.
* Add SuppressWarnings for removal of config.subscription types.gjoranv2022-02-021-0/+1
|
* Make sure to set 'cloud' in configserver configHarald Musum2022-01-251-0/+5
|
* Use default value for ZooKeeper snapsthot method for config serversHarald Musum2022-01-201-6/+0
| | | | Use default value from config definition
* Make variable name camel-caseHarald Musum2022-01-111-2/+2
|
* Supprt configuring ZooKeeper snapshot methodHarald Musum2022-01-111-0/+6
|
* Remove add-opens for sun.security.util for standalone containers.gjoranv2021-12-071-1/+0
| | | | - Only necessary (temporarily) for tenant containers.
* Create VESPA_HOME/var/crash as a directoryHåkon Hallingstad2021-12-021-0/+6
|
* Allow reflective access to sun.security.utilBjørn Christian Seime2021-11-151-0/+1
|
* Revert "Revert "Remove JVM option that is unsupported on JDK 17""Harald Musum2021-11-011-1/+0
|
* Revert "Remove JVM option that is unsupported on JDK 17"Harald Musum2021-11-011-0/+1
|
* Remove option that is unsupported on JDK 17Harald Musum2021-10-271-1/+0
|
* Reapply "Container config improvements [run-systemtest]"gjoranv2021-10-152-2/+2
| | | | This reverts commit 868c29b272eb7773d5c4515cb33640a44074d05a.
* Revert "Container config improvements [run-systemtest]"Henning Baldersheim2021-10-142-2/+2
|
* Improve debugging of CloudSubscriber by adding a name.gjoranv2021-10-082-2/+2
|
* Update 2018 copyright notices.gjoranv2021-10-0710-10/+10
|
* Update 2017 copyright notices.gjoranv2021-10-073-3/+3
|
* Revert "Revert "Use default value of jdisc.debug.resources.""Jon Marius Venstad2021-09-271-1/+0
|
* Revert "Use default value of jdisc.debug.resources."Jon Marius Venstad2021-09-271-0/+1
|
* Merge pull request #19281 from ↵Harald Musum2021-09-271-1/+1
|\ | | | | | | | | vespa-engine/bratseth/tolerate-missing-file-references Tolerate missing file references
| * Tolerate missing file referencesJon Bratseth2021-09-241-1/+1
| | | | | | | | | | | | If Vespa contains a config definition with a path, and this is set by the application, this will cause a hash file reference, which we should not attemt to resolve server side.
* | Merge pull request #19280 from vespa-engine/bratseth/cleanup-876Harald Musum2021-09-271-0/+2
|\ \ | | | | | | No functional changes
| * | No functional changesJon Bratseth2021-09-241-0/+2
| |/
* / Use default value of jdisc.debug.resourcesBjørn Christian Seime2021-09-271-1/+0
|/
* Implement addBlob for LocalFileDB too.Henning Baldersheim2021-09-092-24/+20
|
* Provide the blob name externallyHenning Baldersheim2021-08-251-2/+2
|
* Remove unused method.Henning Baldersheim2021-08-191-4/+0
|
* Allow reflective access to java.nioBjørn Christian Seime2021-07-051-0/+1
|
* Preinstall model-evaluation bundles in standalone containers.gjoranv2021-07-021-0/+2
| | | | - Configserver needs them because the config-model uses their apis
* Remove warning produced by hc5 doing reflective access on SSLEngineImplBjørn Christian Seime2021-06-231-0/+1
|
* Add option for adding blobsHenning Baldersheim2021-06-091-5/+6
|
* Update start scriptsMorten Tokle2021-03-251-0/+1
|
* 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.