Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2022-03-07Version bump for 4.24 streamI20220308-1800I20220307-1800Alexander Kurtakov1-1/+1
https://github.com/eclipse-platform/eclipse.platform.releng.aggregator/issues/85 Change-Id: I67fbf1b4bedd88dd435d6790bcc5a2b9b6f4e2e5 Reviewed-on: https://git.eclipse.org/r/c/equinox/rt.equinox.framework/+/191557 Tested-by: Equinox Bot <equinox-bot@eclipse.org> Reviewed-by: Alexander Kurtakov <akurtako@redhat.com>
2022-02-06Bug 578599 - Make org.eclipse.osgi.tests' activator obsoleteHannes Wellmann1-1/+0
Change-Id: I0e189803b07a08d2fb02d57ba810568a73e20ae0 Signed-off-by: Hannes Wellmann <wellmann.hannes1@gmx.net> Reviewed-on: https://git.eclipse.org/r/c/equinox/rt.equinox.framework/+/190491 Tested-by: Equinox Bot <equinox-bot@eclipse.org>
2021-11-30Bug 577432 - Speed up and simplify file processing in StorageI20211206-1800I20211205-1800I20211204-1800I20211204-0500I20211203-1800I20211203-1010I20211202-0900I20211202-0440I20211201-1950I20211201-1800I20211130-1800Hannes Wellmann1-1/+1
Change-Id: I69dc7e2ebcda363fddcde7da56f183a637e83459 Signed-off-by: Hannes Wellmann <wellmann.hannes1@gmx.net> Reviewed-on: https://git.eclipse.org/r/c/equinox/rt.equinox.framework/+/188090 Tested-by: Equinox Bot <equinox-bot@eclipse.org>
2021-09-07Bug 575793 - Version bumps for 4.22 streamAlexander Kurtakov1-1/+1
Change-Id: Ia812792b0211ae3f69946685174e32192b3ee8b8 Reviewed-on: https://git.eclipse.org/r/c/equinox/rt.equinox.framework/+/185073 Tested-by: Equinox Bot <equinox-bot@eclipse.org> Reviewed-by: Alexander Kurtakov <akurtako@redhat.com>
2021-06-15Bug 573456 - Version bumps for 4.21Y20210615-0910Y20210615-0900Joerg Kubitz1-1/+1
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-03-16Bug 571990 - Fix NPE in GlobalPolicyI20210321-1800I20210321-0340I20210320-1800I20210320-0650I20210319-1800I20210319-0030I20210318-2320I20210318-2100I20210317-1850I20210317-1320I20210317-0910I20210317-0650I20210317-0330I20210316-1800Thomas Watson1-1/+1
Must use Optional.orElse instead of Optional.orElseGet to return null. The orElseGet expects a function and the function must not be null. Change-Id: Id45654e6b97ce629dcdcdf16919f79f682050d81 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 Kurtakov1-1/+1
Bump executable feature and osgi tests. Change-Id: Idea6ffa0552e1abcc74270936956db8780943dd3 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2020-09-04Bug 566362 - Version bumps for 4.18 streamAlexander Kurtakov1-1/+1
Change-Id: I38e565385bfd177df6ebb4248fcf2f9604d51cf8 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2019-10-30Bug 552573 - [osgi r8] Implement OSGi ConnectThomas Watson1-1/+1
Initial OSGi Connect implementation based on early proposal of the OSGi Connect API. This is likely to change over the course of the specification development. Change-Id: I92f6a3312dfc64d6b56d103c889aad3e00a56c7e Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
2019-10-30Update to Java 8 required execution environmentThomas Watson1-1/+1
Change-Id: I8b31902ac6e006873dfe5ad4a77698dd2328e645 Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
2019-09-10Update org.eclipse.osgi version for next release.Thomas Watson1-1/+1
Change-Id: Ie64108ca23c1eb2cc8d6ee6c23f69b7686e1d510 Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
2019-06-10Bug 548075 - Ability to control if bundles are activated in parallelI20190610-1800Thomas Watson1-3/+2
Add a new option equinox.start.level.restrict.parallel which is false by default. Setting this value to true requires that the method Module.setParallelActivation must be called with true to enable parallel activation for the Module. The parallel activation setting is persistent across restarts. Tests have been added to test for persistence of the setting and that the setting is applied correctly when activating bundles from the start-level implementation. Change-Id: I20ea5807edfd10762fc5758317d946946299d5a7 Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
2019-06-10Bug 547830 - fix possible deadlock in EnhancedExecutor.await()Thomas Watson1-1/+1
The count used in EnhancedExecutor is dangerous because it increments before dispatching work to the executor. If any exception happens while dispatching the task then the count will not be decremented. This changes the code to use futures instead to see when the work is done. Change-Id: Ie042d0c269cffa95dc61d917f0c1a873ba448294 Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
2019-03-11Bug 545149 - performance hit on loading from cached stateI20190314-1800I20190312-1800I20190312-0340I20190311-1800Thomas Watson1-1/+1
Change-Id: Ibc62835672f6f62bd2ee44cfdc110e9124b676b3 Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
2019-02-08Version 4.11 update for org.eclipse.osgi.testsLars Vogel1-1/+1
Change-Id: I01cfa960454948c3eb7299ee47c1abaae9ee2fc5 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2018-12-12Bug 542487 - LoggerContext.setLogLevels will throw NPE if no matchingAnjum Fatima1-1/+1
bundle is found Change-Id: I7b47b5efd2cb9f66360cb3ee6f0cdccc52340e99 Signed-off-by: Anjum Fatima <anjum.eclipse@gmail.com> Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
2018-10-24Bug 540230 - Update osgi.tests version and remove unused variableThomas Watson1-1/+1
Change-Id: Ic331aeb45dec9bb43a4cd3c28b817949ab12ec9c Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
2018-06-05Bug 535463 - Fixes for running tests on Java 9Thomas Watson1-1/+1
testContextFinderEmptyGetResources - converted this to a unit test for BundleLoader.compoundEnumerations() method to take null parameters. Reproducing the situation from the original testcase is not obvious, decided to instead directly unit test the compondEnumerations to ensure it can take null parameters without NPEs. testContextFinderGetResource - moved this to SystemBundleTests which allows us to set the parent class loader of the ContextFinder in order to allow it to search resources in the framework instead of from the VM. Change-Id: I9187dbda840afc1e8d7b17034854c770b7d16708 Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
2018-01-19Bug 530018 - Use StandardCharsetsI20180119-2000Alexander Kurtakov1-1/+1
Bump osgi.tests BREE to 1.7 to allow StandardCharsets usage. Change-Id: I1eae4b06867df991535779dc8d2c0b72077acea4 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2017-12-13Bug 528687 - Add missing Automatic-Module-Name header for Java 9Alexander Kurtakov1-0/+1
Change-Id: I19251aca58e9ddc2269357c0f8e9a73d2c4cd252 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2017-06-21Bug 518476 - Add test for INFO typeI20170621-2000Thomas Watson1-1/+1
Change-Id: I564e48263436f0146c292e1fc53732a6fd209545 Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
2016-09-29Bug 502425 - Move Equinox Framework up to Java 7Thomas Watson1-1/+1
Change-Id: I2dd55f8926f6d3fe4c15c664b0cc839545711bc1 Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
2016-07-08Update test bundle version for OxygenI20160712-1000I20160712-0800I20160708-1700Thomas Watson1-1/+1
Change-Id: I9c59435f622119a8e2c8d11d9682e015634933f2 Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
2016-03-25Bug 489669 - Some bundles decrease versions compared to Mars.2I20160329-0800Thomas Watson1-1/+1
Change-Id: I127134ef79bfee32c5370e91e46f4a4d15a04f05 Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
2015-11-09Bug 481710 - Get rid of nested JAR for testsI20151110-0800Mat Booth1-1/+0
This prevents workspace "dirt" at build time Change-Id: Ie4176847d2c279d0227c587a32c98eadea67349e Signed-off-by: Mat Booth <mat.booth@redhat.com>
2014-07-02Bug 438652 - NPE when exporting a bundle with 'Deployable Plug-ins andThomas Watson1-1/+1
Fragments' Add new testcase Change-Id: Ie0d2dae2c7f42f3cdae5a4b245557467c3361ddb Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
2013-04-24Enable container tests in osgi tests suite.Thomas Watson1-1/+1
2013-04-24Fix compile errors for container testsThomas Watson1-1/+1
2013-04-03Bug 386298: 37 compilation errors after switching org.eclipse.osgi.testsI20130409-0800Thomas Watson1-1/+1
to 1.5 compliance - need to update the BREE to Java 5.
2012-10-10Bug 358923 - [R5] Improve support for multiple cardinality and uses ↵v20121010-145616Thomas Watson1-1/+1
constraints on generic capabilities
2012-05-16Bug 379732 - Include Eclipse-BundleShape in test plugin MANIFEST.MFv20120516-1859I20120520-2100I20120520-1900I20120519-2100I20120519-1900I20120518-2345I20120518-2145I20120518-1730I20120518-1530I20120517-1915I20120516-2100I20120516-1900Igor Fedorenko1-0/+1
2011-06-10Update versions in Juno.Thomas Watson1-1/+1
2011-01-08Bug 292135 - Add listeners to FrameworkLogThomas Watson1-0/+1
2010-09-05Bug 324478 - org.eclipse.osgi.tests should have four part version numberThomas Watson1-1/+1
2010-08-27 Bug 323427 - [RFC 154] Support for generic capabilities and requirementsThomas Watson1-1/+1
2009-07-20*** empty log message ***Thomas Watson1-1/+1
2008-07-31Bug 242799 [osgi R4.2] implement changes to conditional permission admin RFC 120Thomas Watson1-0/+1
2007-09-21Bug 204007 [app] need automated tests for application adminThomas Watson1-2/+3
2007-09-13Bug 202282 Support a proposed extension:="ext"v20070914Thomas Watson1-0/+1
2007-06-20Bug 191652 Native code is not updated during bundle updateThomas Watson1-1/+1
2006-11-15Bug 164077 bundleresouce: URL treats ".." and "../" differently while ↵Thomas Watson1-1/+1
resolving relative URI
2006-11-07Bug 135885 Standardize and enhance lazy-startafter_bug135885Thomas Watson1-1/+3
2004-11-11Refactored test cases.DJ Houghton1-1/+1
2004-11-11*** keyword substitution change ***DJ Houghton1-14/+14
2004-08-30Adopted new performance tests APIv200408301-1/+2
2004-08-06Added first performance testv200408061-1/+1
2004-06-21Fix for Bug 67908 use 3.0.0 as plug-in version numberDJ Houghton1-1/+1
2004-06-16OSGi tests require an activator1-0/+1
2004-06-16create a manifest.mfJeff McAffer1-0/+12

    Back to the top