Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2020-12-09Bug 569603 - Micro version bumps needed for OSGi core packagesY20201222-1200Y20201218-1200Y20201215-1200Y20201211-1200I20201222-1800I20201221-1800I20201220-1800I20201219-1800I20201218-1800I20201217-1800I20201216-2110I20201215-1800I20201214-1800I20201213-1800I20201212-1800I20201211-1800I20201210-1800I20201209-1800Thomas Watson12-32/+32
Change-Id: Ie4ebc6821391db88a8ecf730a42f7e6eb3a876a2 Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
2020-12-04Bug 569323 - Version bumps for 4.19 streamY20201209-0750Y20201208-1200Y20201204-1200I20201208-2310I20201208-1800I20201208-0300I20201207-1800I20201206-1800I20201205-1800I20201204-1800I20201204-0830Alexander Kurtakov4-4/+4
Bump executable feature and osgi tests. Change-Id: Idea6ffa0552e1abcc74270936956db8780943dd3 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2020-12-01Bug 569318 - POM and product version change for 4.19 releaseI20201204-0610I20201204-0340Sravan Kumar Lakkimsetti16-16/+16
Change-Id: I5e741b9c8e3e2e33ddbbe131dc0b4bc58b6f49be Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
2020-12-01Bug 569322 - Update version number in mac's Eclipse.app for 4.19Sravan Kumar Lakkimsetti1-3/+3
Change-Id: I52c52e899370d5b82423bfcc90df0e74d06d1571 Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
2020-10-30Bug 567964 - Use Files.isReadable before falling back to File IOY20201201-1200Y20201127-1200Y20201124-1200Y20201120-1200Y20201117-1200Y20201113-1200Y20201111-0210Y20201110-1200Y20201109-1200Y20201109-0220Y20201108-1200Y20201107-1200Y20201106-1200Y20201105-1200Y20201104-1200Y20201103-1200Y20201102-1200Y20201101-1200Y20201031-1200S4_18_0_RC2S4_18_0_RC1S4_18_0_M3R4_18I20210122-0800I20210122-0630I20210122-0420I20201202-1800I20201202-0600I20201201-1800I20201201-0600I20201130-1800I20201130-0600I20201129-1800I20201129-0600I20201128-1800I20201128-0600I20201128-0300I20201127-1800I20201127-1010I20201127-0630I20201125-1800I20201125-0600I20201124-1800I20201124-0600I20201123-1800I20201123-0600I20201122-1800I20201122-0600I20201121-1800I20201121-0600I20201120-1800I20201120-0320I20201119-0730I20201118-1800I20201118-0600I20201117-1800I20201117-0600I20201116-1800I20201116-0600I20201115-1800I20201115-0600I20201114-1800I20201114-0740I20201114-0600I20201113-1800I20201112-1800I20201111-1800I20201110-1800I20201109-1800I20201108-1800I20201107-1800I20201107-0750I20201106-1800I20201106-0710I20201105-1800I20201105-0230I20201104-1800I20201103-1800I20201103-0030I20201102-1910I20201101-1800I20201031-1800I20201030-1800R4_18_maintenanceThomas Watson1-20/+25
Some environments it is more costly to do the file open/close operation than simply calling Files.isReadable. First try Files.isReadable for the golden path, if that fails then fallback to the previous behavior Change-Id: I7aaf92c4d3d1a599343034078ebb214a8da7a305 Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
2020-10-30Bug 567964 - Add debug trace for open/close operationsThomas Watson4-0/+25
Change-Id: Iaedc19d937a069e40cef242d40b4ac0b746848c0 Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
2020-10-24Nullcheck of value previously dereferencedY20201030-1200Y20201029-1200Y20201028-1200Y20201027-1200Y20201026-1200I20201029-1800I20201028-1800I20201028-0800I20201028-0610I20201028-0130I20201028-0020I20201027-2350I20201027-1800I20201026-1850Carsten Hammer1-4/+7
Change-Id: Ibba82884426e7e35df0c49d301ab1cea016a5f56 Signed-off-by: Carsten Hammer <carsten.hammer@t-online.de>
2020-10-22The code contains a conditional test performed twiceY20201025-1200Y20201024-1200Y20201023-1200I20201026-0840I20201026-0650I20201025-1800I20201025-0040I20201024-1800I20201023-1800I20201023-0250Carsten Hammer1-1/+1
Change the typo to test both INCLUDE and EXCLUDE Change-Id: I29fd936ed748144ad2377ba38c2ecc4e7adafaba Signed-off-by: Carsten Hammer <carsten.hammer@t-online.de>
2020-10-15Bug 567907 - JavaSE_compact3-1.8.profile has incorrect package forY20201021-1200Y20201020-1200Y20201019-1200Y20201018-1200Y20201017-1200Y20201016-1200Y20201015-1200I20201021-1800I20201021-0200I20201020-1800I20201020-0240I20201019-1800I20201018-1800I20201017-1800I20201016-1800I20201016-0000I20201015-1800Thomas Watson1-1/+1
org.ietf.jgss Change-Id: I88863141b5ecfef8a8ef44631722cede34e44001 Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
2020-09-15Fix some SuppressWarnings.Y20201014-1200Y20201013-1200Y20201012-1200Y20201011-1200Y20201010-1200Y20201009-1200Y20201008-1200Y20201006-1200Y20201002-1200Y20201001-1200Y20200930-1200Y20200929-1200Y20200929-0550Y20200928-1200Y20200928-0700Y20200928-0600S4_18_0_M1aS4_18_0_M1I20201014-1800I20201013-1800I20201012-1800I20201012-0750I20201012-0320I20201011-1800I20201010-1800I20201009-1800I20201009-0800I20201009-0430I20201007-1800I20201007-1320I20201007-0600I20201006-1800I20201006-0840I20201006-0600I20201005-1800I20201005-0600I20201004-1800I20201004-0600I20201003-1800I20201003-0600I20201002-1800I20201001-1800I20200930-1800I20200929-1800I20200928-1800I20200927-1800I20200926-1800I20200925-1800I20200924-1800I20200924-0430I20200924-0340I20200922-1800I20200921-1800I20200920-1800I20200919-1800I20200918-1800I20200917-1800I20200916-1800I20200916-0410I20200915-1800Alexander Kurtakov3-4/+3
No need to suppress unchecked when one can use emptyList instead of EMPTY_LIST. Change-Id: Ibdf803adc6f2b2a1d8956862915a4d14e28960aa Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2020-09-15Build fragment string with StringJoiner instead StringBuilderMykola Nikishov1-7/+3
Change-Id: I93ae71de907bef77c3681454590b0652047b1214 Signed-off-by: Mykola Nikishov <mn@mn.com.ua>
2020-09-15Bug 567002 - Bump Launcher to Java 1.8Alexander Kurtakov14-26/+50
Change-Id: I93a88e9570dd04374e0359bbfb22bb3a343aac4b Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2020-09-10Binaries v20200910-0320I20200914-1800I20200913-1800I20200912-1800I20200912-0010I20200911-1800I20200910-1800I20200910-0100Eclipse Releng Bot7-7/+7
2020-09-09Bug 566133 - ensure valid characters in GDBus names.Will Rogers1-0/+12
Change-Id: I5a24500bfc38390c26a6e7ca74dc475870ddbbad
2020-09-08Bug 566362 - Version bumps for 4.18 streamI20200909-1800I20200908-1800Alexander Kurtakov10-10/+10
Change-Id: If3aa5655cbeb8c2393c42d1789d9464d737b8e9d Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2020-09-07Binaries v20200907-1444I20200908-0440Eclipse Releng Bot6-6/+6
2020-09-07v11200Eclipse Releng Bot1-1/+1
2020-09-07Bug 566133 - Fix premature free() in native code.Will Rogers1-1/+2
Change-Id: Ib9b88409b2169523bcf3cfcd72216f114e52616b
2020-09-07Bug 566133 - Use appName in launcher.Will Rogers1-3/+10
Change-Id: I9b88c63a78c6c13c712656947cc603ccf55b5196
2020-09-04Bug 566618 - Avoid creating domain during wiring invalidationThomas Watson3-2/+41
There are scenarios where creating a domain will fail, for example if the bundle file has been deleted. There is no need to create a domain in the case of invalidating a wiring because we are just trying to clear the permission cache of the existing domain when invalidating a wiring. Change-Id: Icb5d2118a267d08192f3ead21991d1955d36d34f Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
2020-09-04Update version for 4.18 releaseThomas Watson2-2/+2
Change-Id: Iac952ddf11b9e14c7ce7fcf5a4937bb21ba95c7f Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
2020-09-04Bug 566362 - Version bumps for 4.18 streamAlexander Kurtakov4-4/+4
Change-Id: I38e565385bfd177df6ebb4248fcf2f9604d51cf8 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2020-09-03Bug 566361 - Update version number in mac's Eclipse.app for 4.18I20200904-0540I20200904-0210Sravan Kumar Lakkimsetti1-3/+3
Change-Id: I7d0c50a092ba5a9ef0d626a9ff1093c22408a337 Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
2020-09-03Bug 566356 - POM and product version change for 4.18 releaseAlexander Kurtakov16-17/+16
Change-Id: Ia562d850c2b9f3e2e1d8a21bdadff7a73424bea3 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2020-08-28Bug 566471 - I20200828-0150 - Comparator Errors FoundY20200915-2240Y20200915-0150Y20200914-1200Y20200913-1200Y20200912-1200Y20200911-1200Y20200910-1200Y20200909-1200Y20200908-1200Y20200907-1200Y20200903-2210Y20200901-1200S4_17_0_RC2R4_17I20200902-1800I20200902-0600I20200901-1800I20200901-0600I20200831-1800I20200831-0600I20200830-1800I20200830-0600I20200829-1800I20200829-0600I20200828-1800R4_17_maintenanceSravan Kumar Lakkimsetti1-1/+1
Change-Id: I4c306e3a41943069c0d0976068f1fe5fef03d696 Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
2020-08-19Binaries v20200819-0940Y20200825-1200Y20200824-1310Y20200823-1200Y20200822-1200Y20200821-1200Y20200820-1200Y20200819-1200S4_17_0_RC1S4_17_0_M3I20200828-0150I20200826-1800I20200826-0600I20200825-1800I20200825-0600I20200824-1900I20200824-0600I20200823-1800I20200823-0600I20200822-1800I20200822-0600I20200821-1800I20200821-0440I20200820-0230I20200819-1800I20200819-0600Eclipse Releng Bot6-6/+6
2020-08-19Bug 565913 - Eclipse fails to launch on MacOs Big SurSravan Kumar Lakkimsetti1-1/+2
Change-Id: I17a98703f06162251d60d573832ff23831d55721 Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
2020-08-11Bug 565949 - Remove usage of deprecated new Long and new DoubleY20200818-1200Y20200817-1210Y20200817-0450Y20200816-1200Y20200815-1200Y20200814-1200Y20200814-0650Y20200814-0630Y20200813-1200Y20200812-1200Y20200811-1200I20200818-1800I20200818-0900I20200818-0600I20200818-0340I20200817-1800I20200817-0920I20200817-0600I20200817-0450I20200816-1800I20200816-0600I20200815-1800I20200815-0600I20200814-1800I20200814-1040I20200814-0640I20200814-0330I20200813-1800I20200812-1800I20200812-0710I20200811-1800Thomas Watson6-18/+23
constructors Change-Id: I91933a37b055da0b4993a2c52aeedc5054e86541 Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
2020-08-11Bump version for 4.17Thomas Watson2-2/+2
Change-Id: Ie59ae52508654e24673de0031fde35e7dac44531 Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
2020-08-10Bug 565949 - Use Long.valueOf and Double.valueOf where possibleY20200810-1200I20200810-1800Thomas Watson9-27/+40
Change-Id: I9553166260b836f09f7b53b7bd4bcdbd09574810 Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
2020-08-05Bug 565723 - Allow connect bundles to export java.* packagesY20200809-1200Y20200808-1200Y20200807-1200Y20200806-1200Y20200805-1200I20200809-1800I20200808-1800I20200808-0230I20200807-1800I20200806-1800I20200805-1800Thomas Watson5-19/+67
Change-Id: I0e8e2a2084056757e4b17e5f9bd5eaaeb2c2e89b Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
2020-08-05Bug 565419 - Add Linux aarch64 buildI20200805-0750I20200805-0630Alexander Kurtakov4-0/+15
Add to equinox executable feature. Change-Id: Idf0307f86a98edf7aa562822506e8f1148e37b29 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2020-08-05Bug 565419 - Add Linux aarch64 buildAlexander Kurtakov1-0/+1
Build the aarch64 launcher too. Change-Id: I0c1795c56cfdac49797c24a305f3e8a60a14b324 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2020-08-05Binaries v20200805-0753Eclipse Releng Bot7-7/+7
2020-08-05Binaries v20200805-0737Eclipse Releng Bot7-7/+7
2020-08-04Binaries v20200804-0616Y20200804-1200I20200804-1800Eclipse Releng Bot7-7/+7
2020-08-03Bug 565790 - Set min required gtk version in launcher to match SWTI20200803-1800Alexander Kurtakov1-1/+1
Fix message to use the Eclipse version in which SWT switched to require Gtk 3.20. Change-Id: If4f137bf56bae57f6ff99167cc0879e5fce15960 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2020-08-03Bug 565790 - Set min required gtk version in launcher to match SWTAlexander Kurtakov1-2/+2
SWT requires 3.20 so launcher should require the same. Change-Id: I76658e7fd491a8d38274fb4e6386bca301d7e71f Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2020-07-27Bug 565522 - EquinoxClassLoader returns wrong resource contentY20200801-1200Y20200729-1200Y20200729-0630Y20200728-0600I20200803-0210I20200801-1800I20200801-0010I20200731-2040I20200731-1800I20200731-0520I20200730-1800I20200729-1800I20200729-0120I20200728-1800I20200728-1120I20200727-1800Thomas Watson3-6/+110
When searching for a resource that is indexed by a bundle URL the search must not return an entry unless the index properly matches the class path index. This issue is surfaced when taking the external String from a bundle resource URL and creating a new URL from it. Here the index is stored in the port of the URL and it must be validated when searching for the entry when opening the connection to the new URL Change-Id: I74685811c39ba10af2c92851759cd1eb6ffcf339 Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
2020-07-27Use enhanced for loop in EclipseStarterLars Vogel1-2/+1
Change-Id: I337ba1fdb0eb0d758b8a89377bbd5a3c042ae98f Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2020-07-27Bug 563697 - Regression in canWrite() for unknown access to locationmikaels2-3/+41
Restore explicit test file creation algorithm for canWrite() if Files.isWritable() returns false. Change-Id: I225a1a8a4f109a1962991595ee6d30d73cece8be Signed-off-by: mikaels <mikaels@comsol.se> Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
2020-07-27Bump version for 4.17 release.Thomas Watson2-2/+2
Change-Id: I3fbf14e161bb4534c42e421b6a3ee8a8a7d3e603 Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
2020-07-27Bug 565572 - Use lambdas and method reference on rt.equinox.frameworkLars Vogel2-18/+12
For EclipseStarter and EclipseAppLauncher Change-Id: I1e90e57f802bfb490583dcabf7a8ae38c9453577 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2020-07-14Remove redundant type arguments.Y20200727-0310Y20200725-1200Y20200722-1200Y20200722-0040Y20200721-0610Y20200721-0450Y20200718-1200Y20200716-0820Y20200715-1200I20200726-1800I20200724-1800I20200724-0600I20200723-1800I20200723-1030I20200723-0620I20200722-1800I20200722-1140I20200722-0610I20200721-1800I20200721-1400I20200721-0950I20200721-0610I20200721-0130I20200720-1800I20200720-0850I20200720-0020I20200719-2010I20200718-1800I20200717-1800I20200716-1800I20200715-1800I20200714-1800Alexander Kurtakov3-9/+55
And enable save actions so this is auto done in the future. Change-Id: Ib36fb320fd0857838ebc83c314267a5da63f3e29 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2020-07-06Bug 564981 - Avoid reinserting service registration in lists if possibleY20200711-1200Y20200708-1200S4_17_0_M1I20200713-2230I20200713-1800I20200712-1800I20200711-2250I20200711-1800I20200710-1800I20200710-0230I20200708-1800I20200708-0600I20200707-1800I20200707-0600I20200706-2300I20200706-1800BJ Hargrave2-33/+32
If the service.ranking of a service is not changed by setProperties, then the sort ordering of the service is unchanged and we can then avoid removing and reinserting, at the correct sort index, the service in the service lists. Fixes https://bugs.eclipse.org/bugs/show_bug.cgi?id=564981 Change-Id: Ia94f187111073f8e629114812916c585b3fe8522 Signed-off-by: BJ Hargrave <hargrave@us.ibm.com>
2020-07-06warning: Remove deprecation warningBJ Hargrave1-2/+1
Change-Id: I3053b5eb23b6f1199ed5c4d0d46d073bf62c1c0d Signed-off-by: BJ Hargrave <hargrave@us.ibm.com>
2020-07-06Update OSGi R8 API to the latestThomas Watson1-222/+238
Change-Id: Ib26d9d161cfd1fcfa8a1c6240bd686e76b778a00 Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
2020-07-02Bug 552573 - Null check needed in case of connect bundlesY20200704-1200Y20200703-0300I20200706-0600I20200705-1800I20200705-0710I20200705-0600I20200704-1800I20200704-0600I20200703-1800I20200702-2150I20200702-1800Thomas Watson1-1/+1
Connect bundles have no source base file. This results in null returned by getBaseFile. Other calls to this method were already fixed. Adding the null check to DevClassLoadingHook to be safe. Change-Id: I81e8bdf6c6e00ac95c87f13e560d00364c3a7ae2 Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
2020-07-01Bug 417869 - Avoid adding dev class path entries that are dupsThomas Watson4-2/+106
There are cases where PDE will add class path to the dev settings which are duplicate paths specified on the Bundle-ClassPath header. The DevClassLoadingHook should avoid doing adding the duplicate paths which the framework will add itself. Change-Id: Ie069f2bbf137a2de16fe1168d251669843266cb6
2020-07-01Bug 564816 - Many setups need to change to use JRE 11Y20200701-1200I20200701-2350I20200701-2210I20200701-1800Ed Merks1-5/+29
Change JRETask to version JavaSEE-11. The other changes are the result of changes in the setup model to serialize long multi-line attribute values to XML elements instead. Change-Id: I978f6b23a2d27087214332bf297ece514d2065db Signed-off-by: Ed Merks <ed.merks@gmail.com>

Back to the top