Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2018-05-30Bug 535327 - Streamline maven poms hierachyI20180531-2125I20180531-2000I20180531-1245I20180531-0910Alexander Kurtakov1-4/+4
Needed so tycho-versions:set-versions works properly. Not all modules handled properly but majority are which is good enough for me now. Change-Id: I62d65744ed65d083f3755aab86b925fa780092b5 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2018-02-22Bug 531430 - Replace usage of SubProgressMonitor by SubMonitorI20180226-2000I20180225-2000I20180224-1500I20180223-2000I20180222-2000Karsten Thoms1-1/+1
Change-Id: Iea476f0ceb12d83224e0274c1d6a53c49b81adce Signed-off-by: Karsten Thoms <karsten.thoms@itemis.de>
2018-01-26Bug 530396 - Move UI code to lambdasAlexander Kurtakov6-84/+41
Change-Id: I92c7b5c6cbde04280da91a9ee617495ff0381a73 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2018-01-03Bug 529078 - Add header Automatic-Module-Name for Java 9I20180104-2000I20180104-0030I20180103-2000Karsten Thoms1-0/+1
Increment versions for Eclipse 4.8 Photon Change-Id: I678108c1f5afa895be26040184cd8c21e83a8a0e Signed-off-by: Karsten Thoms <karsten.thoms@itemis.de>
2017-09-04Bug 521842 - Move ui.discovery to Java 8I20170905-0600I20170905-0310I20170904-2000Alexander Kurtakov21-232/+205
* Bump BREE. * Bump minor version for the BREE change. * Enable more warnings. * Remove redundant type declarations. * Lambda conversions. Change-Id: Ic9f5c62021bea9e5a3f42101cd9e82ed70f17718 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2017-09-04Bug 521839 - Move discovery bundle to Java 8Alexander Kurtakov1-1/+1
* Bump BREE. * Bump minor version for the BREE change. * Enable more warnings. * Remove redundant type declarations. Change-Id: I9b595b0c7481280b3ad8f308a55ff32936ac7bbf Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2017-09-04Bug 521838 - Move discovery.compatibility to Java 8Alexander Kurtakov1-1/+1
* Bump BREE. * Bump minor version for the BREE change. * Enable more warnings. * Lambda conversions. * Remove duplicate type declarations. * Try-with-resources. * StandardCharsets usage. * Add missing Override annotations. Change-Id: Ic7b0dd0946fcae017212ed674509934d0bfcb6e9 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2017-06-22Bug 517929 - Update POMs in the master for 4.8 releaseI20170622-0950Alexander Kurtakov1-1/+1
Point to 4.8 parent pom. Change-Id: Ic754058b23731334425f98aaca527bcf90991a7d Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2017-04-18Bug 514863: Use png files in org.eclipse.equinox.p2.uiMatthias Becker19-5/+5
Change-Id: Ia891112782c251e903149d5e3db8d873f3b1b6d9 Signed-off-by: Matthias Becker <ma.becker@sap.com>
2017-01-05Bug 509973 - Comparator errors in I20170105-0320Y20170105-1040Y20170105-1000I20170106-2000I20170105-2000Thomas Watson1-1/+2
Change-Id: I95b8452e1ecb7770f798864b6e7f943e3bce9a12 Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
2016-08-17Bug 482765 - NullPointerException in ↵Carsten Reckord1-2/+2
TextSearchControl.createLabelButtonControl(198) Changed the broken icon path to point to the png version. Fall back to "missing image" descriptor when the provided descriptor is null. Change-Id: I3fb3cdd08ea7413f388661f2657070710463620e Signed-off-by: Carsten Reckord <reckord@yatta.de>
2016-08-11Bug 499539: Update JDT core and apt to use Oxygen M1 to produce M2I20160816-1015I20160816-0800Markus Keller2-2/+2
touch bundle to force rebuild after bug 460491 was fixed
2016-06-28Bug 496465 - Prep for 4.7 (Oxygen) and 4.6.1 (Neon.1) maintenance buildsThomas Watson1-1/+1
Change-Id: I90a85375f7864204f482d76130da772798f0a28b Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
2016-05-04Bug 493004 - Need to update versions for Neon of various bundlesY20160519-1000Y20160513-1000Y20160505-1000I20160523-2000I20160522-2000I20160521-1500I20160520-2000I20160519-1730I20160519-1100I20160518-2000I20160517-2000I20160516-2000I20160515-2000I20160514-1500I20160513-2000I20160512-1000I20160511-2000I20160511-0400I20160510-2000I20160509-2000I20160508-2000I20160507-1500I20160506-2000I20160506-1030I20160506-0830I20160505-2000I20160504-2000Thomas Watson2-2/+2
Change-Id: Idb4576fc90fc7180d3c7e1960696615bb4c37594 Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
2015-09-07Bug 476724 - Remove new Boolean and Boolean.valueOf().booleanValue()I20150929-0800I20150922-0800I20150916-2000I20150916-0800I20150915-2000I20150915-0800I20150914-2000I20150914-1545I20150914-1130I20150914-0800I20150913-2000I20150908-0800Alex Blewitt1-3/+3
The new Boolean constructor creates a new instance of a Boolean object, but it can easily be replaced with Boolean.valueOf which returns the reference to the global Boolean.TRUE or Boolean.FALSE. Replace calls to new Boolean() with Boolean.valueOf() for identical semantics except without object collection. Additionally Boolean.valueOf().booleanValue() is identical to Boolean.parseBoolean() and will result in no garbage. In addition, methods will be (slightly) smaller and parseBoolean will often be in-lined by the JIT, which can often prove that the value is non-null for faster checking. Replace Boolean.valueOf().booleanValue() chains with Boolean.parseBoolean(). Some other tests can use Wrapper.valueOf() to take advantage of the built-in caches that these objects maintain (for values in the range -128..127). Signed-off-by: Alex Blewitt <alex.blewitt@gmail.com> Change-Id: I5da4216a26ffbb6b8fd3365515ee800dd82b36ae
2015-07-02Bug 469765 - Prep for 4.6 (Neon) and 4.5 (Mars) maintenance buildsI20150818-0800I20150811-1400I20150805-2000I20150805-0800I20150804-2000I20150804-0800I20150803-2000I20150803-0800I20150802-2000I20150728-0800I20150721-0800I20150714-0800I20150707-0800Thomas Watson1-1/+1
- update parent poms for 4.6
2014-06-19Bug 436736 - Prep for 4.5 (Mars) and 4.4 maintenance buildsPaul Webster1-1/+1
Update parent versions from 4.4.0 to 4.5.0 Signed-off-by: Paul Webster <pwebster@ca.ibm.com>
2013-12-10bug 423628 - False positives warnings in the official build.I20131211-0800I20131210-2000I20131210-0800Krzysztof Daniel2-21/+23
False positives are caused by projects settings being different than build settings. Typical example is that project is configured to warn about local variable hiding a field, and suppression is added, but the regular releng build is not configured to warn, and it finds unnecessary suppression. I have did following things: * fixed warnings that I was able to fix (renamed variables, added generics, comments, etc, etc). * reduced the number of warnings in tests * commented warnings that must not be suppresed in the workspace unless we want "Unnecessary @SuppressWarnings" at build time. Change-Id: Iab2c962e5c331eab170b5f6e08d9bb29d05f0cc4
2013-12-09bug 418662 - Get rid of compile warnings in official build -Krzysztof Daniel7-30/+56
org.eclipse.equinox.p2.ui.discovery Change-Id: Iec3ef1ec194481d950d313a0f3ce24ce6a7fa93f Signed-off-by: Krzysztof Daniel <kdaniel@redhat.com>
2013-11-15Bug 421798 - Fix various warnings.Alexander Kurtakov1-1/+1
* Remove unneeded casts. * Remove unneeded throws. * Remove unneeded semicolons. Change-Id: I7454ea216cfc194a0d394550feecc29042d23363 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2013-10-04Bug 405911 - 3 p2 bundles don't produce (or, package) their .sourceThomas Watson2-2/+2
- touch/update versions
2013-09-13Bug 416980 - ControlListViewer.class appears to have changed, though ↵I20130918-0800I20130917-2000I20130917-0800I20130916-2330I20130916-2000I20130916-0900I20130915-2000I20130914-1900I20130914-1500I20130913-2000Thomas Watson1-1/+2
qualifier has not
2013-09-11Bug 411419 - 38 pom files specify <executionEnvironment>Krzysztof Daniel1-11/+0
Remove executionEnvironments matching manifest.mf. Signed-off-by: Krzysztof Daniel <kdaniel@redhat.com> Change-Id: I5b7c70eab929503d7c5213a1405c6c8d41c0c049
2013-08-07force update qualifierI20130820-0800I20130813-1330I20130813-1200I20130813-0800I20130807-2000Pascal Rapicault1-0/+1
2013-06-26Bug 411170 -- Updated the parent poms for Luna (Eclipse 4.4)Ian Bull1-1/+1
2013-05-02Bug 406986 - [operation] Remediation does heavy lifting in resolveModalPascal Rapicault (JBoss)1-1/+1
2013-04-29Add remediation support to Discovery UII20130430-0800I20130430-0031I20130429-2000Pascal Rapicault (JBoss)2-11/+21
2013-03-27Bug 403971 - Update Equinox p2 parent versionsI20130402-0800Pascal Rapicault2-3/+4
2013-02-25Bug 397850 - [CBI] use the correct group IDs for all artifactsv20130225-185631Ian Bull1-1/+1
Upated all the pom.xml files (in the bundles) to include the proper groupID. The groupID is the first three segments of the artifactID.
2013-01-07Bug 396091 - Merge in CBI patches from 4.2.2 into 4.3 (pom changes) for ↵v20130107-152742John Arthorne1-0/+11
equinox.p2
2011-08-01304594 Fix obvious POM configuration issuesTobias Oberlies1-2/+3
- Correct relativePath to parent POM. - Use recommended version format in POMs: A version with automatically replaced qualifier maps to a SNAPSHOT version in the POMs.
2011-07-20Changed .cvsignore to .gitignore filesJohn Arthorne1-2/+0
2011-05-02copyright updatev20110502-1955v20110502-1930Ian Bull23-22/+32
2011-04-13bug 342164 - [discovery] allow to change find text of FilteredViewerspingel1-0/+1
2011-04-13bug 342164 - [discovery] allow to change find text of FilteredViewerspingel1-0/+7
2010-08-17Add target folderv20101119Pascal Rapicault1-0/+1
2010-05-20bug 313412 - [discovery] DiscoveryInstallOperation can install older version ↵v20100519spingel1-1/+2
of a feature over a newer one
2010-05-11bug 311440 - [discovery] FilteredViewer should handle TraverseEvent ↵spingel1-0/+9
SWT.TRAVERSE_RETURN from search widget
2010-05-11bug 311276 - [discovery] opening tooltip can cause catalog to scrollspingel1-1/+2
2010-05-01bug 311272 - [discovery] o.e.e.p2.ui.discovery does not specify ↵spingel1-0/+1
Bundle-Localization header
2010-04-25bug 310381 - [discovery] NPE in CatalogViewer.getInstalledFeatures()spingel1-4/+6
2010-04-21bug 304843 - [discovery] ensure sufficient extensibility for Eclipse ↵spingel4-27/+41
marketplace client
2010-04-20bug 309875 - [discovery] support site verificationspingel1-1/+3
2010-04-20bug 309873 - [discovery] allow arbitrary tags to be specified in bundle catalogsspingel2-2/+28
2010-04-20bug 309879 - [discovery] allow command that trigger discovery to be ↵spingel5-64/+62
parameterized
2010-04-20bug 309614 - [discovery] 'No Connectors Found' message should be optional, ↵spingel2-17/+21
configurable
2010-04-20bug 304843 - [discovery] ensure sufficient extensibility for Eclipse ↵spingel1-5/+7
marketplace client
2010-04-20bug 309614 - p2 discovery 'No Connectors Found' message should be optional, ↵spingel2-6/+1
configurable
2010-04-20bug 309612 - p2 discovery Catalog.performDiscovery(IProgressMonitor) should ↵v20100419spingel1-14/+11
not return a multistatus unless necessary
2010-04-19bug 304843 - [discovery] ensure sufficient extensibility for Eclipse ↵spingel5-148/+452
marketplace client

Back to the top