aboutsummaryrefslogtreecommitdiffstats
path: root/container-core/src/test/java/com/yahoo/container/core
Commit message (Collapse)AuthorAgeFilesLines
* Move BsnVersion to exported package c.y.jdisc.applicationgjoranv2023-01-091-1/+1
|
* Add method for listing bsnVersion for active application bundles.gjoranv2023-01-093-1/+24
|
* Revert "More user friendly class resolution"Arnstein Ressem2023-01-093-24/+1
|
* Move BsnVersion to exported package c.y.jdisc.applicationgjoranv2023-01-091-1/+1
|
* Add method for listing bsnVersion for active application bundles.gjoranv2023-01-093-1/+24
|
* Revert "Improve user friendliness when class resolution fails."Arnstein Ressem2023-01-063-24/+1
|
* Add method for listing bsnVersion for active application bundles.gjoranv2023-01-053-1/+24
|
* Return Set instead of collection.gjoranv2022-09-082-2/+1
|
* Always return the set of bundles to uninstall upon completeGen,gjoranv2022-09-082-9/+12
| | | | regardless of success or failure.
* Redesign application bundle loading with a 'complete' phase.gjoranv2022-09-072-8/+33
| | | | | | | - To be able to uninstall bundles from a config generation that has failed, without affecting the bundles from the last successful generation. (Component reconfig with unchanged bundles was not handled correctly.)
* Add 'generation' parameter to Osgi.useApplicationBundlesgjoranv2022-09-052-2/+1
| | | | - Only used for logging for now.
* Add (failing) unit test to verify that a failed reconfig with ...gjoranv2022-09-051-0/+18
| | | | unchanged bundles does not affect the already installed bundles.
* Reapply "Set duplicate bundles to the set of bundles from the failed ↵gjoranv2022-09-011-3/+4
| | | | | | generation." This reverts commit c5d3f1d34c8dc637cc3cc38a8d3a246d3f32ce66.
* Reapply "Make it possible to test the Container with synthetic bundles"gjoranv2022-09-014-35/+71
| | | | This reverts commit cbed8a40c2a72ca09b7b8e97f83c3acde3479ab3.
* Reapply "Clean up bundles and allowed duplicates after a failed reconfig."gjoranv2022-09-012-1/+23
| | | | This reverts commit f869fa7fc3fbce76bc19745201bb62484dfc8efe.
* Revert "Clean up bundles and allowed duplicates after a failed reconfig."gjoranv2022-08-312-23/+1
| | | | This reverts commit b0a398eaeadfaf12e31bcfef2e41892439db1149.
* Revert "Make it possible to test the Container with synthetic bundles"gjoranv2022-08-314-71/+35
| | | | This reverts commit 41b9952b7f5b6062a6090ad5eb65d1aa3f8a9b84.
* Revert "Set duplicate bundles to the set of bundles from the failed generation."gjoranv2022-08-311-4/+3
| | | | This reverts commit f68b1f92937d495ce968d07ae7e7212b0e3cce47.
* Set duplicate bundles to the set of bundles from the failed generation.gjoranv2022-08-301-3/+4
|
* Make it possible to test the Container with synthetic bundlesgjoranv2022-08-304-35/+71
| | | | | + Add test for installing/uninstalling upon both successful and unsuccessful reconfig.
* Clean up bundles and allowed duplicates after a failed reconfig.gjoranv2022-08-252-1/+23
|
* Convert container-core to junit5Bjørn Christian Seime2022-07-282-17/+17
|
* Update 2020 Oath copyrights.gjoranv2021-10-273-3/+3
|
* Update Verizon Media copyright notices.gjoranv2021-10-071-1/+1
|
* Add copyright headersJon Bratseth2021-03-181-0/+1
|
* Let ApplicationBundleLoader take its installer as a ctor argumentgjoranv2020-07-201-4/+1
|
* Remove the unnecessary BundleInstaller interface.gjoranv2020-07-182-21/+20
|
* Use plain strings for platform bundles, instead of file referencesgjoranv2020-07-181-9/+8
|
* Add unit test for PlatformBundleLoadergjoranv2020-07-171-0/+65
|
* Reapply "Load platform bundles separately 3"gjoranv2020-07-171-8/+8
| | | | This reverts commit 1c69b4e72b3212e3ce989a8675db08ac51b7f79d.
* Revert "Load platform bundles separately 3"Harald Musum2020-07-171-8/+8
|
* Reapply "Load platform bundles separately"gjoranv2020-07-161-8/+8
| | | | This reverts commit 0355cb740fe498abc03861bcb64de5e418c2fa88.
* Revert "Reapply load platform bundles separately"Harald Musum2020-07-161-8/+8
|
* Reapply "Load platform bundles separately"gjoranv2020-07-161-8/+8
| | | | This reverts commit 0355cb740fe498abc03861bcb64de5e418c2fa88.
* Revert "Load platform bundles separately"Harald Musum2020-07-161-8/+8
|
* Rename use -> useBundlesgjoranv2020-07-151-5/+5
|
* Rename bundle loader classes and fields for consistency.gjoranv2020-07-151-3/+3
| | | | | * BundleManager -> ApplicationBundleLoader * PlatformBundleInstaller -> PlatformBundleLoader
* Add copyright headersgjoranv2020-04-174-0/+4
|
* Rename BundleLoader -> BundleManagergjoranv2020-04-161-3/+3
|
* Add file reference status to test.gjoranv2020-04-161-0/+15
|
* Add unit test and test helpers for BundleLoadergjoranv2020-04-164-0/+266