aboutsummaryrefslogtreecommitdiffstats
path: root/container-core/src/test/java/com/yahoo/container/core
Commit message (Expand)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
* Redesign application bundle loading with a 'complete' phase.gjoranv2022-09-072-8/+33
* Add 'generation' parameter to Osgi.useApplicationBundlesgjoranv2022-09-052-2/+1
* Add (failing) unit test to verify that a failed reconfig with ...gjoranv2022-09-051-0/+18
* Reapply "Set duplicate bundles to the set of bundles from the failed generati...gjoranv2022-09-011-3/+4
* Reapply "Make it possible to test the Container with synthetic bundles"gjoranv2022-09-014-35/+71
* Reapply "Clean up bundles and allowed duplicates after a failed reconfig."gjoranv2022-09-012-1/+23
* Revert "Clean up bundles and allowed duplicates after a failed reconfig."gjoranv2022-08-312-23/+1
* Revert "Make it possible to test the Container with synthetic bundles"gjoranv2022-08-314-71/+35
* Revert "Set duplicate bundles to the set of bundles from the failed generation."gjoranv2022-08-311-4/+3
* 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
* 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
* Revert "Load platform bundles separately 3"Harald Musum2020-07-171-8/+8
* Reapply "Load platform bundles separately"gjoranv2020-07-161-8/+8
* Revert "Reapply load platform bundles separately"Harald Musum2020-07-161-8/+8
* Reapply "Load platform bundles separately"gjoranv2020-07-161-8/+8
* 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
* 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