Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2014-04-15Bug 432632 - Values with Java Format Strings are not properly returnedThomas Watson1-1/+31
from BundleContext.getProperty - Add a testcase Change-Id: I2c8670920ea3b59392d88085483f5c11d56e72fa
2014-04-14Binaries v20140414-1701I20140415-0800Silenio Quarti24-24/+24
2014-04-14Bug 432672 - Latest test failures likely to be related to changes inThomas Watson1-1/+1
org.eclipse.osgi to use osgi.ee requirement - Removing requirement on osgi.ee for now to work around pde build issues Change-Id: I7bcf96b451217b79746ebfd00396844dd9a75dee
2014-04-14Bug 432670 - BundleLoader.searchHooks ignores resultsThomas Watson1-0/+3
Change-Id: If30a656f9fbe7b24626da2005d42009581edbc81 Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
2014-04-11Bug 432027 - Running on Java 8 compact1 profileThomas Watson8-12/+245
- Add new compact profiles for Java 8 embedded Change-Id: I3c851a7d30b71d3d36d6c9c04112bf6a506aa64f Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
2014-04-11Bug 432630 - the osgi.ee requirements converted from BREE headers must be ↵Thomas Watson3-8/+40
escaped properly
2014-04-10Bug 432485 - EE changes not detected and so resolve state does notThomas Watson2-4/+93
change
2014-04-09Bug 432462 - Remove a lock while calling findLoadedClassThomas Watson1-7/+1
2014-04-09Bug 432198 - Clean up trace options for class loadingThomas Watson1-0/+2
- add trace in findResources
2014-04-09Bug 431230 - Provide launchers for ppc64leAlexander Kurtakov6-0/+118
Fragment for ppc64le. Not enabled in default build but tested locally in mocked environment. Change-Id: I9b7bf56567e67d57bc4be2a8df645d83dc42846c Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2014-04-07Bug 432198 - Clean up trace options for class loadingI20140408-1645I20140408-1200I20140408-0800Thomas Watson6-26/+75
2014-04-07Bug 432027 - Running on Java 8 compact1 profileThomas Watson2-55/+75
- Isolate code that uses javax.xml for XML parser services
2014-04-04Bug 431159 - Remove unused properties from launcher pom.xml filesAlexander Kurtakov21-31/+0
There are two versions in pom.xml files launcher-binary.version and launcher-binary.ext. They are not used anywhere and just cause confusion due to different version numbers and etc. Change-Id: Ie249b5ccd39addf505eb78883542bdd5a86ba4b4 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2014-04-03Bug 431951 - compatibility state does not support R3 bundlesThomas Watson2-17/+27
- Fix by checking for symbolic name
2014-04-03Bug 431951 - compatibility state does not support R3 bundles Thomas Watson2-3/+23
- new test
2014-04-03Bug 431491 - Debug tracing option to print stacktrace when bundle isThomas Watson4-29/+25
lazy-loaded
2014-04-03Bug 431708 - Invalid wirings may result from substitutable exportsThomas Watson2-4/+213
- Fixed by checking the substitutes each permutation
2014-04-03Bug 431708 - Invalid wirings may result from substitutable exportsThomas Watson8-0/+103
- Add a test cases for invalid wiring from substituted exports
2014-04-01Bug 431727 - Overriding workspace location using -data does not work in RCP appI20140402-0100Thomas Watson1-17/+2
2014-04-01Add missing @OverrideThomas Watson1-0/+1
2014-03-26Bug 430798 - Inability to distinguish and investigate an Equinox restartI20140401-1500I20140401-0800Thomas Watson1-1/+4
request when using -noExit
2014-03-25Bug 431038 - PackageAdmin should pre-init the sorted array listThomas Watson1-2/+2
2014-03-24Bug 431052 - Support DebugOptionsListener for framework trace optionsI20140325-0830Thomas Watson13-59/+99
2014-03-12Update osgi.annotation.jar to final version for R6Thomas Watson2-0/+0
2014-03-10Bug 429921 - consistency issues with extracting bundle content to cacheI20140311-1200I20140311-0800Thomas Watson2-16/+35
2014-03-10Bug 429921 - consistency issues with extracting bundle content to cacheThomas Watson5-11/+14
- Fix usage of mkdirs()
2014-03-05Update javadoc with latest OSGi APIY20140309-0500Y20140308-1100I20140309-0800I20140306-1200I20140305-2000Thomas Watson4-7/+18
2014-03-03update gtk library in p2.infI20140304-0800I20140303-2000Silenio Quarti1-1/+1
2014-03-03Binaries v20140303-1247Silenio Quarti23-23/+23
2014-02-26Bug 429158 - When in debug mode log a message with stack trace when ↵Thomas Watson1-2/+13
Location.getURL is called for a Location that is not set - fix by using the log service to issue a debug message
2014-02-26Bug 429158 - When in debug mode log a message with stack trace when ↵Thomas Watson1-2/+42
Location.getURL is called for a Location that is not set - Add a testcase
2014-02-26Add new no default testThomas Watson1-2/+21
Also fix a bug in addLocation that prevented any locations from ever getting added.
2014-02-26Bug 429032 - Error message for timeout on lazy activation is missing thread ↵Thomas Watson3-5/+38
information for lock owner
2014-02-25Binaries v20140225-1118I20140225-1430Silenio Quarti23-23/+23
2014-02-25Bug 429057: New service.bundleid automatic service propertyBJ Hargrave4-5/+26
OSGi has defined a new service.bundleid service property which is to be automatically added to the service properties of each service registration. The value of this service property is a Long holding the bundle id of the bundle whose context was used to register the service. Signed-off-by: BJ Hargrave <hargrave@us.ibm.com>
2014-02-25osgi: Update service id javadoc references for consistencyBJ Hargrave4-8/+9
service.id is also now non-negative Signed-off-by: BJ Hargrave <hargrave@us.ibm.com>
2014-02-24Bug 426189 - osgi.baseConfiguration.area and -configuration does not resolve ↵I20140225-0800Thomas Watson1-0/+1
using a relative path
2014-02-21Bug 428803 - Clean up container packageThomas Watson18-72/+224
2014-02-20Bug 426492 - Missing dependency message from Equinox got worseThomas Watson1-1/+8
2014-02-19Bug 428439 - Update API javadoc to ensure that when null is passed as ↵Thomas Watson2-3/+9
traceFile, output is done on standard output stream
2014-02-19Add org.eclipse.equinox.region.register.mbeans to the launch configurationThomas Watson1-2/+3
2014-02-19Bug 428172 - ClassCastException when Feature contributes to system.bundle ↵Thomas Watson1-0/+3
and export package - Fix by removing candidates from fragments when inserting their hosted capabilities.
2014-02-19Bug 428172 - ClassCastException when Feature contributes to system.bundle ↵Thomas Watson5-0/+59
and export package - Add testcase
2014-02-19Fix warningsThomas Watson1-3/+3
2014-02-18Bug 428221 - The fallback for EclipseDebugTrace is standard outputThomas Watson1-1/+2
stream which shouldn't be closed - print error message on IOException
2014-02-17Bug 426492 - Missing dependency message from Equinox got worseI20140218-0800Thomas Watson6-431/+214
2014-02-17Bug 428221 - The fallback for EclipseDebugTrace is standard output stream ↵Thomas Watson1-14/+21
which shouldn't be closed - Fix by using FilterOutputStream to prevent close
2014-02-17Bug 428221 - The fallback for EclipseDebugTrace is standard output stream ↵Thomas Watson1-4/+48
which shouldn't be closed - test case added for system.out
2014-02-13bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/internal/framework/S ↵Thomas Watson1-5/+4
ystemBundleActivator.java
2014-02-12Avoid unnecessary getClassLoaderHooks() callThomas Watson1-1/+1

Back to the top