Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2014-02-26Bug 429093 - Some old icons can be removed from equinox.Thomas Watson15-414/+0
- remove unnecessary Mac files.
2014-02-26Bug 429093 - Some old icons can be removed from equinox.Thomas Watson3-48726/+0
- removing the icon.xpm files
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-25Bug 427384 - React to new icons for building launcherSilenio Quarti1-0/+0
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
2014-02-07Bug 391319 - bundleContext.getBundle(0).stop() does not shut down the systemI20140211-1100I20140211-0800I20140209-1458Thomas Watson3-116/+84
2014-02-07Bug 427662: dto: Refactor dto package namesBJ Hargrave27-195/+296
The naming convention for DTO packages has been changed to place the dto segment at the end of the package name rather than in the middle. Signed-off-by: BJ Hargrave <hargrave@us.ibm.com>
2014-02-06add back the code that updates the binaryTagArun Thondapu1-0/+4
See https://bugs.eclipse.org/bugs/show_bug.cgi?id=425922#c1 for details Change-Id: I7edd61bc2d68d3c2b4c48fe3b9afb7a46518c118 Signed-off-by: Arun Thondapu <arunkumar.thondapu@in.ibm.com>
2014-02-06Bug 427373 - Let's finish getting rid of eclipse_update_120.jpgThomas Watson4-4/+3
2014-02-04Swap the loop/sleep values for retrying an ID lockThomas Watson1-3/+3
2014-02-04Bug 427414 - Out of order locks between module state change lock and ↵Thomas Watson1-25/+33
moduleDatabase write lock
2014-02-04Fix api filters for latest OSGi APIThomas Watson1-0/+23
2014-02-03osgi: Update to latest APII20140204-0800BJ Hargrave8-25/+41
Signed-off-by: BJ Hargrave <hargrave@us.ibm.com>
2014-02-03Bug 427332: dto: Remove cycles in wiring DTOs and add identifiersBJ Hargrave16-176/+373
The set of referenced DTOs is pushed up to the top level BundleWiringDTO and each DTO is assigned a transient identifier that can be used as a reference by other DTOs. The transient identifier used is the identity hash code of the underlying runtime object. Since CapabilityDTO and RequirementDTO object can be large, due to the contained directives and attributes maps, we change to use ref DTOs in the wiring DTO types. The ref DTOs refer to the CapabilityDTO/ RequirementDTO objects in the BundleRevisionDTO. Signed-off-by: BJ Hargrave <hargrave@us.ibm.com>
2014-02-03Bug 427332: dto: Remove BundleRevisionsDTO and BundleWiringsDTOBJ Hargrave7-118/+35
The information can now be obtained by adapting to BundleRevisionDTO[] and BundleWiringDTO[]. Signed-off-by: BJ Hargrave <hargrave@us.ibm.com>
2014-02-03Make member fields final in PackageSource implsThomas Watson4-13/+11
2014-01-31Bug 427055 - Reduce the number of calls to ModuleWiring.getRequiredModuleWiresThomas Watson1-1/+2
- check for null return from getRequiredModuleWires
2014-01-30Bug 427055 - Reduce the number of calls toThomas Watson1-34/+26
ModuleWiring.getRequiredModuleWires
2014-01-30Bug 424151 - Missing some compatibility with Kepler for interim headers and ↵Thomas Watson1-0/+29
attributes - Fixed the manifest parser to recognize the old headers/attributes
2014-01-30Bug 424151 - Missing some compatibility with Kepler for interim headers and ↵Thomas Watson11-2/+121
attributes - add new tests for supporting old attributes
2014-01-27Bug 379102 - Prevent running Eclipse as root (optionally)I20140128-0800Krzysztof Daniel1-2/+24
Change-Id: I3f86470968e2b33a03a246c61950451caabe1884 Signed-off-by: Krzysztof Daniel <krzysztof.daniel@gmail.com>
2014-01-27Bug 426445 - unable to load native code in fragmentThomas Watson1-2/+7
- Fixed by making a filter that resolves on any osname.
2014-01-27Bug 426445 - unable to load native code in fragmentThomas Watson6-0/+57
- add new testcase
2014-01-21Bug 426059 - IllegalStateException stopping eclipseI20140123-1600I20140122-2000I20140122-0800I20140121-2000I20140121-0800Thomas Watson3-13/+71
2014-01-20Bug 426057 - "org.osgi.framework.version" property is returning nullI20140120-2000I20140120-0800Thomas Watson1-4/+15
2014-01-15Bug 423970 - Bundle-NativeCode cannot work on Windows 8.1 and any new ↵I20140119-2000Thomas Watson1-2/+3
Windows release
2014-01-15Bug 424048 - !MESSAGE Incompatible version. Starting with emptyI20140115-1300Thomas Watson1-3/+3
framework.
2014-01-13Update OSGi API for R6I20140114-0800Thomas Watson9-86/+86
2014-01-10Bug 421604 - Enhance the Resolver debug logs to ease the investigationMichael Adada1-2/+32
of conflicts. Added a new debug option "org.eclipse.osgi/resolver/conflicts" to print out detailed information regarding initial conflicts during the resolution process. Change-Id: Iec103cabc9f6cbfd56d32c1e572a222d56c6e8fe Signed-off-by: Michael Adada <michael.adada@softwareag.com> Conflicts: bundles/org.eclipse.osgi.compatibility.state/src/org/eclipse/osgi/internal/module/ResolverImpl.java Change-Id: Ib905852ec38a219ae1e7e535da1e53fdb08a16e4
2014-01-07Remove unecessary boolean fromFramework paramThomas Watson1-6/+3
2014-01-07Fix misspelling of compatibilityBootDelegation configuration flagThomas Watson2-6/+6

Back to the top