aboutsummaryrefslogtreecommitdiffstats
path: root/container-core/src/main/java/com/yahoo/osgi
Commit message (Collapse)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-097-7/+7
|
* Use lower log levelHarald Musum2023-03-091-1/+1
|
* Don't attempt to lookup class in internal bundles if a bundle was explicitly ↵gjoranv2023-01-111-0/+5
| | | | | | | specified. (Only for the felix framework. Internal test frameworks still load classes from the system bundles only.)
* Revert "Skip fallback class resolution for explicit bundle 2 [run-systemtest]"Harald Musum2023-01-101-5/+0
|
* Add classId to error message.gjoranv2023-01-101-2/+2
|
* Don't attempt to lookup class in internal bundles if a bundle was explicitly ↵gjoranv2023-01-101-0/+5
| | | | | | | specified. (Only for the felix framework. Internal test frameworks still load classes from the system bundles only.)
* Revert "Don't attempt to lookup class in internal bundles if a bundle was ↵Arnstein Ressem2023-01-101-5/+0
| | | | exp…"
* Don't attempt to lookup class in internal bundles if a bundle was explicitly ↵gjoranv2023-01-091-0/+5
| | | | | | | specified. (Only for the felix framework. Internal test frameworks still load classes from the system bundles only.)
* Fix space and punctuation in error messages.gjoranv2023-01-091-1/+1
|
* Fix imprecise error message.gjoranv2023-01-091-1/+1
|
* Add more improvements to bundle resolution error message:gjoranv2023-01-091-2/+2
| | | | | - Add already installed bundles with same symbolic name. - Only include message for version qualifier if relevant.
* Include list of installed application bundles in error messagegjoranv2023-01-091-5/+10
|
* Revert "More user friendly class resolution"Arnstein Ressem2023-01-091-15/+5
|
* Don't attempt to lookup class in internal bundles if a bundle was explicitly ↵gjoranv2023-01-091-0/+5
| | | | | | | specified. (Only for the felix framework. Internal test frameworks still load classes from the system bundles only.)
* Fix imprecise error message.gjoranv2023-01-091-1/+1
|
* Add more improvements to bundle resolution error message:gjoranv2023-01-091-2/+2
| | | | | - Add already installed bundles with same symbolic name. - Only include message for version qualifier if relevant.
* Include list of installed application bundles in error messagegjoranv2023-01-091-5/+10
|
* Revert "Improve user friendliness when class resolution fails."Arnstein Ressem2023-01-061-15/+5
|
* Don't attempt to lookup class in internal bundles if a bundle was explicitly ↵gjoranv2023-01-061-0/+5
| | | | | | | specified. (Only for the felix framework. Internal test frameworks still load classes from the system bundles only.)
* Fix imprecise error message.gjoranv2023-01-061-1/+1
|
* Add more improvements to bundle resolution error message:gjoranv2023-01-061-2/+2
| | | | | - Add already installed bundles with same symbolic name. - Only include message for version qualifier if relevant.
* Include list of installed application bundles in error messagegjoranv2023-01-061-5/+10
|
* Use weakly wrapped composite valuesjonmv2022-10-261-1/+1
|
* Reapply "Clean up bundles and allowed duplicates after a failed reconfig."gjoranv2022-09-011-0/+1
| | | | This reverts commit f869fa7fc3fbce76bc19745201bb62484dfc8efe.
* Revert "Clean up bundles and allowed duplicates after a failed reconfig."gjoranv2022-08-311-1/+0
| | | | This reverts commit b0a398eaeadfaf12e31bcfef2e41892439db1149.
* Clean up bundles and allowed duplicates after a failed reconfig.gjoranv2022-08-251-0/+1
|
* Simplify creation of BundleInstantiationSpecgjoranv2022-07-121-2/+2
|
* Don't try to resolve from the system bundle for test frameworksgjoranv2022-05-081-12/+15
| | | | .. as they have none.
* Allow loading classes from jdisc_core as well as container-disc.gjoranv2022-05-081-6/+28
| | | | | - If no bundle is explicitly specified, try container-disc first, then the system bundle (jdisc_core-with-deps)
* Update 2019 Oath copyrights.gjoranv2021-10-271-1/+1
|
* Update 2017 copyright notices.gjoranv2021-10-076-6/+6
|
* Add java source from container-di.gjoranv2021-04-122-0/+55
|
* Revert "Gjoranv/merge di into core (rebased)"Harald Musum2021-04-062-55/+0
|
* Add java source from container-di.gjoranv2021-04-022-0/+55
|
* Non-functional-changes-onlyJon Bratseth2020-11-182-0/+2
|
* Reapply "Load platform bundles separately 3"gjoranv2020-07-173-12/+11
| | | | This reverts commit 1c69b4e72b3212e3ce989a8675db08ac51b7f79d.
* Revert "Load platform bundles separately 3"Harald Musum2020-07-173-11/+12
|
* Don't rely on FelixFramework - it's not in an exported packagegjoranv2020-07-161-2/+1
|
* Reapply "Load platform bundles separately"gjoranv2020-07-163-12/+12
| | | | This reverts commit 0355cb740fe498abc03861bcb64de5e418c2fa88.
* Revert "Reapply load platform bundles separately"Harald Musum2020-07-163-12/+12
|
* Reapply "Load platform bundles separately"gjoranv2020-07-163-12/+12
| | | | This reverts commit 0355cb740fe498abc03861bcb64de5e418c2fa88.
* Revert "Load platform bundles separately"Harald Musum2020-07-163-12/+12
|
* Add author, no functional changesgjoranv2020-07-153-0/+3
|
* Don't throw when using a test osgi frameworkgjoranv2020-07-152-0/+9
| | | | | - ClassloaderOsgiFramework returns all installed bundles upon each call to install().
* Remove the now unused getInitialBundles method.gjoranv2020-07-143-12/+0
|
* Add copyright headersgjoranv2019-11-061-0/+1
|
* Reapply "Gjoranv/allow duplicate bundles"gjoranv2019-11-054-20/+70
| | | | This reverts commit 2ef1e922a1d845b3cd79e9fb329925e7e9896919.
* Revert "Gjoranv/allow duplicate bundles"gjoranv2019-11-044-70/+20
|
* Add 'final' to loggergjoranv2019-10-291-1/+1
|
* Add debug logginggjoranv2019-10-291-0/+4
|