summaryrefslogtreecommitdiffstats
path: root/container-core
Commit message (Expand)AuthorAgeFilesLines
...
* | Always return the set of bundles to uninstall upon completeGen,gjoranv2022-09-086-46/+42
* | Merge pull request #23939 from vespa-engine/cleanup-after-failed-component-gr...gjoranv2022-09-0711-190/+437
|\ \ | |/ |/|
| * Add test verifying that bundles are uninstalled for generations..gjoranv2022-09-071-0/+25
| * Rename tests, extract common code and rearrange test order.gjoranv2022-09-071-36/+28
| * Uninstall bundles from a failed generation also when failing to ...gjoranv2022-09-071-8/+9
| * Redesign application bundle loading with a 'complete' phase.gjoranv2022-09-077-27/+98
| * Add 'generation' parameter to Osgi.useApplicationBundlesgjoranv2022-09-055-7/+10
| * Add (failing) unit test to verify that a failed reconfig with ...gjoranv2022-09-052-0/+19
| * Fix copy/paste error in comment.gjoranv2022-09-011-1/+1
| * Reapply "Use a better name for map of active bundles."gjoranv2022-09-011-9/+9
| * Reapply "Add TODO for handling >2 generations of bundles."gjoranv2022-09-011-2/+5
| * Reapply "Set duplicate bundles to the set of bundles from the failed generati...gjoranv2022-09-012-5/+8
| * Reapply "Make it possible to test the Container with synthetic bundles"gjoranv2022-09-017-120/+183
| * Reapply "Remove unnecessary and out-of-place xml from synthetic config."gjoranv2022-09-011-5/+3
| * Reapply "Clean up bundles and allowed duplicates after a failed reconfig."gjoranv2022-09-018-42/+111
* | Fail independently of schemeBjørn Christian Seime2022-09-021-3/+3
* | Merge pull request #23878 from vespa-engine/bratseth/moodel-configJon Bratseth2022-09-011-0/+3
|\ \ | |/ |/|
| * Add 'model' config typeJon Bratseth2022-08-311-0/+3
* | Revert "Clean up bundles and allowed duplicates after a failed reconfig."gjoranv2022-08-318-111/+42
* | Revert "Remove unnecessary and out-of-place xml from synthetic config."gjoranv2022-08-311-3/+5
* | Revert "Make it possible to test the Container with synthetic bundles"gjoranv2022-08-317-183/+120
* | Revert "Set duplicate bundles to the set of bundles from the failed generation."gjoranv2022-08-312-8/+5
* | Revert "Add TODO for handling >2 generations of bundles."gjoranv2022-08-311-5/+2
* | Revert "Use a better name map of active bundles."gjoranv2022-08-311-9/+9
* | Use a better name map of active bundles.gjoranv2022-08-311-9/+9
* | Add TODO for handling >2 generations of bundles.gjoranv2022-08-311-2/+5
* | Merge pull request #23847 from vespa-engine/cleanup-after-failed-component-gr...Jon Marius Venstad2022-08-3111-171/+304
|\ \
| * | Set duplicate bundles to the set of bundles from the failed generation.gjoranv2022-08-302-5/+8
| * | Make it possible to test the Container with synthetic bundlesgjoranv2022-08-307-120/+183
| * | Remove unnecessary and out-of-place xml from synthetic config.gjoranv2022-08-251-5/+3
| * | Clean up bundles and allowed duplicates after a failed reconfig.gjoranv2022-08-258-42/+111
| * | minor: rearrange/rename methodsgjoranv2022-08-251-15/+15
* | | Merge pull request #23841 from vespa-engine/bjorncs/hc-proxy-protocolMorten Tokle2022-08-301-2/+1
|\ \ \
| * | | Use proxy-protocol independently of mixed mode settingBjørn Christian Seime2022-08-291-2/+1
| | |/ | |/|
* / | Clone map with sufficient initial sizeJon Bratseth2022-08-282-13/+5
|/ /
* | Remove printlnJon Bratseth2022-08-261-1/+0
* | Fastpast HashMap and HashSetJon Bratseth2022-08-261-1/+8
* | Wire in query parameter profileDepth to control how deep down in the depency ...Henning Baldersheim2022-08-251-4/+3
|/
* removal suppressionHenning Baldersheim2022-08-253-23/+16
* If you get a ClassCastException when doing clone by reflection it might be th...Henning Baldersheim2022-08-253-8/+25
* Add some tests from an old branch and some code cleanup.Henning Baldersheim2022-08-121-3/+11
* Support overriding redirect hostMorten Tokle2022-08-121-2/+3
* Convert container-core to junit5Bjørn Christian Seime2022-07-2896-2072/+2067
* Move generic crypto helpers from 'c.y.s.tls' to 'c.y.s'Bjørn Christian Seime2022-07-202-2/+2
* Merge Java package 'c.y.s.tls.{auth,json,policy}' into 'c.y.s.tls'Bjørn Christian Seime2022-07-201-1/+1
* Merge pull request #23488 from vespa-engine/merge-yolean-into-vespajlibJon Bratseth2022-07-131-6/+0
|\
| * Remove all dependencies to yoleangjoranv2022-07-131-6/+0
* | Merge pull request #23340 from vespa-engine/hmusum/remove-unused-meta-data-fieldHarald Musum2022-07-131-1/+2
|\ \ | |/ |/|
| * Remove 'user' field in application metadata and add deprecations for usageHarald Musum2022-07-041-1/+2
* | Simplify creation of BundleInstantiationSpecgjoranv2022-07-124-29/+18