Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2018-11-16[javadoc] Resolved Javadoc errorsY20181205-2200Y20181204-0315Y20181128-2200Y20181121-2200S4_10_0_RC2S4_10_0_RC1S4_10_0_M3R4_10I20181206-0815I20181206-0320I20181206-0225I20181206-0030I20181205-1800I20181205-0600I20181204-1800I20181204-0600I20181203-1800I20181203-0600I20181202-1800I20181202-0600I20181201-1800I20181201-0600I20181130-1800I20181129-0330I20181128-1800I20181128-1105I20181128-0810I20181128-0600I20181128-0130I20181127-1800I20181127-0600I20181126-1800I20181126-0940I20181126-0600I20181126-0140I20181125-1800I20181125-0600I20181124-1800I20181124-0600I20181123-1800I20181121-1800I20181121-0910I20181121-0600I20181120-1800I20181120-0600I20181119-2315I20181119-1800I20181119-0600I20181118-1800I20181118-0600I20181117-1800I20181117-0600I20181116-1800R4_10_maintenanceKarsten Thoms21-31/+21
Version bump for affected bundles Change-Id: I0a3ea78e8edc8081be38966e45fc40a952bfe747 Signed-off-by: Karsten Thoms <karsten.thoms@itemis.de>
2018-11-15Bug 537160 - NPE inI20181115-1800Anjum Fatima6-5/+158
org.eclipse.equinox.http.jetty.internal.HttpServerManager.updated() with HTTPS Add Tests to test HTTPS endpoint. Change-Id: I93ea68d4543e273c725482ad2829f00e6a9133c3 Signed-off-by: Anjum Fatima <anjum.eclipse@gmail.com>
2018-11-15Fix EquinoxCommandProvider compile on Java 11.Alexander Kurtakov1-8/+4
Thread#stop(Throwable) is removed in Java 11 and in Java 8 it already throwed UnsupportedOpetionException and the private stop0 was called instead. Leave the reflection call only and don't try calling the removed method at all. Change-Id: Ib408c1b145fb1ba7eb0d96501fe9d1b1784b68e3 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2018-11-15Fix compile warnings in o.e.equinox.securityAlexander Kurtakov2-1/+2
Silence non-fixable ones. Change-Id: If4739b079a1a009c032bacb7df6672a52005a367 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2018-11-14Bug 541072 - Update platform to Jetty 9.4.14Y20181114-2200I20181115-0200I20181114-1800Alexander Kurtakov1-1/+2
Touch Jetty feature. Change-Id: I676a6ce070c66b05225f6b069888d4b25dcc4cc4 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2018-11-14Bug 535339 - All repositories need a NOTICE and LICENSE fileI20181114-1345I20181114-1325I20181114-1050Sravan Kumar Lakkimsetti3-26/+344
Change-Id: Ie018bea3ff1dd79270184cafc8b9bfe146d5c0f5 Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
2018-11-13Move o.e.security.tests to Java 1.8I20181114-0925I20181114-0355I20181114-0200Alexander Kurtakov12-34/+82
Code modernization too. Change-Id: I199668d30056d4706927556e40190634800c595b
2018-11-13Move o.e.equinox.security to Java 8Alexander Kurtakov26-205/+283
Generifications, warnings, etc. Change-Id: I797edbd8fc036bb582e8dd72dfabe8b3b076ecda
2018-11-08Bug 534496 - X509CertificateViewDialog has no titleI20181112-1800I20181112-0435I20181112-0320I20181109-0350I20181108-1800Michael Keppler3-0/+8
Set a title on the certificate properties dialog shell. Also bump the plugin version number. Change-Id: I3cc91f13ef69f14d3df9bb3f2e2fb7bc17ffce17 Signed-off-by: Michael Keppler <Michael.Keppler@gmx.de>
2018-11-08Bug 537160 - NPE inAnjum Fatima1-1/+1
org.eclipse.equinox.http.jetty.internal.HttpServerManager.updated() with HTTPS Change-Id: Ia0c3ea4b0585254e355fd0d2d45386e24b8eef87 Signed-off-by: Anjum Fatima <anjum.eclipse@gmail.com>
2018-11-07Cleanup console.ssh a bit.Y20181107-2200I20181107-1800Alexander Kurtakov2-101/+90
Lambda conversion and useless throws removal. Change-Id: Ib18ee6ee7afdeebee090638bcef916f7c86f3b3f Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2018-11-07Build console tests and ssh.tests.Alexander Kurtakov3-0/+8
Change-Id: I195cc682ce3f34d2e18bd6f4f3190a92a031fd68 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2018-11-07Some more warnings and auto save actions for console.ssh.Alexander Kurtakov2-4/+67
Change-Id: I4ebb817e8e45cdbbca6d0dfeffba62731edc72d7 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2018-11-07Move console and console.ssh tests out of archived.Alexander Kurtakov53-0/+0
Even if purely maintained these are helpful during development. Change-Id: I37ce5e3f5a336b79c46730cd6cb8f9a84b59e256 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2018-11-07Use try-with-resources in ssh.tests.Alexander Kurtakov3-343/+301
Change-Id: I4bcab242e9794d0773def87f00d5621a42c171db Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2018-11-07Move away of deprecated StringBufferInputStream in ssh.tests.Alexander Kurtakov4-33/+96
Change-Id: I5c5d8fee75d070a4af81517d6580a730b926392c Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2018-11-07Bump ssh.test BREE to 1.8.Alexander Kurtakov9-34/+144
Enable more warnings and clean them up. Change-Id: I6401c6cdadbaa733035ec571189087c13ce9bd1e Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2018-11-07Remove unused imports in ssh.tests.I20181107-0200Alexander Kurtakov3-20/+12
Change-Id: I7cd997569e84a30d684946b2d2ab7f945ef03293 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2018-11-07Bug 540728 - Migrate to latest org.apache.sshd from OrbitAlexander Kurtakov4-4/+4
Bump bundle versions. Change-Id: I41e8b186c0b21eaaacd9cb564b10a445a07819e9 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2018-11-06Bug 540728 - Migrate to latest org.apache.sshd from OrbitAlexander Kurtakov10-51/+40
Migrate to compile against Mina SSHd 2.0. Change-Id: I2e154df9064ce79d55869e95f4ab16b6ef10c769 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2018-11-06Remove overriden target-platform-configuration version.I20181106-1800Alexander Kurtakov1-1/+0
Change-Id: I549aa2d341b14714fee1a9e4802c7d9db75ecff7 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2018-11-06Bug 537833 - Default Linux Secure settings can cause errorJeff Johnston9-4/+74
- Linux password provider mechanism does not currently work on certain Linux setups - add new canUnlock() jni method to the o.e.e.security.linux.x86_64 native c code - add new IValidatingPasswordProvider interface so a validation step can be requested by a password provider - have LinuxPasswordProvider implement IValidatingPasswordProvider and add new isValid() method which calls canUnlock() and returns true or false accordingly - change org.eclipse.equinox.security MANIFEST.MF to allow Linux password provider to use IValidatingPasswordProvider interface - in PasswordProviderSelector.findAvailableModules() validate any provider that implements IValidatingPasswordProvider - replace libkeystorelinuxnative.so Change-Id: I9812390b863f5dcb0df452a371e40945c0de2bf8 Signed-off-by: Jeff Johnston <jjohnstn@redhat.com>
2018-10-22Bug 540139 - Cannot disable security providers via productY20181031-2200Y20181030-1100Y20181030-0940Y20181026-0120Y20181025-0550Y20181025-0530I20181106-0125I20181105-1800I20181104-1800I20181103-1800I20181102-2120I20181102-1800I20181101-1800I20181031-1800I20181031-0550I20181031-0540I20181030-1800I20181029-1800I20181028-1800I20181027-1800I20181026-1800I20181025-1800I20181024-1800I20181023-1800I20181023-1200I20181023-0800I20181022-2040I20181022-1800Simeon Andreev4-26/+69
customization With this change, its possible to disable security providers per default by using plugin_customization.ini. The necessary entry in the ini file is e.g.: org.eclipse.equinox.security/org.eclipse.equinox.security.preferences.disabledProviders=org.eclipse.equinox.security.linuxkeystoreintegration The ini file can be specified with a command line argument as follows: -pluginCustomization .../plugin_customization.ini Additionally, restoration of default configured values is now supported. The preference page for this is : General -> Security -> Secure Storage Change-Id: Iae3d3467ab84954ef1bb544955f07f09ed6aa39b Signed-off-by: Simeon Andreev <simeon.danailov.andreev@gmail.com>
2018-10-21Bug 540350 - ListenerList should implement toString()Andrey Loskutov3-2/+7
Change-Id: I81891af30f11226c36cda7499d1c0ce2772903ae Signed-off-by: Andrey Loskutov <loskutov@gmx.de>
2018-10-09Fix typo in commit 85ebd007c251b6a7e06624c94314979f5ca0b927 .S4_10_0_M1I20181021-1800I20181020-1800I20181019-1800I20181019-0450I20181019-0330I20181018-1800I20181017-1800I20181016-1800I20181015-1800I20181015-0255I20181014-2350I20181014-1800I20181013-1800I20181012-1800I20181010-1800I20181010-0600I20181009-1800Alexander Kurtakov1-0/+1
Change-Id: Id40ae4cdb98e3712b45c6e2b8a4c656cb212a59c Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2018-10-09Use try-with-resources in equinox.app.I20181009-0600Alexander Kurtakov1-25/+5
Change-Id: I58121f71682347d49f3a5a19f9ddc96b7594b0a4 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2018-10-09Add missing Overried annotation in o.e.equinox.app.Alexander Kurtakov13-15/+94
Change-Id: I8e5b9a1699c5db97704e0eb0e3e9dfec1a724452 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2018-10-09Silence warnings on maven level in o.e.equinox.appAlexander Kurtakov2-9/+11
These were always there but not reported due to using ancient BREE. Enable warnings in Eclipse in order to clean them up overtime. Change-Id: Icb8bb5ed49c7cec57d0971c1ac4fb7ef0589c5e0 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2018-10-08Move o.e.equinox.event to Java 1.7I20181008-1800Alexander Kurtakov13-62/+63
And modernize code accordingly. Change-Id: I7078b758af441c9bebd1b3fdd870ffaacfb670e8 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2018-10-08Remove unused problem filters.Alexander Kurtakov5-32/+2
Change-Id: I913345df86b331d41860ab9df30f214914f03fbc Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2018-10-08Don't use deprecated Class.newInstance.Alexander Kurtakov8-12/+12
Change-Id: I3d5cbe3d0b8ad9cde58d78ba62c4becf344c7a7f Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2018-10-08Move away of deprecated Integer/Long constructors.Alexander Kurtakov32-83/+83
Deprecated in Java 9 and better(caching) valueOf method exists since 1.5. Change-Id: I0e0a6f6b48c1ecaa1627b7775ede5627ec41a775 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2018-10-08Move org.eclipse.equinox.app to Java 1.7.Alexander Kurtakov4-15/+50
No code modifications just bumping the BREE. Change-Id: I275abf8f2ce3dc561da5f6328ea4c7d32bf7737a Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2018-10-05Bug 538737 - Remove org.eclipse.equinox.dsI20181008-0600I20181007-1800I20181007-0600I20181006-1800I20181006-0600I20181005-1800Alexander Kurtakov4-35/+4
Adjust to run with felix scr only. Removed a single test that relies on old and deprecated felix.scr annotations. Change-Id: Iee52769d923727a7b97a1374ba8c78ef9d2d41ea Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2018-10-04Remove import of org.apache.felix.scrI20181004-1800Alexander Kurtakov2-3/+2
Not needed and breaks bundle resolving now that equinox.ds(which exports it) is no longer in the default install. Change-Id: I5a95d2d670a9c655f8e3a60fd15a1d5a5606bb9c Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2018-10-01Bug 538737 - Remove org.eclipse.equinox.dsI20181003-2215I20181003-1800I20181002-1800I20181002-0205I20181001-1800I20181001-0920Alexander Kurtakov2-4/+4
Adjust http.servlet.tests to depend on felix.scr. Change-Id: Icac0d746b169669457292ab94f3da94168e7af98 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2018-09-21Bug 475656 - Lock access to non-thread-safe ReferenceMapI20181001-0235I20180930-1800I20180929-1800I20180928-1800I20180927-1800I20180927-0135I20180927-0040I20180926-1800I20180926-0830I20180925-1800I20180924-1800I20180923-1800I20180922-1800I20180922-0245I20180922-0005I20180921-1800Hermann Czedik-Eysenberg3-4/+20
Signed-off-by: Hermann Czedik-Eysenberg <hermann.czedik-eysenberg@agfa.com> Change-Id: Id99490fcef63997291651cf0d5c0fab626f7474a
2018-09-21Bug 539336 - Update feature versions for 4.10Thomas Watson20-20/+20
Change-Id: I8fe0e8d4350ebf1fd981f83efb6a7b84d7d6c756 Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
2018-09-20Build I20180920-0430 failedI20180920-1800I20180920-0630Kalyan Prasad Tatavarthi3-3/+6
Change-Id: Icf08cd832503c667dd50df67071bea212763888a Signed-off-by: Kalyan Prasad Tatavarthi <kalyan_prasad@in.ibm.com>
2018-09-12Bug 536766 - Drop 32 bit support in 4.10Y20180919-2200I20180920-0430I20180919-1800I20180918-2005I20180918-1800I20180914-0620Sravan Kumar Lakkimsetti4-22/+1
Change-Id: If3896f91c87637a44b92dfa080356be00f343644 Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com> Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
2018-09-12Bug 538962 - I-Build I20180911-1400 build failedY20180912-2200I20180913-1800I20180913-0415I20180912-2240I20180912-0225I20180912-0210Kalyan Prasad Tatavarthi1-0/+1
Change-Id: I600aebf151c726d145fbcf5ba88d6d9c6e85fbb7 Signed-off-by: Kalyan Prasad Tatavarthi <kalyan_prasad@in.ibm.com>
2018-09-07Revert "Revert "Needs a touch for felix.scr qualifier update""I20180911-1400I20180910-0310I20180907-0855I20180907-0715I20180907-0650I20180907-0400Sravan Kumar Lakkimsetti5-3/+7
This reverts commit 3f04fae145932760632a1e5da5011c8c92e6958e.
2018-09-06Revert "Needs a touch for felix.scr qualifier update"I20180906-1400I20180906-0005Sravan Kumar Lakkimsetti5-7/+3
This reverts commit 388ed398b809ff1c6bc10140b1e5b14b658ae89a. Revert "Build failure in I20180903-0800" This reverts commit 8375a8c168abebb86c264f3908a956cf8f24ca38. Revert "Build failure in I20180903-0800" This reverts commit 03226b8a574f1f1dff8878e494c9e33b2cf5920f.
2018-09-05Bug 536708 - Multipart request responded with 302 under JettyY20180905-2200Thomas Watson6-12/+117
Rework fix to use split with a max to handle trailing SLASH Change-Id: Ia303f97db59bbd1de6a98bcbe7b1385788dd8c14 Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
2018-09-04Bug 538531 - POM version change for 4.10 releaseI20180905-1305I20180905-0410Sravan Kumar Lakkimsetti66-66/+66
Change-Id: Ie5d73afbfcad435db3a729a356d8666f1c2c35c0 Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
2018-09-04Needs a touch for felix.scr qualifier updateSravan Kumar Lakkimsetti3-3/+5
Change-Id: I83bacf71a4b5802bd027a2684e08c7827b844f0d Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
2018-09-03Build failure in I20180903-0800Alexander Kurtakov1-0/+1
Touch feature for I20180903-0800 failure due to new felix.scr qualifier. Change-Id: I31f502ae268ef8083cbe885fae480db780f6c1bf
2018-09-03Build failure in I20180903-0800Alexander Kurtakov1-0/+1
Touch feature for I20180903-0800 failure due to new felix.scr qualifier. Change-Id: Ifca2814a7364e991d5a50a22ee30ef09c1df1d6e Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2018-08-28Bug 536708 - Multipart request responded with 302 under JettyY20180829-2200S4_9_0_RC1I20180903-0800I20180902-2000I20180902-0800I20180901-1500I20180901-0800I20180831-2000I20180831-0815I20180830-1030I20180829-2000I20180829-0800I20180828-2000Thomas Watson2-0/+97
Change-Id: I1434aa0eb991ced8c20dab264e5735cfce7c8666 Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
2018-08-27Bug 535802 - EPL-2.0 for plug-ins in equinox.bundlesI20180828-0800I20180827-2000Lars Vogel845-2541/+5080
Script used for this update: git checkout master git reset --hard origin/master git pull find . -type f ! -name "*.exsd" ! -name "org.eclipse.jdt.ui.prefs" -exec sed -i 's/Eclipse Public License v1.0/Eclipse Public License 2.0/g' {} + find . -type f ! -name "*.exsd" ! -name "org.eclipse.jdt.ui.prefs" -exec sed -i -E 's/([[:blank:]]*[^[:blank:]])*([[:blank:]]*)http:\/\/www.eclipse.org\/legal\/epl-v10.html/\1\2https:\/\/www.eclipse.org\/legal\/epl-2.0\/\ \1\ \1\2SPDX-License-Identifier: EPL-2.0/' {} + # Get rid of the All rights reserved find . -type f ! -name "*.exsd" ! -name "org.eclipse.jdt.ui.prefs" ! -name "pom.xml" -exec sed -i -E 's/([[:blank:]]*[^[:blank:]])*([[:blank:]]*)(All rights reserved. )/\1\n\1\2/' {} + Change-Id: I4a3195578bdf2d2c8ae86224e6156efcf096362f Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>

Back to the top