{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":470955049,"defaultBranch":"master","name":"eclipse.platform","ownerLogin":"eclipse-platform","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2022-03-17T10:56:08.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/95248176?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1716559511.0","currentOid":""},"activityList":{"items":[{"before":"3a4f6ff3628f650113fac69baef81e5f3eec8ec5","after":"312f7518896cec5293c1cd403886f31e9230cb88","ref":"refs/heads/master","pushedAt":"2024-05-22T17:33:50.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"merks","name":"Ed Merks","path":"/merks","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/208716?s=80&v=4"},"commit":{"message":"JsonReader.setStrictness(Strictness.LENIENT) instead of setLenient(true)\n\n- JsonReader.setLenient latter is deprecated in 2.11.0 and setStrictness\nis new to 2.11.0.","shortMessageHtmlLink":"JsonReader.setStrictness(Strictness.LENIENT) instead of setLenient(true)"}},{"before":"57a300937ae7e8894773bd2a8777e1d33f74b0ca","after":"3a4f6ff3628f650113fac69baef81e5f3eec8ec5","ref":"refs/heads/master","pushedAt":"2024-05-22T10:43:35.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"HeikoKlare","name":"Heiko Klare","path":"/HeikoKlare","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/755472?s=80&v=4"},"commit":{"message":"Add Ant test.xml for org.eclipse.core.tests.resources.saveparticipant\n\nThis adds a test.xml for Ant-based execution of tests in\norg.eclipse.core.tests.resources.saveparticipant. It is a follow-up to\nthe addition of these tests to the Maven build.","shortMessageHtmlLink":"Add Ant test.xml for org.eclipse.core.tests.resources.saveparticipant"}},{"before":"15c6f845d380536c453491e680884d2e3a9e5c50","after":"57a300937ae7e8894773bd2a8777e1d33f74b0ca","ref":"refs/heads/master","pushedAt":"2024-05-22T07:24:49.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"HeikoKlare","name":"Heiko Klare","path":"/HeikoKlare","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/755472?s=80&v=4"},"commit":{"message":"Remove unused WorkspaceSessionTest(Suite) #903\n\nThe WorkspaceSessionTest and WorkspaceSessionTestSuite are now unused as\nall their previous consumers and implementations have been migrated to\nthe JUnit 5 SessionTestExtension with the CustomSessionWorkspace\nextension. This completely removes both classes.\n\nContributes to\nhttps://github.com/eclipse-platform/eclipse.platform/issues/903","shortMessageHtmlLink":"Remove unused WorkspaceSessionTest(Suite) #903"}},{"before":"40c97407bb87f14defb7d734ca4526837c1bcebe","after":"15c6f845d380536c453491e680884d2e3a9e5c50","ref":"refs/heads/master","pushedAt":"2024-05-21T18:19:08.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"HeikoKlare","name":"Heiko Klare","path":"/HeikoKlare","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/755472?s=80&v=4"},"commit":{"message":"Reduce number of parallel builds in ParallelBuildChainTest #825\n\nThe test case\ntestIndividualProjectBuilds_WithManyProjects_ProjectRelaxedRule() in\nParallelBuildChainTest fails randomly (in I-Builds) because not all jobs\nthat are supposed to run build operations are scheduled and started in\ntime. Since the test is not supposed to validate that a specific number\nof jobs can be started, the number of jobs/builds to be spawned must\nactually not be as high as currently defined. This change reduces the\nnumber of projects in the test case to avoid random test failures while\nkeeping expressiveness of the test case.\n\nFixes https://github.com/eclipse-platform/eclipse.platform/issues/825","shortMessageHtmlLink":"Reduce number of parallel builds in ParallelBuildChainTest #825"}},{"before":"e47558e45319e38dbd9dbd7404af7a22a384b2a5","after":"40c97407bb87f14defb7d734ca4526837c1bcebe","ref":"refs/heads/master","pushedAt":"2024-05-20T17:13:29.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"HeikoKlare","name":"Heiko Klare","path":"/HeikoKlare","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/755472?s=80&v=4"},"commit":{"message":"Migrate save participant tests to JUnit 5 #903\n\nThis migrates the SaveManagerTest to JUnit 5, using the\nSessionTestExtension with the CustomSessionWorkspace. It consists of the\nfollowing changes:\n- the individual test suites in the subclasses of SaveManagerTest were\nunused and are thus removed\n- further unused functionality in those subclasses is removed\n- JUnit 4 dependencies are replaced with JUnit 5 dependencies in the\nplug-in org.eclipse.core.tests.resources.saveparticipant\n- the plug-in org.eclipse.core.tests.resources.saveparticipant is\ndeclared as a test plug-in and tests are enabled for the Maven build\n- the SaveParticipantTest, which executed the SaveManagerTest from the\ncentral org.eclipse.core.tests.resources plug-in, is removed as it was\nnot part of any test suite (and thus not executed) anyway\n\nContributes to\nhttps://github.com/eclipse-platform/eclipse.platform/issues/903","shortMessageHtmlLink":"Migrate save participant tests to JUnit 5 #903"}},{"before":"4422c7cf8fa58e4804fcf936b9483c737d60d701","after":"e47558e45319e38dbd9dbd7404af7a22a384b2a5","ref":"refs/heads/master","pushedAt":"2024-05-18T15:16:13.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"HeikoKlare","name":"Heiko Klare","path":"/HeikoKlare","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/755472?s=80&v=4"},"commit":{"message":"Migrate WorkspaceSerializationTests to JUnit 5 #903\n\nThis migrates all WorkspaceSerializationTests, which are specializations\nof WorkspaceSerializationTests to JUnit 5, using the\nSessionTestExtension with the CustomSessionWorkspace.\n\nContributes to\nhttps://github.com/eclipse-platform/eclipse.platform/issues/903","shortMessageHtmlLink":"Migrate WorkspaceSerializationTests to JUnit 5 #903"}},{"before":"5a1c925d95a6b60660888f6ec76d978e35494c32","after":"4422c7cf8fa58e4804fcf936b9483c737d60d701","ref":"refs/heads/master","pushedAt":"2024-05-18T15:15:53.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"HeikoKlare","name":"Heiko Klare","path":"/HeikoKlare","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/755472?s=80&v=4"},"commit":{"message":"Migrate non-serialization WorkspaceSessionTests to JUnit 5 #903\n\nThis migrates all WorkspaceSessionTests that are not specializations of\nWorkspaceSerializationTest to JUnit 5, using the SessionTestExtension\nwith the CustomSessionWorkspace. It extends the SessionTestExtension\nwith functionality to set a system property as required for specific\ntests.\n\nContributes to\nhttps://github.com/eclipse-platform/eclipse.platform/issues/903","shortMessageHtmlLink":"Migrate non-serialization WorkspaceSessionTests to JUnit 5 #903"}},{"before":"8ed2f100769918f57081d659dfe4d97ef3aea038","after":"5a1c925d95a6b60660888f6ec76d978e35494c32","ref":"refs/heads/master","pushedAt":"2024-05-17T20:22:48.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"HannesWell","name":"Hannes Wellmann","path":"/HannesWell","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/44067969?s=80&v=4"},"commit":{"message":"Check 'ECLIPSE_I_BUILD_TEST' to disable 'ensureJavaxIsNotAvailable' case\n\nCheck the newly introduced 'ECLIPSE_I_BUILD_TEST' environment variable\nto disable the 'InjectionOSGiTest.ensureJavaxIsNotAvailable()' test case\nin I-build tests.\nThe previous attempt to disable it failed.\n\nFixes https://github.com/eclipse-platform/eclipse.platform/issues/1098\nRequires\nhttps://github.com/eclipse-platform/eclipse.platform.releng.aggregator/pull/2031","shortMessageHtmlLink":"Check 'ECLIPSE_I_BUILD_TEST' to disable 'ensureJavaxIsNotAvailable' case"}},{"before":"725bb3cd35538bc42bd1ae108e696683aac66c38","after":"8ed2f100769918f57081d659dfe4d97ef3aea038","ref":"refs/heads/master","pushedAt":"2024-05-17T14:23:42.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"HeikoKlare","name":"Heiko Klare","path":"/HeikoKlare","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/755472?s=80&v=4"},"commit":{"message":"Fix deletion of configuration and workspace directory for session tests\n\nThe CustomSessionConfigurationImpl and CustomSessionWorkspaceImpl use\n`deleteOnExit()` to remove the configuration and workspaces directories\non JVM shutdown. However, this does not work recursively and thus\nusually fails when the directory is not empty. This change corrects the\ncleanup by adding a shutdown hook (like used by `deleteOnExit()`) that\nrecursively deletes all contents of the directory and only uses Java NIO\ninstead of Java IO.","shortMessageHtmlLink":"Fix deletion of configuration and workspace directory for session tests"}},{"before":"e77a07d77cd5996f7222ff5a631e60b2dd563c5d","after":"725bb3cd35538bc42bd1ae108e696683aac66c38","ref":"refs/heads/master","pushedAt":"2024-05-16T17:06:59.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"HeikoKlare","name":"Heiko Klare","path":"/HeikoKlare","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/755472?s=80&v=4"},"commit":{"message":"Add TestBug208833 to test suite\n\nThe test was not part of any test suite and so has not been executed in\nautomated builds before.","shortMessageHtmlLink":"Add TestBug208833 to test suite"}},{"before":"abeb265c7aed85a0e0ad9c99e0629c92f9904c9b","after":"e77a07d77cd5996f7222ff5a631e60b2dd563c5d","ref":"refs/heads/master","pushedAt":"2024-05-16T11:16:22.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"iloveeclipse","name":"Andrey Loskutov","path":"/iloveeclipse","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/964108?s=80&v=4"},"commit":{"message":"Misaligned range indicators in compare editor with non zero line spacing\n\nCompare editor difference range indicators were misaligned if custom\nline spacing is set under text editor preferences. The reason is that\noriginal code didn't consider that editor lines can have (non-zero)\nspacing and indent, but these must be considered for the line height\ncalculation.\n\nFixes https://github.com/eclipse-platform/eclipse.platform/issues/1197","shortMessageHtmlLink":"Misaligned range indicators in compare editor with non zero line spacing"}},{"before":"08f15a2479f671947bbc40e25c3170bd5038ef3c","after":"abeb265c7aed85a0e0ad9c99e0629c92f9904c9b","ref":"refs/heads/master","pushedAt":"2024-05-16T09:07:55.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"HeikoKlare","name":"Heiko Klare","path":"/HeikoKlare","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/755472?s=80&v=4"},"commit":{"message":"Migrate SnapshotTest to JUnit 5 #903\n\nThis migrates the SnapshotTest to JUnit 5, using the\nSessionTestExtension with the CustomSessionWorkspace. Also re-enables\nthe test cases on MacOS.\n\nContributes to\nhttps://github.com/eclipse-platform/eclipse.platform/issues/903","shortMessageHtmlLink":"Migrate SnapshotTest to JUnit 5 #903"}},{"before":"6cb771edfb0680235d2a371668f8e9d194458fba","after":"08f15a2479f671947bbc40e25c3170bd5038ef3c","ref":"refs/heads/master","pushedAt":"2024-05-16T08:57:03.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"iloveeclipse","name":"Andrey Loskutov","path":"/iloveeclipse","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/964108?s=80&v=4"},"commit":{"message":"Use proper shell for modal dialogs\n\nThis prevents the dialogs to appear behind the possible opened progress\ndialog (or any other modal dialog).\n\nFixes https://github.com/eclipse-platform/eclipse.platform/issues/1373","shortMessageHtmlLink":"Use proper shell for modal dialogs"}},{"before":"f7d0e64442b651b69ccd73c4d994555e97f4532e","after":"6cb771edfb0680235d2a371668f8e9d194458fba","ref":"refs/heads/master","pushedAt":"2024-05-15T09:33:24.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"HeikoKlare","name":"Heiko Klare","path":"/HeikoKlare","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/755472?s=80&v=4"},"commit":{"message":"Remove local test support from SessionTestSuite #903\n\nThe SessionTestSuite currently supports local test execution. However,\nthis functionality is unused and only introduces unnecessary complexity\nto the session test framework.\n\nContributes to\nhttps://github.com/eclipse-platform/eclipse.platform/issues/903","shortMessageHtmlLink":"Remove local test support from SessionTestSuite #903"}},{"before":"a2168a9d9714dcc3272dccfb87ac8599855be3c5","after":"f7d0e64442b651b69ccd73c4d994555e97f4532e","ref":"refs/heads/master","pushedAt":"2024-05-14T18:52:29.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"HeikoKlare","name":"Heiko Klare","path":"/HeikoKlare","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/755472?s=80&v=4"},"commit":{"message":"Improve name of temp directory used for session tests","shortMessageHtmlLink":"Improve name of temp directory used for session tests"}},{"before":"97f693c8b970d20b36df606349dbe02ef473b5bc","after":"a2168a9d9714dcc3272dccfb87ac8599855be3c5","ref":"refs/heads/master","pushedAt":"2024-05-14T17:16:55.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"HannesWell","name":"Hannes Wellmann","path":"/HannesWell","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/44067969?s=80&v=4"},"commit":{"message":"Add missing SWT for Windows on Arm64 (WoA) fragment\n\nto the compare win32 plug-in.","shortMessageHtmlLink":"Add missing SWT for Windows on Arm64 (WoA) fragment"}},{"before":"f98664cdaa5eda4fb1d4b69e37dd50e414524ce2","after":"97f693c8b970d20b36df606349dbe02ef473b5bc","ref":"refs/heads/master","pushedAt":"2024-05-14T10:18:08.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"HeikoKlare","name":"Heiko Klare","path":"/HeikoKlare","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/755472?s=80&v=4"},"commit":{"message":"Avoid configuration overwrites in session tests with custom config #1366\n\nIn session tests with a custom configuration, the custom config.ini may\nbe overwritten by the update.configurator when starting a new Eclipse\nsession. In order to repair this, the JUnit 3\nConfigurationSessionTestSuite had a \"temporary\" workaround, which was\nnot taken into the JUnit 5 replacement, the CustomSessionConfiguration.\nThis change integrate the workaround for restoring the config.ini on\nevery test run into the CustomSessionConfiguration.\n\nFixes https://github.com/eclipse-platform/eclipse.platform/issues/1366","shortMessageHtmlLink":"Avoid configuration overwrites in session tests with custom config #1366"}},{"before":"0aa429c496b02591c80bd501737403df886a7e10","after":"f98664cdaa5eda4fb1d4b69e37dd50e414524ce2","ref":"refs/heads/master","pushedAt":"2024-05-14T06:50:05.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"iloveeclipse","name":"Andrey Loskutov","path":"/iloveeclipse","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/964108?s=80&v=4"},"commit":{"message":"Disable InjectionOSGiTest.ensureJavaxIsNotAvailable in I-build tests\n\nFixes https://github.com/eclipse-platform/eclipse.platform/issues/1098","shortMessageHtmlLink":"Disable InjectionOSGiTest.ensureJavaxIsNotAvailable in I-build tests"}},{"before":"a055e524f953c427f5f7cd338c68da6a02def351","after":"0aa429c496b02591c80bd501737403df886a7e10","ref":"refs/heads/master","pushedAt":"2024-05-13T19:14:26.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"HeikoKlare","name":"Heiko Klare","path":"/HeikoKlare","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/755472?s=80&v=4"},"commit":{"message":"Remove shared session support from SessionTestSuite #903\n\nThe SessionTestSuite currently supports shared session. However, this\nfunctionality is unused and only introduces unnecessary complexity to\nthe session test framework.\n\nContributes to\nhttps://github.com/eclipse-platform/eclipse.platform/issues/903","shortMessageHtmlLink":"Remove shared session support from SessionTestSuite #903"}},{"before":"416af86be9171f75ac39fce7cc6038f0d5a0dedc","after":"a055e524f953c427f5f7cd338c68da6a02def351","ref":"refs/heads/master","pushedAt":"2024-05-13T13:28:28.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"HeikoKlare","name":"Heiko Klare","path":"/HeikoKlare","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/755472?s=80&v=4"},"commit":{"message":"Migrate ConfigurationSessionTestSuite to JUnit 5 #903\n\nThis introduces a JUnit 5 replacement for the JUnit 3\nConfigurationSessionTestSuite that allows to define session tests using\na custom workbench configuration with an explicit config.ini defining a\ncustom-defined bundle set.\n\nIt is realized by the CustomSessionConfiguration class, which\nencapsulates all information and logic to set up a custom workbench\nconfiguration, and an additional parameterization of the JUnit 5\nSessionTestExecution extension, which allows this extension to replace\nthe default workbench configuration with the custom one.\n\nThe new capability of defining a custom workbench configuration for a\nJUnit 5 session test is applied to the PlatformURLSessionTest, which was\nbased on the JUnit 3 ConfigurationSessionTestSuite so far.\n\nContributes to\nhttps://github.com/eclipse-platform/eclipse.platform/issues/903","shortMessageHtmlLink":"Migrate ConfigurationSessionTestSuite to JUnit 5 #903"}},{"before":"de2305d083c6d2557b1d9efa18ca5e031b2066fa","after":"416af86be9171f75ac39fce7cc6038f0d5a0dedc","ref":"refs/heads/master","pushedAt":"2024-05-13T13:23:23.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"jukzi","name":"Jörg Kubitz","path":"/jukzi","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/51790620?s=80&v=4"},"commit":{"message":"Suppress \"Problem finding next change, code: 5\" #1361\n\nError code 5 translates to ERROR_ACCESS_DENIED. It's not helpful for the\nuser to see such error log entry.\n\nSame as in Win32Monitor.waitForNotification(long[])\nhttps://github.com/eclipse-platform/eclipse.platform/issues/1361","shortMessageHtmlLink":"Suppress \"Problem finding next change, code: 5\" #1361"}},{"before":"0196f119a01e982613f28908044f5691b97f96d2","after":"de2305d083c6d2557b1d9efa18ca5e031b2066fa","ref":"refs/heads/master","pushedAt":"2024-05-13T12:42:20.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"jukzi","name":"Jörg Kubitz","path":"/jukzi","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/51790620?s=80&v=4"},"commit":{"message":"fix CharsetDeltaJob Deadlock #1290\n\nUnlike documented Workspace.prepareOperation() blocks on\nWorkManager.lock.acquire() even without ISchedulingRule\n\nhttps://github.com/eclipse-platform/eclipse.platform/issues/1290","shortMessageHtmlLink":"fix CharsetDeltaJob Deadlock #1290"}},{"before":"a2ad0b396c762bfde527167862c2286f33060010","after":"0196f119a01e982613f28908044f5691b97f96d2","ref":"refs/heads/master","pushedAt":"2024-05-12T19:54:34.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"HeikoKlare","name":"Heiko Klare","path":"/HeikoKlare","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/755472?s=80&v=4"},"commit":{"message":"Simplify workspace setup for SessionTestExtension #903\n\nIn order to avoid the repetitive creation of temporary workspace folders\nin session tests, this change encapsulation the temporary folder\ncreation in a customization object for the session test extension. The\nspecification of a custom workspace folder is now optional. The\nsimplification is exemplarily applied to the WorkspacePreferencesTest.\nThe change also removes unnecessary static declarations of the\nSessionTestExtension.\n\nThe design of the customization application already prepares for further\ncustomization options, such as for customizing the workbench\nconfiguration.\n\nContributes to\nhttps://github.com/eclipse-platform/eclipse.platform/issues/903","shortMessageHtmlLink":"Simplify workspace setup for SessionTestExtension #903"}},{"before":"5f4a41c1d32159416f32f352d2fcb3bcfdc8eeae","after":"a2ad0b396c762bfde527167862c2286f33060010","ref":"refs/heads/master","pushedAt":"2024-05-10T09:56:59.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"akurtakov","name":"Александър Куртаков","path":"/akurtakov","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/574788?s=80&v=4"},"commit":{"message":"Make DiffViewerComparator actually ViewerComparator\n\nIt was a ViewerSorter(deprecated).","shortMessageHtmlLink":"Make DiffViewerComparator actually ViewerComparator"}},{"before":"b6f033ccf62907d944ca51af93930510a1f3afa4","after":"5f4a41c1d32159416f32f352d2fcb3bcfdc8eeae","ref":"refs/heads/master","pushedAt":"2024-05-10T08:46:39.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"akurtakov","name":"Александър Куртаков","path":"/akurtakov","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/574788?s=80&v=4"},"commit":{"message":"Stop using Lucene's deprecated IndexSearcher.doc method\n\nFetch from the StoredFields instead.","shortMessageHtmlLink":"Stop using Lucene's deprecated IndexSearcher.doc method"}},{"before":"8f58d996250a34b21b1699cc9491ceafdcd46b2e","after":"b6f033ccf62907d944ca51af93930510a1f3afa4","ref":"refs/heads/master","pushedAt":"2024-05-09T19:20:18.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"HannesWell","name":"Hannes Wellmann","path":"/HannesWell","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/44067969?s=80&v=4"},"commit":{"message":"Remove empty org.eclipse.core.net.win32.x86_64 fragment\n\nThe architecture specific org.eclipse.core.net.win32.x86_64 fragment has\nbeen replaced by the architecture independent fragment\norg.eclipse.core.net.win32 fragment over two years ago in [1].\n\n[1] - https://bugs.eclipse.org/bugs/show_bug.cgi?id=578341","shortMessageHtmlLink":"Remove empty org.eclipse.core.net.win32.x86_64 fragment"}},{"before":"50a95d95f2e1a98cfc488c4c65ac723ccd82ae9e","after":"8f58d996250a34b21b1699cc9491ceafdcd46b2e","ref":"refs/heads/master","pushedAt":"2024-05-09T06:55:59.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"HeikoKlare","name":"Heiko Klare","path":"/HeikoKlare","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/755472?s=80&v=4"},"commit":{"message":"Migrate WorkspacePreferencesTest to JUnit 5 #903\n\nThis makes the WorkspacePreferencesTest use the SessionTestExtension to\nbe executed with JUnit 5. It adds a method to the\nSessionTestExtensionBuilder to allow setting a workspace directory for a\ntest class. In addition, this replaces assertions in the test class\nusing numbers as messages with proper AssertJ assertions.\n\nContributes to\nhttps://github.com/eclipse-platform/eclipse.platform/issues/903","shortMessageHtmlLink":"Migrate WorkspacePreferencesTest to JUnit 5 #903"}},{"before":"6a0853d6cb803dd023e4f9af05be202ff87d45d4","after":"50a95d95f2e1a98cfc488c4c65ac723ccd82ae9e","ref":"refs/heads/master","pushedAt":"2024-05-08T19:54:47.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"iloveeclipse","name":"Andrey Loskutov","path":"/iloveeclipse","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/964108?s=80&v=4"},"commit":{"message":"Modernized help UI prototype: Fix set scope still set after deletion\n\nFix the issue that a set scope will still be shown as active after it\nhas been deleted.","shortMessageHtmlLink":"Modernized help UI prototype: Fix set scope still set after deletion"}},{"before":"a1466b8aeb9aee073e932d7d846d80a9a1ad379a","after":"6a0853d6cb803dd023e4f9af05be202ff87d45d4","ref":"refs/heads/master","pushedAt":"2024-05-08T15:28:54.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"iloveeclipse","name":"Andrey Loskutov","path":"/iloveeclipse","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/964108?s=80&v=4"},"commit":{"message":"Modernized help UI prototype: Refactor JavaScript code\n\nRefactor JavaScript code for better readability. No functional changes.\n\nSee also https://github.com/eclipse-platform/eclipse.platform/pull/735#pullrequestreview-1666671985","shortMessageHtmlLink":"Modernized help UI prototype: Refactor JavaScript code"}},{"before":"f29bec50c68197484854727036ef2aa3e75edab1","after":"a1466b8aeb9aee073e932d7d846d80a9a1ad379a","ref":"refs/heads/master","pushedAt":"2024-05-08T13:57:00.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"fedejeanne","name":"Federico Jeanne","path":"/fedejeanne","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2205684?s=80&v=4"},"commit":{"message":"Take default tab in LaunchConfigurationTabGroupViewer from CTabFolder\n\nWhen setting the active tab of the LaunchConfigurationTabGroupViewer for\nthe first time (right after setting its input), activate the tab that\nthe CTabFolder considers as the default tab.\n\nAdd a missing test too.","shortMessageHtmlLink":"Take default tab in LaunchConfigurationTabGroupViewer from CTabFolder"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEUTcLZQA","startCursor":null,"endCursor":null}},"title":"Activity · eclipse-platform/eclipse.platform"}