Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2020-04-01Bug 560788 - Improve runtime exceptions out of the frameworkS4_16_0_M1I20200421-1800I20200420-1800I20200419-1800I20200418-1800I20200417-1800I20200416-1800I20200416-0410I20200415-1800I20200415-0620I20200415-0200I20200414-1010I20200414-0630I20200413-1800I20200412-1800I20200411-1800I20200411-0950I20200411-0720I20200411-0510I20200411-0300I20200410-2300I20200410-1800I20200409-0200I20200408-1800I20200408-0600I20200407-1800I20200407-1210I20200407-0120I20200406-1800I20200406-0600I20200406-0350I20200406-0120I20200405-1800I20200405-0600I20200404-1800I20200404-1220I20200404-0600I20200404-0330I20200403-1800I20200402-2250I20200402-1800I20200402-0850I20200402-0410I20200401-1800Thomas Watson1-1/+2
Improve exception methods to include information about the bundle related to the exception. This is not an exhaustive change, but it does improve many of the common error that can happen when a bundle is uninstalled or a bundle context is invalid or a service is unregistered. Change-Id: I983a1fb4750f24259df71f73b4646134c3f1cc26 Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
2019-08-20Bug 549947 - Provide consistent ordering for callingY20190829-0900Y20190826-1000Y20190822-0900S4_13_0_RC1S4_13_0_M3I20190830-0550I20190830-0440I20190828-1800I20190828-0600I20190827-1800I20190827-0600I20190826-1800I20190826-0640I20190826-0415I20190823-0840I20190823-0530I20190821-1800Anjum Fatima1-0/+1
service/bundle/framework listeners Change-Id: I8dffb2bf4b8d00d5778b778c6f4f54cbe9ec6667 Signed-off-by: Anjum Fatima <anjum.eclipse@gmail.com>
2018-08-27Bug 535802 - EPL-2.0 for plug-ins in equinox.framework for osgi testsLars Vogel1-3/+6
Change-Id: Id92ea99f5fb16a9ab2235d52a720c50f6d056466 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2018-01-10Bug 529456 - [osgi R7] Support for importing java.* packagesAnjum Fatima1-1/+2
Change-Id: Ie5b096731534c2416219504d55347690681808f2 Signed-off-by: Anjum Fatima <anjum.eclipse@gmail.com> Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
2017-12-13Bug 528422 - [osgi R7] Support for Multi-Release jarsThomas Watson1-1/+2
Change-Id: Iab950e54caa6fffb3c995694c0d7762111a846a3 Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
2015-03-18Bug 462423 - URLStreamHandlerService registrationsThomas Watson1-1/+2
- Add a testcase Change-Id: Iee15b54c61b853ce42e987016bb4c13bfb55c3e4
2013-08-30Bug 416097 - Platform.getPlatformAdmin().getState(false) returns unresolved ↵Thomas Watson1-1/+1
State
2013-05-23Bug 408364 - [unity] cascaded storage area needs testsThomas Watson1-0/+1
- First simple test for cascaded storage
2013-05-21Review - Bug 405918 - [unity] save persistent data after period of inactivityThomas Watson1-0/+1
- Add PersistedBundleTests to BundleTests suite - Modified test to do a final restart of the framework when using negative option which only saves on framework shutdown. - Added a lock of the EquinoxContainer.monitor when getting the ScheduledExecutor - Added a ThreadFactory to control the name of the executor thread. - Added $NON-NLS comment tags
2013-05-13Bug 405919 - [unity] support for osgi.checkConfiguration optionThomas Watson1-1/+2
- Added DiscardBundleTests to the BundleTests suite - Fixed issues with tests usage of encoded URIs when touching the test bundle files.
2013-02-26Enable old equinox resolver tests.Thomas Watson1-1/+1
2011-05-02update copyrightsThomas Watson1-1/+1
2011-01-08Bug 292135 - Add listeners to FrameworkLogThomas Watson1-0/+1
2010-07-22Bug 320546 - FileLocator.find() can find files outside of the bundleThomas Watson1-0/+1
2009-04-02Bug 270975 Bundle.update(stream) and BundleContext.installBundle(location, ↵Thomas Watson1-1/+2
stream) should accept null streams
2008-10-18refactor service tests out from bundle testsBJ Hargrave1-1/+0
2008-08-25Bug 244624 Implement new BundleException typesv20080825-1800Thomas Watson1-0/+1
2008-08-18Bug 244443 Implement SystemBundle (RFC 132)Thomas Watson1-0/+1
2008-08-01OSGi 4.2 - rfc 126: ServiceEvent.MODIFIED_ENDMATCH supportv20080801-2300BJ Hargrave1-0/+1
This is needed by the latest ServiceTracker code release
2008-02-12Bug 217724 Substitutable exports and require-bundleThomas Watson1-1/+2
2007-11-30Bug 207505 [registry] order in which registry events are sent vs. bundle ↵Thomas Watson1-0/+1
dependencies
2007-10-25Bug 207360 [sec] graduate BundleDescription enable/disable conceptThomas Watson1-0/+1
2007-09-13Bug 202282 Support a proposed extension:="ext"v20070914Thomas Watson1-0/+1
2007-06-20Bug 191652 Native code is not updated during bundle updateThomas Watson1-1/+2
2006-11-07Bug 135885 Standardize and enhance lazy-startafter_bug135885Thomas Watson1-0/+22

    Back to the top