Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2021-08-30Bug 575576 - add tests to ensure (un-)modifiability of Wiring listsY20210914-1140Y20210914-1110Y20210914-0800Y20210913-0800Y20210912-0800Y20210911-0800Y20210910-0800Y20210909-0800Y20210908-0800Y20210907-0830Y20210907-0800Y20210906-0920Y20210904-0800Y20210903-0800Y20210902-0850Y20210902-0350Y20210901-0420Y20210831-0840S4_21_0_RC2aS4_21_0_RC2R4_21I20210906-0500I20210901-1800I20210901-0600I20210831-1800I20210831-0600I20210830-1800R4_21_maintenanceHannes Wellmann2-0/+167
Change-Id: I60391d64aaeb9514bc2dd33610849465c7ba6782 Signed-off-by: Hannes Wellmann <wellmann.hannes1@gmx.net> Reviewed-on: https://git.eclipse.org/r/c/equinox/rt.equinox.framework/+/184541 Tested-by: Thomas Watson <tjwatson@us.ibm.com> Reviewed-by: Thomas Watson <tjwatson@us.ibm.com>
2021-08-28Binaries v20210828-0802S4_21_0_RC1aI20210830-0600I20210829-1800I20210829-0600I20210828-1800I20210828-0600Eclipse Releng Bot8-8/+8
2021-08-28Bug 575665 - [Macos] Eclipse launcher crashes if -showsplash points toSravan Kumar Lakkimsetti1-9/+16
plugin Change-Id: I0328803b0268bc32902a328eac59aeef89656db2 Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com> Reviewed-on: https://git.eclipse.org/r/c/equinox/rt.equinox.framework/+/184536
2021-08-23Bug 575576 - BundleWiring and Wiring lists must be snapshot/mutableY20210826-0800Y20210824-0940Y20210824-0840S4_21_0_RC1I20210827-1800I20210825-1800I20210825-0600I20210824-1800I20210824-0600I20210823-1800Thomas Watson6-88/+109
Change-Id: I8e5626478ec54812e3267adb70edb3c07a63d9cc Signed-off-by: Thomas Watson <tjwatson@us.ibm.com> Reviewed-on: https://git.eclipse.org/r/c/equinox/rt.equinox.framework/+/184329 Reviewed-by: BJ Hargrave <hargrave@us.ibm.com>
2021-08-13Bug 574432 - Test for modifying eclipse.allowAppRelaunch at runtimeY20210822-0440Y20210820-0230Y20210819-0800Y20210819-0340Y20210818-0520Y20210817-1030Y20210817-0500S4_21_0_M3I20210823-0600I20210822-1800I20210822-0600I20210821-1800I20210821-0600I20210820-1800I20210818-1800I20210818-1250I20210818-0600I20210817-1840I20210817-0600I20210816-1800I20210816-0600I20210815-1800I20210815-0600I20210814-1800I20210814-0600I20210813-1800Christian Walther4-0/+270
This is hard to test cleanly because relaunching requires the first application to exit, but exiting the test runner application ends the test. Work around that by using the test runner as the second (relaunched) application. This means that if the test fails, it shows up not as failed but with an error "Test did not run". Change-Id: I12dc31f42e2d7b4f261610ab0190ed5940d62d55 Signed-off-by: Christian Walther <walther@indel.ch> Reviewed-on: https://git.eclipse.org/r/c/equinox/rt.equinox.framework/+/182604 Tested-by: Equinox Bot <equinox-bot@eclipse.org> Reviewed-by: Thomas Watson <tjwatson@us.ibm.com>
2021-08-13Binaries v20210813-1056Y20210813-0710Eclipse Releng Bot8-8/+8
2021-08-13Bug 114567 - [launcher] Splash screen support for other image formats (Part 2)Nikita Nemkin4-46/+61
Extend the list of potential splash screen image files to include splash.png, splash.jpg, splash.jpeg, splash.gif, splash.bmp. Signed-off-by: Nikita Nemkin <nikita@nemkin.ru> Change-Id: Ic06df273480e56cf60e20300a194ff392dffffe8 Reviewed-on: https://git.eclipse.org/r/c/equinox/rt.equinox.framework/+/183963 Tested-by: Equinox Bot <equinox-bot@eclipse.org> Reviewed-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
2021-08-13Binaries v20210813-0949Eclipse Releng Bot8-8/+8
2021-08-13Bug 114567 - [launcher] Splash screen support for other image formats (Part 1)Nikita Nemkin2-27/+86
On Windows, use WIC for image loading to support a wide range of image formats, including BMP, PNG, JPG and GIF. Note that since the current splash screen implementation on Windows doesn't support transparency, any transparency in the source images is converted to opaque black. Signed-off-by: Nikita Nemkin <nikita@nemkin.ru> Change-Id: I2cec56d831676bfa6c0d0edd3a9f5d08811e2ade Reviewed-on: https://git.eclipse.org/r/c/equinox/rt.equinox.framework/+/183962 Tested-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com> Reviewed-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
2021-08-13Bug 553538 - always prefer server VM if no arguments givenAndrey Loskutov3-6/+6
Historically we are searching fo client VM path first. Today most JRE's prefer server VM variant, so let this one be default. Users that prefer the client version still can specify that. Change-Id: Ia215b01f96e8f36c0479e867985aa00244816718 Signed-off-by: Andrey Loskutov <loskutov@gmx.de> Reviewed-on: https://git.eclipse.org/r/c/equinox/rt.equinox.framework/+/163044 Tested-by: Equinox Bot <equinox-bot@eclipse.org> Reviewed-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
2021-08-12Bug 575375 - Update scm links in pom files to use https protocolY20210812-0800I20210812-1800Sravan Kumar Lakkimsetti1-1/+1
Change-Id: Iedf88834dcca25b41af3214abeaa8db48bb276ab Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com> Reviewed-on: https://git.eclipse.org/r/c/equinox/rt.equinox.framework/+/183938 Tested-by: Equinox Bot <equinox-bot@eclipse.org>
2021-08-04Bug 573456 - [performance] Avoid File.getCanonicalPathY20210810-0820Y20210810-0500Y20210805-0800Y20210804-1030I20210811-1800I20210810-1800I20210809-1800I20210808-1800I20210807-1800I20210806-1800I20210805-1800I20210804-1800I20210804-0930Joerg Kubitz4-10/+108
File.getCanonicalPath is much slower then URI.normalize under windows Also avoid normalization if no ".." is involved. Change-Id: I641a64d48f8acb9cf793c948d08c51ace45aec50 Signed-off-by: Joerg Kubitz <jkubitz-eclipse@gmx.de> Reviewed-on: https://git.eclipse.org/r/c/equinox/rt.equinox.framework/+/180404 Tested-by: Equinox Bot <equinox-bot@eclipse.org> Reviewed-by: Thomas Watson <tjwatson@us.ibm.com>
2021-08-03Stop using git protocol for binaries repoThomas Watson1-1/+1
Change-Id: I19666aa5ab7f8995b7c9e45a931dc69297bf36f5 Signed-off-by: Thomas Watson <tjwatson@us.ibm.com> Reviewed-on: https://git.eclipse.org/r/c/equinox/rt.equinox.framework/+/183666 Tested-by: Equinox Bot <equinox-bot@eclipse.org>
2021-08-02Bug 574872 - [Clean-up] Simplify lambdas & use method-references (5)Hannes Wellmann13-65/+63
Use Sonar-Lint Eclipse plug-in to find remaining locations where lambdas can be simplified. Change-Id: Ie6dc3c9f3c5e488ab04c6de3262edf6ec5391e43 Signed-off-by: Hannes Wellmann <wellmann.hannes1@gmx.net> Reviewed-on: https://git.eclipse.org/r/c/equinox/rt.equinox.framework/+/183107 Tested-by: Equinox Bot <equinox-bot@eclipse.org> Reviewed-by: Thomas Watson <tjwatson@us.ibm.com>
2021-07-30Bug 575125 - Only check BundleDescription's dependents for fragmentsY20210730-0530I20210730-1800Hannes Wellmann1-2/+2
Change-Id: I4ef1fa0f231c80b78bba42ff14088624e397adf2 Signed-off-by: Hannes Wellmann <wellmann.hannes1@gmx.net> Reviewed-on: https://git.eclipse.org/r/c/equinox/rt.equinox.framework/+/183528 Tested-by: Lars Vogel <Lars.Vogel@vogella.com> Tested-by: Equinox Bot <equinox-bot@eclipse.org> Reviewed-by: Lars Vogel <Lars.Vogel@vogella.com>
2021-07-29Bug 575015 - [Clean-up] Use Compator.comparingY20210729-0800I20210729-1800Hannes Wellmann1-13/+2
Changes found by SonarLint and applied manually. Change-Id: I2191c0cbefdb52a08cfbf239dafd3f5cba29420b Signed-off-by: Hannes Wellmann <wellmann.hannes1@gmx.net> Reviewed-on: https://git.eclipse.org/r/c/equinox/rt.equinox.framework/+/183389 Tested-by: Equinox Bot <equinox-bot@eclipse.org> Reviewed-by: Lars Vogel <Lars.Vogel@vogella.com>
2021-07-29Bug 575015 - [Clean-up] Use Comparator.comparing()Hannes Wellmann3-3/+5
Clean up using the JDT clean-up: - Use Comparator.comparing() Change-Id: I70bcd308b90d6e63a4ba94d69d788acb318443d0 Signed-off-by: Hannes Wellmann <wellmann.hannes1@gmx.net> Reviewed-on: https://git.eclipse.org/r/c/equinox/rt.equinox.framework/+/183388 Tested-by: Equinox Bot <equinox-bot@eclipse.org> Reviewed-by: Lars Vogel <Lars.Vogel@vogella.com>
2021-07-26Bug 574872 - Revert clean up to felix and osgi sourceY20210727-0800I20210729-0050I20210728-1800I20210727-1800I20210726-1800Thomas Watson27-275/+306
This source should be cleaned up first at the respective repositories where the source is maintained. That is with the apache felix repo and the Eclipse OSGi WG specification repo. Change-Id: I7412fd248c362702016b2cad0da988c5d1fa3e5a Signed-off-by: Thomas Watson <tjwatson@us.ibm.com> Reviewed-on: https://git.eclipse.org/r/c/equinox/rt.equinox.framework/+/183379 Tested-by: Equinox Bot <equinox-bot@eclipse.org>
2021-07-26Bug 574872 - [Clean-up] Simplify lambdas & use method references (4)Hannes Wellmann12-37/+34
Clean up using the JDT clean-up: - Simplify lambda expression and method reference syntax Change-Id: Iddccb9377d4996244cf991f2f9c36f2bd0e56a71 Signed-off-by: Hannes Wellmann <wellmann.hannes1@gmx.net> Reviewed-on: https://git.eclipse.org/r/c/equinox/rt.equinox.framework/+/183304 Tested-by: Equinox Bot <equinox-bot@eclipse.org> Reviewed-by: Lars Vogel <Lars.Vogel@vogella.com>
2021-07-26Bug 574872 - [Clean-up] Use lambda where possible, corrected (3)Hannes Wellmann6-263/+226
Clean up using the JDT clean-up: - Convert functional interface instances: Use lambda where possible After the clean up was applied the code had compile errors that had to be corrected manually. Change-Id: Icca0ddc7a7d38b7fd08568b2e797ccf100a3ddac Signed-off-by: Hannes Wellmann <wellmann.hannes1@gmx.net> Reviewed-on: https://git.eclipse.org/r/c/equinox/rt.equinox.framework/+/183302 Tested-by: Equinox Bot <equinox-bot@eclipse.org> Reviewed-by: Lars Vogel <Lars.Vogel@vogella.com>
2021-07-26Bug 574872 - [Clean-up] Use lambda where possible in tests (2)Hannes Wellmann28-1086/+690
Clean up using the JDT clean-up: - Convert functional interface instances: Use lambda where possible Change-Id: I3f97cc918bb332bfe33c6e6c4002f73b6214fc30 Signed-off-by: Hannes Wellmann <wellmann.hannes1@gmx.net> Reviewed-on: https://git.eclipse.org/r/c/equinox/rt.equinox.framework/+/183301 Tested-by: Equinox Bot <equinox-bot@eclipse.org> Reviewed-by: Lars Vogel <Lars.Vogel@vogella.com>
2021-07-23Bug 574872 - [Clean-up] Use lambda where possible (1)I20210725-1800I20210724-1800I20210723-1800Hannes Wellmann34-712/+329
Clean up using the JDT clean-up: - Convert functional interface instances: Use lambda where possible Change-Id: I61d6fc75a675a0cda192bd97121c7598f5524f53 Signed-off-by: Hannes Wellmann <wellmann.hannes1@gmx.net> Reviewed-on: https://git.eclipse.org/r/c/equinox/rt.equinox.framework/+/183300 Tested-by: Equinox Bot <equinox-bot@eclipse.org> Reviewed-by: Lars Vogel <Lars.Vogel@vogella.com>
2021-07-23Bug 574850 - [Clean-up] Remove generic type arguments where possible (2)Hannes Wellmann52-208/+324
Use the regex "\.\<.*\(" to finds locations in java files where generic type arguments are specified in method calls. And use Sonar-Lint Eclipse plug-in to find remaining locations where the diamond operator can be used. Change-Id: I8d751b2fa833439d217909efc97096ec093793be Signed-off-by: Hannes Wellmann <wellmann.hannes1@gmx.net> Reviewed-on: https://git.eclipse.org/r/c/equinox/rt.equinox.framework/+/183106 Reviewed-by: Lars Vogel <Lars.Vogel@vogella.com> Tested-by: Equinox Bot <equinox-bot@eclipse.org>
2021-07-23Bug 574850 - [Clean-up] Remove generic type arguments where possible (1)Hannes Wellmann42-201/+201
Clean up using the JDT clean-up: - Use diamond operator Change-Id: Ifcf67614c21e64c3c7e73e2191aba762e6b80b38 Signed-off-by: Hannes Wellmann <wellmann.hannes1@gmx.net> Reviewed-on: https://git.eclipse.org/r/c/equinox/rt.equinox.framework/+/183298 Tested-by: Equinox Bot <equinox-bot@eclipse.org> Tested-by: Lars Vogel <Lars.Vogel@vogella.com> Reviewed-by: Lars Vogel <Lars.Vogel@vogella.com>
2021-07-16Bug 574667 - Jenkinsfile to enable multibranch pipeline w/ GerritY20210722-0800Y20210720-0800Y20210719-0550I20210722-1800I20210721-1800I20210721-0530I20210720-1800I20210719-1800I20210718-1800I20210717-1800Mickael Istria1-0/+76
Change-Id: Ide6ebc7485bc74bcc1522ddcf5634098b08de9cf Reviewed-on: https://git.eclipse.org/r/c/equinox/rt.equinox.framework/+/183048 Tested-by: Equinox Bot <equinox-bot@eclipse.org> Reviewed-by: Mickael Istria <mistria@redhat.com>
2021-07-13Bug 574807 - force FrameworkUtil to clinit before we registerY20210715-1150Y20210715-1000Y20210715-0820Y20210713-0800I20210716-1800I20210716-0020I20210715-2200I20210715-1800I20210714-1800I20210713-1800Thomas Watson1-0/+5
Forcing FrameworkUtil to clinit before we register our factory with the multiplex factory allows it to successfully clinit before we have any chance of using it as part of our factory implementation. Change-Id: Ia1c3d9e54b1b9cf143b40121ef2f53fd0e012fe8 Signed-off-by: Thomas Watson <tjwatson@us.ibm.com> Reviewed-on: https://git.eclipse.org/r/c/equinox/rt.equinox.framework/+/183002 Tested-by: Equinox Bot <equinox-bot@eclipse.org>
2021-07-12Bug 573026 - Increment package versionI20210712-1800Thomas Watson1-1/+1
The following methods should result in a minor package version increase to package org.eclipse.osgi.container org.eclipse.osgi.container.ModuleRevisionBuilder.getCapabilities(String) org.eclipse.osgi.container.ModuleRevisionBuilder.getRequirements(String) Change-Id: I8b3a584eca39201681a3c6ad2b441d539d4fde17 Signed-off-by: Thomas Watson <tjwatson@us.ibm.com> Reviewed-on: https://git.eclipse.org/r/c/equinox/rt.equinox.framework/+/183000 Tested-by: Equinox Bot <equinox-bot@eclipse.org>
2021-07-12Bug 573026 - Apply NamespaceList to ModuleRevision and its builderHannes Wellmann13-157/+477
Change-Id: Ic3752324c8b166fbf06fdb76c3e3dd98b4e4a345 Signed-off-by: Hannes Wellmann <wellmann.hannes1@gmx.net> Reviewed-on: https://git.eclipse.org/r/c/equinox/rt.equinox.framework/+/180178 Tested-by: Equinox Bot <equinox-bot@eclipse.org> Reviewed-by: Thomas Watson <tjwatson@us.ibm.com>
2021-07-12Bug 574729 - avoid calling System::setSecurityManager with nullThomas Watson1-1/+3
Change-Id: I22b97871a6348c76ee48a380bf48670dd81aa9b4 Signed-off-by: Thomas Watson <tjwatson@us.ibm.com> Reviewed-on: https://git.eclipse.org/r/c/equinox/rt.equinox.framework/+/182992 Tested-by: Equinox Bot <equinox-bot@eclipse.org>
2021-07-01Bug 573025 - Introduce and apply builder for NamespaceListY20210708-0800Y20210706-1050Y20210706-0800S4_21_0_M1I20210712-0340I20210712-0240I20210711-1800I20210710-1800I20210710-0000I20210709-0030I20210707-1800I20210707-0600I20210706-1800I20210706-0600I20210705-1800I20210705-0600I20210704-1800I20210704-0600I20210703-1800I20210703-0600I20210702-1800I20210701-1800Hannes Wellmann8-463/+1413
To simplify and speed up the build of NamespaceLists a Builder is added, which acts like a modifiable Collection and can efficiently be build into a NamsepaceList or modified. The new builder is applied where suitable. Change-Id: I5269cb34512d0470df9c47849727929720d74cd3 Signed-off-by: Hannes Wellmann <wellmann.hannes1@gmx.net> Reviewed-on: https://git.eclipse.org/r/c/equinox/rt.equinox.framework/+/180177 Tested-by: Equinox Bot <equinox-bot@eclipse.org> Reviewed-by: Thomas Watson <tjwatson@us.ibm.com>
2021-06-30Bug 574529 - [win32] Cleanup Windows launcher native build scriptY20210701-0800I20210630-1800Niraj Modi1-28/+0
- Drop outdated x86 and ia64 support from windows launcher build process Change-Id: If4ffdeac65b5ac44da07da4fb0c78d317972568c Signed-off-by: Niraj Modi <niraj.modi@in.ibm.com> Reviewed-on: https://git.eclipse.org/r/c/equinox/rt.equinox.framework/+/182656 Tested-by: Equinox Bot <equinox-bot@eclipse.org> Reviewed-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
2021-06-25Bug 574432 - Allow applications to modify eclipse.allowAppRelaunchY20210630-0410Y20210630-0230Y20210629-0800I20210629-1800I20210629-0210I20210628-1800I20210627-1800I20210626-1800I20210625-1800Christian Walther2-1/+3
Change-Id: I12d93a227efbe80703d33d3473fe7c995fda0d38 Signed-off-by: Christian Walther <walther@indel.ch> Reviewed-on: https://git.eclipse.org/r/c/equinox/rt.equinox.framework/+/182400 Tested-by: Equinox Bot <equinox-bot@eclipse.org> Reviewed-by: Thomas Watson <tjwatson@us.ibm.com>
2021-06-22Binaries v20210622-1446Y20210623-0320Y20210622-1150I20210624-1800I20210624-1210I20210622-1800Eclipse Releng Bot8-8/+8
2021-06-22Bug 574245 - [Win32] Fix splash size with numeric swt.autoScaleChristian Walther1-1/+1
An absolute numeric value of swt.autoScale was mistakenly multiplied to the current OS setting rather than replacing it. Change-Id: Iab2b451ca47c5f29d0f2c28ad1b9394ef48f272c Signed-off-by: Christian Walther <walther@indel.ch> Reviewed-on: https://git.eclipse.org/r/c/equinox/rt.equinox.framework/+/182349 Tested-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com> Reviewed-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
2021-06-17Binaries v20210617-0451I20210621-1800I20210620-1800I20210619-1800I20210618-1920I20210618-1800I20210617-1800Eclipse Releng Bot8-8/+8
2021-06-17Bug 574245 - [Win32] Fix splash size with swt.autoScale=exactChristian Walther1-3/+63
Take into account the -Dswt.autoScale vmarg in the same way SWT does so the splash screen is correctly sized for what SWT will later draw into it. This effectively brings the scaling logic back in sync with org.eclipse.swt.internal.DPIUtil. Change-Id: I4936670206237f1f2ba7c37855bcb19ddb4822f9 Signed-off-by: Christian Walther <walther@indel.ch> Reviewed-on: https://git.eclipse.org/r/c/equinox/rt.equinox.framework/+/182059 Tested-by: Equinox Bot <equinox-bot@eclipse.org> Tested-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com> Reviewed-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
2021-06-16Bug 574236 - Use Lookup.defineHiddenClass to avoid illegal accessI20210616-1800Thomas Watson1-7/+34
Unsafe.defineAnonymousClass got removed in Java 17 and Lookup.defineHiddenClass got added in Java 16. Change-Id: Iac75637458ba46ceb04a1cf7a5b61993bc981ca5 Signed-off-by: Thomas Watson <tjwatson@us.ibm.com> Reviewed-on: https://git.eclipse.org/r/c/equinox/rt.equinox.framework/+/182046 Tested-by: Equinox Bot <equinox-bot@eclipse.org>
2021-06-15Bug 571531 - avoid spamming the console outputI20210615-1800Joerg Kubitz1-5/+3
Change-Id: Ibc15b907aa7e1527c12f8be872decc50f3f501d4 Signed-off-by: Joerg Kubitz <jkubitz-eclipse@gmx.de> Reviewed-on: https://git.eclipse.org/r/c/equinox/rt.equinox.framework/+/181984 Tested-by: Equinox Bot <equinox-bot@eclipse.org> Reviewed-by: Andrey Loskutov <loskutov@gmx.de>
2021-06-15Bug 573456 - Version bumps for 4.21Y20210615-0910Y20210615-0900Joerg Kubitz4-4/+4
Change-Id: Ia012e2bae7a0290053cffa70cedeb03137014c95 Signed-off-by: Joerg Kubitz <jkubitz-eclipse@gmx.de> Reviewed-on: https://git.eclipse.org/r/c/equinox/rt.equinox.framework/+/181979 Tested-by: Equinox Bot <equinox-bot@eclipse.org> Reviewed-by: Andrey Loskutov <loskutov@gmx.de>
2021-06-15Bug 573965 - Version bumps for 4.21 streamAlexander Kurtakov14-14/+14
Change-Id: I4ba9561ba09c59cf4a6f2f4331709533d818a40b Reviewed-on: https://git.eclipse.org/r/c/equinox/rt.equinox.framework/+/181971 Tested-by: Alexander Kurtakov <akurtako@redhat.com> Reviewed-by: Alexander Kurtakov <akurtako@redhat.com>
2021-06-10Binaries v20210610-1136Y20210614-0420Y20210611-0900I20210614-1800I20210613-1800I20210612-1800I20210611-2000I20210610-1850Eclipse Releng Bot8-8/+8
2021-06-10v11500Eclipse Releng Bot1-1/+1
2021-06-10Bug 559865 - [Win32] Update the Launcher build from Win2003 SDK toNiraj Modi2-24/+48
latest VS2019/Win10 SDK Change-Id: Ice7152981be6bb1dfea113d3ed2cfac0ebf06341 Signed-off-by: Niraj Modi <niraj.modi@in.ibm.com> Reviewed-on: https://git.eclipse.org/r/c/equinox/rt.equinox.framework/+/181765 Tested-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com> Reviewed-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
2021-06-04Bug 573965 - Version bumps for 4.21 streamY20210608-2330I20210609-1800I20210608-2130I20210608-1800I20210608-1300I20210606-1800I20210605-1800I20210604-2250I20210604-1020Sravan Kumar Lakkimsetti2-2/+2
Change-Id: I0042615cd9d0816218172cd3eb83af92f40c256d Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com> Reviewed-on: https://git.eclipse.org/r/c/equinox/rt.equinox.framework/+/181451
2021-06-04Bug 573964 - Update version number in mac's Eclipse.app for 4.21I20210604-0640I20210604-0350Sravan Kumar Lakkimsetti2-6/+6
Change-Id: I5c60ca80a6d5ffa0b92176f6289dcd0f036f482f Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com> Reviewed-on: https://git.eclipse.org/r/c/equinox/rt.equinox.framework/+/181364
2021-06-04Bug 573960 - POM and product version change for 4.21 releaseSravan Kumar Lakkimsetti17-17/+17
Change-Id: Icc9e9bc03cea111c162d8c72329f4b4d87e94450 Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com> Reviewed-on: https://git.eclipse.org/r/c/equinox/rt.equinox.framework/+/181363
2021-05-27Bug 573793 - 4.20 I-Build: I20210526-1800 - Comparator Errors FoundS4_20_0_RC2aS4_20_0_RC2S4_20_0_RC1R4_20I20210611-1600I20210610-1250I20210610-1220I20210610-0400I20210609-0520I20210609-0400I20210609-0220I20210603-0040I20210602-1800I20210602-0600I20210601-1800I20210601-0600I20210531-1800I20210531-0600I20210530-1800I20210529-1800I20210529-0600I20210528-1800I20210526-2310R4_20_maintenanceSravan Kumar Lakkimsetti3-1/+5
Change-Id: If1863b4beb12e43a40a6c1e9e6ff2b2e8d6f6a8d Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com> Reviewed-on: https://git.eclipse.org/r/c/equinox/rt.equinox.framework/+/181089
2021-05-26Bug 572187 - Move Eclipse launcher executable to macOS 10.14 SDK withI20210526-1800Sravan Kumar Lakkimsetti1-2/+2
deployment target at 10.10 Change-Id: I1811045aba56c1c144222ece5268170163d8813f Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com> Reviewed-on: https://git.eclipse.org/r/c/equinox/rt.equinox.framework/+/181042
2021-05-25Bug 573731 - tolerate "allow" "disallow" and "default" security managerI20210526-0600I20210525-1800Thomas Watson2-26/+123
Change-Id: I78d201dfda11c00f536831f78a5ec5662798da01 Signed-off-by: Thomas Watson <tjwatson@us.ibm.com> Reviewed-on: https://git.eclipse.org/r/c/equinox/rt.equinox.framework/+/180950 Reviewed-by: BJ Hargrave <hargrave@us.ibm.com> Tested-by: Equinox Bot <equinox-bot@eclipse.org>
2021-05-24Bug 573724 - Update Info.plist for Eclipse.appI20210525-0730I20210524-1800Lakshmi Shanmugam2-10/+6
Add NSRequiresAquaSystemAppearance key and remove -vm comments in AArch64 Info.plist. Update the -vm comments in x86_64 Info.plist. Change-Id: I93635fb135c35e5bd0fccd03cb7406a603bb96f3 Reviewed-on: https://git.eclipse.org/r/c/equinox/rt.equinox.framework/+/180941 Tested-by: Thomas Watson <tjwatson@us.ibm.com> Reviewed-by: Thomas Watson <tjwatson@us.ibm.com>

Back to the top