Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2017-01-05Bug 509973 - Comparator errors in I20170105-0320Y20170105-1040Y20170105-1000I20170111-0200I20170110-2000I20170109-2000I20170108-2000I20170107-2000I20170106-2000I20170105-2000Thomas Watson2-0/+5
Change-Id: Ic611932c4408d41f72f33d713c9554e367334eeb Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
2017-01-03Bug 509876 - PlatformAdmin read-only state uses wrong timestamp forI20170105-0320I20170105-0230I20170104-2000I20170104-0800I20170103-2000Thomas Watson2-3/+24
State.getTimeStamp() Change-Id: I42c703cfec338f7eb1950d5d9c4d0c222fe792eb Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
2016-12-19Bug 509313 - Update CDT configurations for launcher nativesY20161229-1000Y20161223-1030Y20161222-1000I20170102-2000I20170101-2000I20161231-2000I20161230-2000I20161229-2000I20161228-2000I20161227-2000I20161226-2000I20161225-2000I20161224-2000I20161223-2000I20161223-0615I20161222-2000I20161221-2000I20161221-0400I20161220-2000I20161220-0530I20161219-2000Alexander Kurtakov2-116/+117
* Updates for .cproject format changes. * Add gdk-pixbuf include path. * Remove space at end of glib include path making CDT to not resolve it. * Switch to the modern X11 include path. Change-Id: I167ebcd4abf8c659ef36d25d712bb68098bd4e6e Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2016-12-19Bug 509311 - Replace GtkSignalFunc with GCallbackAlexander Kurtakov1-2/+2
GtkSignalFunc is gone in GTK3 and GGcallback is available in the min GLib required. Change-Id: If72db866935d1b0bb4b48c6abc93b2cc870822ca Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2016-12-16Bug 509351 - org.eclipse.osgi.compatibility.state needs version increaseI20161219-0145I20161218-2000I20161217-2000I20161216-2000Thomas Watson2-2/+2
for oxygen Change-Id: Id12c2fbdd2c5aeca0313d6c961aa44158aeb6701 Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
2016-12-15Bug 509318 - Update resolver implementation to latest from apacheThomas Watson3-34/+74
Change-Id: I6898a735b29127d71d1ba285106062315f978f88 Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
2016-12-13Binaries v20161213-1256Y20161215-1200I20161215-2000I20161215-0915I20161215-0830I20161215-0730I20161215-0130I20161214-2000I20161214-1005I20161213-2000Arun Thondapu20-20/+20
2016-12-13Bug 508576 - Simplify GTK initializationAlexander Kurtakov3-17/+9
Function gtk_init_with_args is present in the min GTK version required so there is no need to check for it's existence and try gtk_init_check after that. Also g_error_free is mandatory function so no need for if(g_error_free) g_error_free(...). Change-Id: Idd13fb1009e0b0e434e0a409487863dd3ea06325 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2016-12-02Bug 508577 - Remove NETSCAPE_FIXAlexander Kurtakov2-9/+2
Function not implemented and not used anywhere. Change-Id: I52bdc4fa7e05c9c9a94526eedc3aa933cb9eb637 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2016-12-01Bug 508542 - Failures for testBug490902 in I-buildsY20161208-1000S4_7_0_M4I20161213-0600I20161213-0300I20161212-2000I20161211-2000I20161210-2000I20161208-0830I20161208-0730I20161207-2000I20161207-1340I20161207-0800I20161207-0515I20161206-2000I20161206-0800I20161205-2000I20161205-0800I20161204-2000I20161203-2000I20161202-2000I20161201-2000Thomas Watson2-7/+6
Change-Id: I4f75a52880f235675b9446415b2d2297c266c4d9 Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
2016-11-30Bug 507115 - NPE in ResolverImpl.unresolveBundle after importing pluginsY20161201-1000I20161201-0800I20161130-2000Andrey Loskutov1-4/+10
into workspace Change-Id: I0a7ed9b6460b493344a485b9a4d64f4455abbf5c Signed-off-by: Andrey Loskutov <loskutov@gmx.de>
2016-11-29Bug 508308 - Fix alternate ws guessesI20161129-2330I20161129-2000Alexander Kurtakov1-22/+2
SWT doesn't ship any of the alternate WS so trying to load them will never succeed. Further more HPUX and AIX still have MOTIF as WS which would prevent the proper WS guess if not explicitly specified. Change-Id: I67d5fb2b3f60391e42ac802f0abd36ee438290de Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2016-11-29Bug 508291 - Remove unneeded gtk callsAlexander Kurtakov3-7/+0
Function gtk_set_locale call is not needed with gtk 2.24+ as gtk_init does it by default. Also remove other unused binding too. Change-Id: I92ca6d16d502ddbd2ef8603320cffdd59afa6996 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2016-11-22Bug 507979 - Fix gcc -Wmisleading-indentation warningsAlexander Kurtakov3-4/+4
Use tabs consistently to not confuse gcc blocks has misleading formatting. Change-Id: I91af853c643b9edf0dc54b9677bb8269c451bf76 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2016-11-17Bug 507703 - Add toString to ModuleWiringY20161124-1000I20161128-2000I20161128-0600I20161128-0330I20161127-2000I20161127-1300I20161126-2000I20161126-0815I20161125-2000I20161124-2000I20161123-2000I20161122-2000I20161121-2000I20161120-2000I20161119-2000I20161118-2000I20161117-2000Thomas Watson2-2/+26
Change-Id: I4067437e5da201f472c48173a2595e63bb589177 Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
2016-11-11Bug 507417 [java 9] cannot load java.* classes that are not contained inY20161117-1000I20161116-2000I20161115-2000I20161114-2000I20161114-0355I20161113-2000I20161112-2000I20161112-0405I20161111-2000Thomas Watson4-13/+20
the java.base module Change-Id: I788208133cd71e4ce6bbdc92bea890a8cf7d5ce4 Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
2016-11-07Bug 507178 - Issues with encoding/decoding file URLs in variousY20161110-1000I20161111-1220I20161111-0900I20161111-0740I20161111-0510I20161110-2030I20161110-1630I20161110-1225I20161110-1130I20161110-0710I20161110-0510I20161109-2000I20161108-1015I20161108-0800Thomas Watson13-112/+258
scenarios Change-Id: I2cf6b79d055eef7fb180f3f0f75032cbb84b7d51 Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
2016-11-07Bug 502209 - remove printStackTraceThomas Watson1-1/+0
Change-Id: Iacfe8995f5a3479c9c4cb947efcfb6fb7dabd6df Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
2016-11-07bug 507055 - Ignore optional compile problems Java build path option notThomas Watson3-3/+3
honored Change-Id: I57f5a137689df0c01504d2c03de297e2af8e0e5d Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
2016-11-03Bug 452486 - Remove Motif leftoversAlexander Kurtakov28-3238/+3
Delete the actual motif code. Change-Id: I94257d7da060ba6b9a4156497a7a189926b00db9 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2016-11-02Bug 492570 - Info.plist "CFBundleGetInfoString" is out of dateY20161103-1000Thomas Watson1-3/+3
Change-Id: Iae8e4268f8b7322aa2713cc78e541404bbd96fdd Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
2016-11-02Bug 506939 - Update felix resolver code.Thomas Watson13-443/+156
Change-Id: I71b049e22f2aebe2022c7ecdb3c198e9dda0582a Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
2016-10-28Bug 502209 - Revert changes to project settingsI20161101-0800Thomas Watson1-7/+1
Change-Id: I3dee0b085f6835bf7ff978f9553ae30197023cd0 Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
2016-10-27Bug 502209 - Reflection used for URL handler support breaks on Java 9Thomas Watson6-18/+157
Change-Id: I8069523103f1e3966feb9856e2a1100eda6b02b2 Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
2016-10-27Bug 506578 - Custom class loaders mapped to Java 9 modules must overrideThomas Watson2-0/+28
new findResource and findClass methods Change-Id: I25ab9c6a154314216e9c6ff492b4062f3f4bba42 Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
2016-10-27Bug 506597 - Build failure on I20161026-2000Thomas Watson4-4/+4
Change-Id: I949cd02866112dca9a5fda67cdbbb1e280ee05df Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
2016-10-27Bug 506597 - Build failure on I20161026-2000Y20161027-1250Y20161027-1000I20161027-0700Markus Keller3-1/+3
2016-10-26Binaries v20161026-0546I20161027-0200I20161026-2000I20161026-1100I20161026-0800Arun Thondapu20-20/+20
2016-10-25Bug 506460 - openConnection(URL u, Proxy p) is unsupported when multipleI20161025-2000Thomas Watson4-5/+39
frameworks are running Change-Id: I44b31638002212d08a0a47bd4d9511d88420cc3b Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
2016-10-20Bug 506208 - Race to call hooks inY20161024-2045Y20161024-1300Y20161024-0700Y20161021-1200Y20161021-0600Y20161020-1800I20161024-2000I20161024-1000I20161024-0410I20161023-2000Thomas Watson1-14/+28
org.eclipse.osgi.internal.loader.BundleLoader.getModuleClassLoader() Change-Id: I6ec623901997754052119b1a2cf3880678bda05a Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
2016-10-13Bug 472042 - Regression: eclipse -noSplash prints errors if no DISPLAYY20161020-1000Sravan Kumar Lakkimsetti2-8/+7
is set on Linux Change-Id: I64cbc93b33a03d531f76f809a85a2ce7c6fe792b Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
2016-10-04Bug 503742 - Disable by default lazy start trigger on failed class loadY20161018-1100Y20161013-1000Y20161006-1000I20161018-0800I20161011-0800I20161005-1430I20161005-1045I20161005-0815Thomas Watson4-6/+60
from Bundle.loadClass Change-Id: I4d9533461b4ed4db76dc96772fd4a50a9d28a1c0 Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
2016-10-04Binaries v20161004-0749I20161004-1000I20161004-0800Arun Thondapu20-20/+20
2016-10-03Bug 502204 - Reflection used for parallel capable class loaders willThomas Watson2-28/+3
fail on Java 9 Change-Id: I10ee55af8f1844f314f0a466eaf51c4ce7b99da8 Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
2016-09-30Bug 502519 - Remove Photon native codeAlexander Kurtakov7-521/+0
Remove photon native code and mentions of it in the build scripts. Change-Id: I114c1d7e9aca98271177ea477e46db36b577d3d0 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2016-09-30Bug 501986 - [GTK+] Make GTK+ 2.24 the minimum supported versionAlexander Kurtakov1-3/+3
Change-Id: I027be9384110042aa7eb202c11e9f890dc44c54e Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2016-09-30Bug 498758 - Move launcher to Java 6Alexander Kurtakov1-3/+3
Checking windows registry should happen for Java 1.6+. Change-Id: I8ec63314fe450a951e86e5870d7d2191c577c313 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2016-09-29Bug 502425 - Refactor code for Java 7Thomas Watson124-891/+879
Change-Id: I64d3a28a743a0292db27fd421294421dc51eb2e1 Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
2016-09-29Bug 502425 - Move Equinox Framework up to Java 7Thomas Watson18-31/+43
Change-Id: I2dd55f8926f6d3fe4c15c664b0cc839545711bc1 Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
2016-09-27Bug 502318 - osgi.framework.activeThreadType is no longer usedY20160929-1000Thomas Watson3-2/+64
Change-Id: I54fa1cce33e778d02a792b7c24a651c30555d08e Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
2016-09-27Bug 502247 - Remove unused jars from osgi/ folder in org.eclipse.osgi/Thomas Watson2-0/+0
Change-Id: If3e0753acede17bbcbba11eb834c7058f635cccc Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
2016-09-26Bug 502108 - Initialization of FrameworkExtensionInstaller fails withI20160927-0800Thomas Watson2-2/+15
JDK9 Change-Id: Idf30e3c56eff1b8ae48b7138539e82da150c4af6 Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
2016-09-14Bug 498758 - Move launcher to Java 6Y20160922-1000Alexander Kurtakov44-121/+120
Moved to Java 6. Bumped BREE and minor version to reflect this change. Adjusted fragments range. Generified code. Bumped launcher fragments micro to prevent them being replaced by baseline version. Change-Id: I0ebde7cf31ac4bceeae837d7e2cf1b7a9d180142 Signed-off-by: Thomas Watson <tjwatson@us.ibm.com> Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2016-09-14Revert "Bug 498758 - Move launcher to Java 6"Y20160915-1000I20160920-0800I20160915-0230I20160915-0200I20160914-2300I20160914-2000I20160914-0800I20160914-0430Sravan Kumar Lakkimsetti19-82/+83
As this is causing build failures This reverts commit 423fa0001fb07c3d832b2366e7e3ff77745904ab. Change-Id: I12aa67cfcc58a2fe333a10f513cb3e20aca99b9d Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
2016-09-12Bug 498758 - Move launcher to Java 6I20160914-0030I20160913-2000Alexander Kurtakov19-83/+82
Moved to Java 6. Bumped BREE and minor version to reflect this change. Adjusted fragments range. Generified code. Adjusted windows native code to select 1.6+ vm if found in the registry. Change-Id: Ic420d07c461ebc8e7c48cfbdb54e253d9f1c0080 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com> Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
2016-09-08Bug 501063 - Use constructor in favor of Throwable.initCause(...)Y20160908-1000I20160913-0800I20160912-2000I20160912-1005I20160912-0800I20160912-0430I20160912-0225I20160912-0140I20160911-2015Andreas Sewe11-24/+22
Change-Id: I8e8dde9b777054ea62c5e6d0ce38191d50bf8c92 Signed-off-by: Andreas Sewe <andreas.sewe@codetrails.com>
2016-08-30Bug 492890 - Must escape values in a Bundle-NativeCode header when theyY20160901-1000I20160906-0800Thomas Watson7-5/+83
have special filter characters Change-Id: Ia10e30ac0090f92297196d1ace0ba19c5b454ee5 Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
2016-08-19Bug 499971 - Enrich IOExceptions thrown by ZipBundleEntryInputStreamY20160825-1000I20160830-0800I20160824-1429I20160823-1359I20160823-0759Andreas Sewe1-18/+40
To aid debugging, this wraps any IOExceptions (e.g., ZIPExceptions) thrown by the underlying (Zip)InputStream in IOExceptions indicating which file is broken. Change-Id: I21d447b3aafa36b3d83a1f22bcc2fe776d6f9737 Signed-off-by: Andreas Sewe <andreas.sewe@codetrails.com>
2016-08-12Bug 499617 - Avoid holding class loader locks while lazy activatingY20160818-1000I20160816-1015I20160816-0800Thomas Watson3-64/+98
Change-Id: Ided8055478bcc15c6669bd665b29a0c88e937728 Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
2016-08-12Bug 497576 - [equinox framework] augmenting bundle metadataThomas Watson10-25/+201
Container changes to allow a container adaptor to adapt a builder before it is used by the container. EquinoxContainerAdaptor changes to call StorageHook implementations to adapt a builder for a generation. Change-Id: I4597f98b6fc6c993fc601a615f61047a8299beae Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>

Back to the top