- Nov 03, 2022
-
-
Eclipse Releng Bot authored
-
Sravan Kumar Lakkimsetti authored
This reverts commit 0dad4635.
-
- Nov 02, 2022
-
-
Eclipse Releng Bot authored
-
Eclipse Releng Bot authored
-
-
- Oct 13, 2022
-
-
Sravan Kumar Lakkimsetti authored
-
Александър Куртаков authored
Needed by https://github.com/eclipse-platform/eclipse.platform.releng.aggregator/pull/624 . As this is the first change in this release stream bump the version instead of touching.
-
Sravan Kumar Lakkimsetti authored
-
- Oct 12, 2022
-
-
dependabot[bot] authored
Bumps [EnricoMi/publish-unit-test-result-action](https://github.com/EnricoMi/publish-unit-test-result-action) from 1 to 2. - [Release notes](https://github.com/EnricoMi/publish-unit-test-result-action/releases) - [Commits](https://github.com/EnricoMi/publish-unit-test-result-action/compare/v1...v2 ) --- updated-dependencies: - dependency-name: EnricoMi/publish-unit-test-result-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
-
dependabot[bot] authored
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 2 to 3. - [Release notes](https://github.com/actions/setup-java/releases) - [Commits](https://github.com/actions/setup-java/compare/v2...v3 ) --- updated-dependencies: - dependency-name: actions/setup-java dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
-
dependabot[bot] authored
Bumps [actions/stale](https://github.com/actions/stale) from 4 to 6. - [Release notes](https://github.com/actions/stale/releases) - [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/stale/compare/v4...v6 ) --- updated-dependencies: - dependency-name: actions/stale dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
-
Александър Куртаков authored
Seeing " build Node.js 12 actions are deprecated. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/. Please update the following actions to use Node.js 16: actions/setup-java, GabrielBB/xvfb-action, actions/setup-java" pointed me to the fact that we are probably missing some updates.
-
-
- Oct 07, 2022
-
-
Thomas Watson authored
Also fix warning for using deprecated getVersion method.
-
Christoph Läubrich authored
-
Christoph Läubrich authored
-
- Oct 06, 2022
-
-
Christoph Läubrich authored
-
Moritz 'Morty' Strübe authored
Not all URI-Ctors are UNC-safe. This adds toURI methods ro URIUtil for all URI-ctors, which can be used as drop-in replacement.
-
Moritz 'Morty' Strübe authored
They are used, for example, when using the WSL
-
Moritz 'Morty' Strübe authored
This is needed when accessing hidden UNC-Paths like WSL
-
- Oct 05, 2022
-
-
Christoph Läubrich authored
-
Christoph Läubrich authored
-
- Oct 01, 2022
-
-
Александър Куртаков authored
-
Александър Куртаков authored
After 180 days.
-
Lars Vogel authored
Keeping issue open but not reacting to them is a bad practice. With this action a bot will comment if an issue has been inactive for 90 days to prompt participants to take action. Then, if no additional activity occurs after 180 days, the issue is closed. See https://docs.github.com/en/github-ae@latest/actions/managing-issues-and-pull-requests/closing-inactive-issues See https://github.com/eclipse/gef-classic/pull/76#issuecomment-1158926496 for approvement
-
Hannes Wellmann authored
The root .project file of p2 is removed via https://github.com/eclipse-equinox/p2/pull/149 The abandoned project 'org.eclipse.equinox.p2.testserver' has been deleted as part of https://github.com/eclipse-equinox/p2/pull/49
-
- Sep 30, 2022
-
-
Hannes Wellmann authored
If a Feature includes a Plugin, it usually includes it with a specific name and the version that was in the TP when the feature was build. This prevents consumers from using a slf4j bundle with different symbolic-name or different version in their TP or product. This is part of https://github.com/eclipse-platform/eclipse.platform.releng.aggregator/issues/588
-
- Sep 07, 2022
-
-
Hannes Wellmann authored
-
Jörg Kubitz authored
Computing hash is slow while the hash value is rarely used since eclipse organizes the workspace in a sorted tree rather then hash map. Implementation as in java.util.String.
-
- Sep 06, 2022
-
-
Jörg Kubitz authored
Prefer constructor over initialize() to make fields final. This allows to safely share the Path instance across threads.
-
Jörg Kubitz authored
String.replace already has a fast path to return this if pattern is not found.
-
Jörg Kubitz authored
The WINDOWS flag was lost when escaping to root path with appending ".." Fixes https://github.com/eclipse-equinox/equinox/pull/103
-
- Sep 04, 2022
-
-
Umair Sair authored
Problem: ======== Sometimes eclipse throws following error on error stream when HTTPS proxy with user and password exists and thread gets stuck at fLibSecret.secret_service_get_sync(..) ~~~~~~~~~~~~~~~~~~~~~~~~~ (java:3835014): GLib-GObject-WARNING **: 02:47:42.753: cannot register existing type 'SecretService' (java:3835014): GLib-GObject-WARNING **: 02:47:42.753: cannot add private field to invalid (non-instantiatable) type '<invalid>' (java:3835014): GLib-GObject-CRITICAL **: 02:47:42.753: g_type_add_interface_static: assertion 'G_TYPE_IS_INSTANTIATABLE (instance_type)' failed (java:3835014): GLib-GObject-CRITICAL **: 02:47:42.753: g_type_add_interface_static: assertion 'G_TYPE_IS_INSTANTIATABLE (instance_type)' failed (java:3835014): GLib-GObject-WARNING **: 02:47:42.753: cannot register existing type 'SecretBackend' (java:3835014): GLib-GObject-CRITICAL **: 02:47:42.753: g_type_interface_add_prerequisite: assertion 'G_TYPE_IS_INTERFACE (interface_type)' failed (java:3835014): GLib-GObject-CRITICAL **: 02:47:42.753: g_type_interface_add_prerequisite: assertion 'G_TYPE_IS_INTERFACE (interface_type)' failed (java:3835014): GLib-CRITICAL **: 02:47:42.753: g_once_init_leave: assertion 'result != 0' failed (java:3835014): GLib-GObject-CRITICAL **: 02:47:42.753: g_type_add_interface_static: assertion 'G_TYPE_IS_INSTANTIATABLE (instance_type)' failed ~~~~~~~~~~~~~~~~~~~~~~~~~ Reason: ======= LinuxPasswordProvider.unlockSecretService() is called many times and when this problem occurs, NativeLibrary instance is garbadge collected and dispose is called on NativeLibrary and handle is closed. When LinuxPasswordProvider.unlockSecretService() is called again, we reload libraries. Now libsecret has static variables based on which it initializes the secret service. As our library was not loaded with RTLD_NODELETE, so on unloading the library, the static variables are cleared and reloading the library tries to register the service again which causes the mess and the error is printed on error stream Related Link: https://www.spinics.net/lists/gtk/msg21985.html Solution: ========= Open libraries with RTLD_NODELETE so that even if handle is closed, the library is not unloaded and on reloading the library, we get the same library instance and static variables with the same old state. Also updating the jna version to use latest jna which supports java 18 where finalizers are removed.
-
- Sep 03, 2022
-
-
Александър Куртаков authored
-
- Sep 02, 2022
-
- Aug 26, 2022
-
-
- Aug 17, 2022
-
-
Александър Куртаков authored
As found by Java 17 javadoc tool. Needed by eclipse-platform/eclipse.platform.releng.aggregator#482
-
- Aug 15, 2022
-
- Aug 13, 2022
-
-
Александър Куртаков authored
The following warnings are fixed: ``` 1. WARNING in /src/org/eclipse/osgi/tests/container/TestModuleContainer.java (at line 733) Module c1 = installDummyModule("c1_v1.MF", "c1_v1", container); The value of the local variable c1 is not used 2. WARNING in /src/org/eclipse/osgi/tests/container/TestModuleContainer.java (at line 734) Module c2 = installDummyModule("c2_v1.MF", "c2_v1", container); The value of the local variable c2 is not used 3. WARNING in /src/org/eclipse/osgi/tests/container/TestModuleContainer.java (at line 735) Module c3 = installDummyModule("c3_v1.MF", "c3_v1", container); The value of the local variable c3 is not used 4. WARNING in /src/org/eclipse/osgi/tests/container/TestModuleContainer.java (at line 737) Module c5 = installDummyModule("c5_v1.MF", "c5_v1", container); The value of the local variable c5 is not used ``` Also the class had a mixture of static import for asserts and not which is fixed to use only static imports now.
-