Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-11-07Bug 552792 - [metatype] Persistence StackOverflowError when readingY20191112-0030I20191119-1800I20191119-1250I20191119-1235I20191119-1215I20191119-1155I20191119-0850I20191119-0725I20191119-0510I20191119-0315I20191119-0020I20191118-2230I20191118-1800I20191118-0600I20191117-1800I20191117-0600I20191116-1800I20191116-0600I20191115-1800I20191114-1800I20191114-0410I20191113-2315I20191113-1800I20191112-1800I20191111-1800I20191111-0920I20191111-0655I20191111-0435I20191111-0145I20191110-1800I20191109-1800I20191109-0650I20191109-0330I20191108-1800I20191107-1800Thomas Watson2-1/+8
2019-10-08Use StandardCharsets.Alexander Kurtakov1-3/+3
2019-10-02Use StringBuilder instead of StringBuffer where possible.I20191002-1800Carsten Hammer1-2/+2
2019-09-25Bug 550490 - [metatype] avoid reloading the same ResourceBundle multipleI20190926-0625Anjum Fatima3-14/+27
2019-08-15Bug 547578 - Space / tab cleanup in rt.equinox.bundlesY20190819-0900I20190819-0600I20190818-1800I20190817-1800I20190816-1800I20190816-0155Paul Pazderski1-4/+4
2019-07-14Use jdk 5 for-each-loop (jasper, metatype, preferences)Carsten Hammer1-11/+15
2019-05-14Add @Override AnnotationI20190515-0205Carsten Hammer7-0/+46
2019-03-28Bug 545788 - Add a check for cache versionI20190331-1800I20190330-1800I20190329-1800I20190329-0120I20190328-1800Thomas Watson3-4/+16
2019-03-26Bug 545788 - [metatype] provide caching of metatype informationI20190327-1800I20190326-2305I20190326-1800Thomas Watson13-332/+904
2018-11-16[javadoc] Resolved Javadoc errorsY20181205-2200Y20181204-0315Y20181128-2200Y20181121-2200S4_10_0_RC2S4_10_0_RC1S4_10_0_M3R4_10I20181206-0815I20181206-0320I20181206-0225I20181206-0030I20181205-1800I20181205-0600I20181204-1800I20181204-0600I20181203-1800I20181203-0600I20181202-1800I20181202-0600I20181201-1800I20181201-0600I20181130-1800I20181129-0330I20181128-1800I20181128-1105I20181128-0810I20181128-0600I20181128-0130I20181127-1800I20181127-0600I20181126-1800I20181126-0940I20181126-0600I20181126-0140I20181125-1800I20181125-0600I20181124-1800I20181124-0600I20181123-1800I20181121-1800I20181121-0910I20181121-0600I20181120-1800I20181120-0600I20181119-2315I20181119-1800I20181119-0600I20181118-1800I20181118-0600I20181117-1800I20181117-0600I20181116-1800R4_10_maintenanceKarsten Thoms1-2/+0
2018-08-27Bug 535802 - EPL-2.0 for plug-ins in equinox.bundlesI20180828-0800I20180827-2000Lars Vogel24-72/+144
2018-05-01Bug 534237 - [metatype] lower the log level for failures resulting from non-m...Raymond Auge1-1/+1
2017-06-16Bug 486950 - [osgi R7] log service is being updatedY20170617-1235I20170619-2000I20170618-2355I20170618-2000I20170617-2000I20170616-2000Thomas Watson9-40/+39
2016-10-07Bug 489330 - Technical debt issues : iteration on keySetMickael Istria1-3/+4
2016-03-24Bug 489330 - Technical debt : Number instantiationsMickael Istria3-16/+16
2015-12-03Bug 483616 - The metatype implementation does not allow OCDs with no ADsThomas Watson1-7/+1
2015-07-06Bug 470518 - Replace `new Boolean` with `Boolean.valueOf`Alex Blewitt1-1/+1
2014-04-16Bug 423344 - [metatype] R6 metatype xml schema will use Character inI20140428-0800I20140427-2030I20140422-0800Sam Bratton1-2/+3
2014-04-03Bug 431858 - [metatype] API tooling errors due to addition of getMax getMin m...I20140408-0800Thomas Watson1-2/+4
2013-10-21Bug 418663 - [metatype] Get rid of compile warnings in official buildJohn Ross3-19/+9
2013-10-12Revert "Bug 418663 - [metatype] Get rid of compile warnings in official build"John Ross3-9/+19
2013-10-11Bug 418663 - [metatype] Get rid of compile warnings in official buildJohn Ross3-19/+9
2013-09-16Bug 416640 - [metatype] Consider providing API access to min/max values from ...John Ross5-10/+55
2013-01-23Bug 395196 - [metatype] Unhelpful error message from metatype parserv20130123-143937John Ross7-103/+131
2012-02-16Bug 371557: Don't instantiate resource bundle until the first time a translat...v20120216-2333John Ross4-128/+155
2011-11-22Bug 353049: Completed the Extendable API Javadoc.John Ross5-1/+61
2011-11-22Bug 364459: Check for null icon list when no icons were specified.John Ross1-0/+6
2011-11-21Bug 349189: Added support for returning icons that are the closest possible m...v20111121-2050John Ross3-72/+71
2011-11-21Bug 363374: Replaced remaining references to BundleWiring.findEntries with Bu...John Ross2-15/+7
2011-11-18Bug 349189: Updates to AttributeDefinition.getDefaultValue.John Ross1-4/+9
2011-11-18Bug 363374: Bundle.findEntries used instead of BundleWiring.findEntries.John Ross1-7/+3
2011-09-28Convert line endings to LFBJ Hargrave24-3491/+3491
2011-09-27Bug 358969: Changed resource bundle names to match package name. Also changed...John Ross2-2/+2
2011-07-25Bug 349711 - [metatype] Improve metatype implementation in equinox tojwross24-3126/+3491
2011-07-01Bug 345562 - [metatype] Metatype Service tries to read directory entries and ...v20110705jross1-0/+2
2011-07-01Bug 346804 - [metatype] Error parsing xml with empty <MetaData/> elementjross1-1/+1
2011-07-01Bug 350201 - [metatype] No error is reported when "type" attribute is missing...jross6-57/+43
2011-04-29Bug 344292 - Metatype: ObjectClassDefinition.getIcon(int) should never return...jross1-2/+7
2011-04-06Bug 341963 - [metatype] StringIndexOutOfBoundsException when description or n...Thomas Watson1-2/+2
2011-04-06Bug 341900 - Metatype must support optional 'pid' attribute on <Designate> el...Thomas Watson4-9/+12
2011-03-25Bug 340899 - Metatype service implementation ignores Bundle-Localization mani...Thomas Watson2-4/+14
2011-03-18Bug 332161 - MetaType service trims whitespace from arguments passed to Attri...Thomas Watson5-199/+259
2011-03-15Bug 334642 - [metatype] Parsing of metafile without default value failsThomas Watson3-15/+2
2011-02-16Bug 337219 - Metatype Impl failing CT due to recent change in Bundle Wiring APIThomas Watson2-102/+56
2011-02-15Bug 334005 - MetaTypeInformation.getFactoryPids() returns non-factory pidsRoot_OSGI_R4_3_WiringThomas Watson6-12/+12
2011-01-13Bug 334005 - MetaTypeInformation.getFactoryPids() returns non-factory pidsThomas Watson6-46/+124
2010-12-08Bug 332131 - Compile warnings in I20101207-2000 build for event and metatypeThomas Watson1-0/+4
2010-11-15Bug 330148 - MetaType service ignores min and max restrictions for STRING and...v20101115Thomas Watson1-4/+4
2010-11-15Bug 327173 - Metatype service should support password attribute definition type.Thomas Watson2-2/+11
2010-10-25Bug 311128 - add support for metatype on declarative servicesv20101025Thomas Watson5-170/+240

Back to the top