Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2017-06-22Bug 517929 - Update POMs in the master for 4.8 release I20170711-2000I20170710-2000I20170709-2000I20170708-2000I20170707-2000I20170707-0530I20170706-2000I20170706-0630I20170705-2000I20170704-2000I20170703-2000I20170702-2000I20170701-2000I20170630-2000I20170630-0410I20170629-2000I20170629-0425I20170629-0210I20170628-2000I20170628-0310I20170627-2000I20170626-2000I20170625-2000I20170624-2000I20170623-2000I20170623-0110I20170622-2000I20170622-0950Alexander Kurtakov1-1/+1
Point to 4.8 parent pom. Change-Id: I262f4b48dca306931ecf02d684cc87f75d01d5a1 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2016-06-28 Bug 496465 - Prep for 4.7 (Oxygen) and 4.6.1 (Neon.1) maintenanceThomas Watson1-1/+1
builds Change-Id: If8bccc53b7f4a9466e05262844c9813ea9596167 Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
2016-04-12Bug 490273 - Move tests to JUnit 4Sopot Cela8-123/+124
Fix to remove various warnings introduced by the BREE bump. Change-Id: I262219776f709fd712d7783cc15881edd71e81ff Signed-off-by: Sopot Cela <scela@redhat.com>
2016-04-11Bug 490273 - Move tests to JUnit 4Sopot Cela12-124/+147
Port of o.e.e.cm.test project. Includes some Dictionary changes required for the java 1.5 compliance level bump (which is required for annotations). Also cleaned up the pom of a hack to override the BREE. Change-Id: I63370d9520874474a0c990861425cfd6b806e251 Signed-off-by: Sopot Cela <scela@redhat.com>
2016-02-18Bug 487982 - OSGi Configuration Admin does not call all applicableThomas Watson1-3/+64
Configuration Plugins Change-Id: I8471c39bc3f0ea8e7f3f6bde5400b38bd8f7c406 Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
2015-07-06Bug 470518 - Replace `new Boolean` with `Boolean.valueOf`Alex Blewitt1-4/+4
Using `new Boolean()` results in the creation of a new object on the heap, when the flyweight `Boolean.TRUE` and `Boolean.FALSE` are available. Java 1.4 added a `Boolean.valueOf()` which can be used in place of `new Boolean()` but which will use the existing flyweight values instead. Globally change `new Boolean(...)` to `Boolean.valueOf(...)` and replace constant valued expressions with their flyweight counterparts. Bug: 470518 Change-Id: I25742c65162e57fd553dd1284ec057cd4b333dbb Signed-off-by: Alex Blewitt <alex.blewitt@gmail.com>
2015-07-02Bug 469765 - Prep for 4.6 (Neon) and 4.5 (Mars) maintenance buildsThomas Watson1-1/+1
- update parent poms for 4.6
2014-06-19Bug 436736 - Prep for 4.5 (Mars) and 4.4 maintenance buildsI20140729-0800I20140722-0800I20140715-0800I20140708-0800I20140701-0800Paul Webster1-1/+1
Update parent versions from 4.4.0 to 4.5.0 Signed-off-by: Paul Webster <pwebster@ca.ibm.com>
2013-08-21[Bug 415461] The value of the local variable config is not usedJohn Ross1-5/+5
Update copyright.
2013-08-21[Bug 415461] The value of the local variable plugin2 is not usedJohn Ross1-2/+2
This has the side effect of fixing bug 333581. Update copyright.
2013-08-21[Bug 415461] The serializable class does not declare a static final ↵John Ross1-2/+4
serialVersionUID field of type long. Did not wish to change line 223 as the current way of constructing the ArrayList seemed crucial to the test. Could not use @SuppressAnnotations("serial") because the compiler compliance level is set to 1.4. We can change this but it would lead to the need for fixing a number of new warnings. Update copyright.
2013-08-09Implement CM spec version 1.5Thomas Watson2-14/+40
2013-06-20Bug 411169 - Update parent POMs for LunaPaul Webster1-1/+1
2013-03-27Bug 403970 - Update rt.bundles and rt.framework parent versionsThomas Watson2-4/+4
2013-02-25Bug 397850 - [CBI] use the correct group IDs for all artifactsv20130225-170224I20130227-0112I20130226-2200I20130226-2100I20130226-2000I20130226-0912I20130226-0800I20130225-2315I20130225-2230Thomas Watson1-1/+1
2012-09-12Bug 386646 - build against declared and/or observed bundle runtime execution ↵v20120912-125810Igor Fedorenko1-0/+20
environment
2012-05-22Bug 379748 - Pull request for Equinox from CBIv20120522-1841Thomas Watson1-0/+26
Add poms for Tycho build
2012-03-19Bug 374637 - NPE in ManagedServiceTracker.addv20120319-2029I20120328-2028I20120328-2020I20120328-2007I20120328-1956Thomas Watson2-1/+47
2011-10-06Bug 360153 - Add project prefs to force unix LF on new text files.Thomas Watson1-0/+2
2010-04-22Bug 288253 - ConfigurationAdmin after Configuration.setLocation() change: ↵v20100520Simon Kaegi2-2/+14
ManagedService instance not called when PID is updated
2009-01-14Bug 260935 [cm] the data types for configuration properties uses CollectionSimon Kaegi1-7/+68
2008-12-01Bug 253771 [cm] Move configadmin tests from incubator to compendium testsSimon Kaegi17-0/+1775

    Back to the top