summaryrefslogtreecommitdiffstats
path: root/jdisc_core/src/main/java/com/yahoo/jdisc/core/BundleCollisionHook.java
Commit message (Collapse)AuthorAgeFilesLines
* Move BsnVersion to exported package c.y.jdisc.applicationgjoranv2023-01-091-3/+1
|
* Extract record for BsnVersion for usage outside jdisc_core.gjoranv2023-01-091-27/+0
|
* Revert "More user friendly class resolution"Arnstein Ressem2023-01-091-1/+30
|
* Move BsnVersion to exported package c.y.jdisc.applicationgjoranv2023-01-091-3/+1
|
* Extract record for BsnVersion for usage outside jdisc_core.gjoranv2023-01-091-27/+0
|
* Revert "Improve user friendliness when class resolution fails."Arnstein Ressem2023-01-061-0/+27
|
* Extract record for BsnVersion for usage outside jdisc_core.gjoranv2023-01-051-27/+0
|
* Reapply "Clean up bundles and allowed duplicates after a failed reconfig."gjoranv2022-09-011-4/+3
| | | | This reverts commit f869fa7fc3fbce76bc19745201bb62484dfc8efe.
* Revert "Clean up bundles and allowed duplicates after a failed reconfig."gjoranv2022-08-311-3/+4
| | | | This reverts commit b0a398eaeadfaf12e31bcfef2e41892439db1149.
* Clean up bundles and allowed duplicates after a failed reconfig.gjoranv2022-08-251-4/+3
|
* minor: declare logger final and correct grammar in comment.gjoranv2022-08-251-2/+2
|
* Clear previous allowed duplicates for collision keys when adding new onesjonmv2022-06-241-0/+3
|
* Update 2020 Oath copyrights.gjoranv2021-10-271-1/+1
|
* Add/corect copyright headersJon Bratseth2020-01-031-0/+1
|
* Reduce log levelgjoranv2019-11-061-1/+1
|
* Reapply "Gjoranv/hidden bundles logging"gjoranv2019-11-051-7/+18
| | | | This reverts commit 962ab3348d8ab538bc3a37d085e9be134779763a.
* Reapply "Gjoranv/allow duplicate bundles"gjoranv2019-11-051-0/+3
| | | | This reverts commit 2ef1e922a1d845b3cd79e9fb329925e7e9896919.
* Revert "Gjoranv/allow duplicate bundles"gjoranv2019-11-041-3/+0
|
* Revert "Gjoranv/hidden bundles logging"gjoranv2019-11-041-18/+7
|
* Update comments about FindHook.gjoranv2019-10-311-6/+4
|
* Avoid excessive logging when no bundles are hidden.gjoranv2019-10-311-1/+14
|
* Add debug logginggjoranv2019-10-291-0/+3
|
* Implement FindHook for a consistent view of the installed bundles.gjoranv2019-10-161-10/+45
| | | | | - Add FelixFramework.getBundles that takes a bundle context to retrive bundles for.
* Allow duplicate bsn+version for a given set of bundles.gjoranv2019-10-161-0/+107
- Set 'org.osgi.framework.bsnversion' to 'managed' - Add bundle collision/event hook to handle duplicates and their lifecycle. - Add unit tests for duplicate bundles. o Add bundle 'l1-dup' which is a duplicate of the existing 'l1', but returns a different value from its implemented class. o Add bundle 'ml-dup' that is exactly the same as 'ml'