{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":428706519,"defaultBranch":"master","name":"lsp4e","ownerLogin":"eclipse","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2021-11-16T15:18:44.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/56974?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1714221298.0","currentOid":""},"activityList":{"items":[{"before":"0074c90217ba8c71a00d5e6a169f6473673d00cd","after":"f899207d1ed70978e7f453b8e77021f50f7f5d08","ref":"refs/heads/master","pushedAt":"2024-05-11T11:08:39.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"mickaelistria","name":"Mickael Istria","path":"/mickaelistria","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/469058?s=80&v=4"},"commit":{"message":"Check if the marker still exists before calculating a marker resolution","shortMessageHtmlLink":"Check if the marker still exists before calculating a marker resolution"}},{"before":"a7a5d558e445dff57fd7699f4b8a4d3e80e84681","after":"0074c90217ba8c71a00d5e6a169f6473673d00cd","ref":"refs/heads/master","pushedAt":"2024-05-10T11:04:55.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":"Update to latest Mylyn Wikitext\n\nIt's a major version bump which made too many things internal but that\nwill be rectified via\nhttps://github.com/eclipse-mylyn/org.eclipse.mylyn/pull/523","shortMessageHtmlLink":"Update to latest Mylyn Wikitext"}},{"before":"4e5a76973f3f22a5949a2ce491e9cb65fdde95a6","after":"a7a5d558e445dff57fd7699f4b8a4d3e80e84681","ref":"refs/heads/master","pushedAt":"2024-05-08T20:39:35.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"sebthom","name":"Sebastian Thomschke","path":"/sebthom","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/426959?s=80&v=4"},"commit":{"message":"use delayedExecutor in MockLanguageServer for delaying\n\nuse delayedExecutor for delaying executions instead of blocking threads\nof ForkJoinPool#commonPool using Thread.sleep()","shortMessageHtmlLink":"use delayedExecutor in MockLanguageServer for delaying"}},{"before":"ca8ca6a7af3f516ee4a975cc9bdfb3ec8efb124d","after":"4e5a76973f3f22a5949a2ce491e9cb65fdde95a6","ref":"refs/heads/master","pushedAt":"2024-05-08T14:41:10.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"rubenporras","name":null,"path":"/rubenporras","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/43636626?s=80&v=4"},"commit":{"message":"Fix race condition in LanguageServerWrapper resulting in NullPointerException during LS initialization (#985)\n\n* Fix race condition resulting in NullPointerException\r\n\r\nWhen running the test suite on Windows a lot of NPEs with the following\r\nstacktrace are thrown:\r\n```\r\njava.lang.NullPointerException: Cannot invoke\r\n\"org.eclipse.core.runtime.IProgressMonitor.done()\" because\r\n\"this.this$0.initializeFutureMonitor\" is null\r\n\tat org.eclipse.lsp4e.LanguageServerWrapper$2.run(LanguageServerWrapper.java:407)\r\n\tat org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)\r\n```\r\nand because of the NPE random tests seem to fail.\r\n\r\n* improve method name advanceInitializeFutureMonitor\r\n\r\n* use UncheckedIOException","shortMessageHtmlLink":"Fix race condition in LanguageServerWrapper resulting in NullPointerE…"}},{"before":"82a852ea5b0e9fad40258405ff20ba9eda81c4f8","after":"ca8ca6a7af3f516ee4a975cc9bdfb3ec8efb124d","ref":"refs/heads/master","pushedAt":"2024-05-07T12:26:43.000Z","pushType":"pr_merge","commitsCount":3,"pusher":{"login":"sebthom","name":"Sebastian Thomschke","path":"/sebthom","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/426959?s=80&v=4"},"commit":{"message":"improve parent pom.xml","shortMessageHtmlLink":"improve parent pom.xml"}},{"before":"b51599b55a2c859a88dda5ed9b021e1089bfadce","after":"82a852ea5b0e9fad40258405ff20ba9eda81c4f8","ref":"refs/heads/master","pushedAt":"2024-05-07T07:16:30.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"rubenporras","name":null,"path":"/rubenporras","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/43636626?s=80&v=4"},"commit":{"message":"Fix erratic NPE in LanguageServersTest#testCancellable (#986)\n\nThis commit fixes the NPE:\r\n\r\n```\r\norg.eclipse.lsp4e.test.LanguageServersTest.testCancellable -- Time\r\nelapsed: 0.112 s <<< ERROR!\r\njava.lang.NullPointerException: Cannot invoke\r\n\"org.eclipse.jface.text.ITextViewer.getTextWidget()\" because \"viewer\" is\r\nnull\r\n\tat org.eclipse.lsp4e.test.LanguageServersTest.testCancellable(LanguageServersTest.java:789)\r\n```\r\n\r\nwhich may occur for the code:\r\n```\r\nIEditorPart editor = TestUtils.openEditor(testFile);\r\nITextViewer viewer = LSPEclipseUtils.getTextViewer(editor);\r\nIDocument document = viewer.getDocument();\r\n```\r\nwhere viewer may be null if it has not been initialized fast enough in\r\nthe UI thread.","shortMessageHtmlLink":"Fix erratic NPE in LanguageServersTest#testCancellable (#986)"}},{"before":"d3d25c0cb3dc3bcaa27f464c1d2ee08a7ad3c5f8","after":"b51599b55a2c859a88dda5ed9b021e1089bfadce","ref":"refs/heads/master","pushedAt":"2024-05-06T18:26:37.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"sebthom","name":"Sebastian Thomschke","path":"/sebthom","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/426959?s=80&v=4"},"commit":{"message":"specify min/max heap settings for surefire tests","shortMessageHtmlLink":"specify min/max heap settings for surefire tests"}},{"before":"066d63307c9f6bf83e0b8fe9ca357464b4e3f5b2","after":"d3d25c0cb3dc3bcaa27f464c1d2ee08a7ad3c5f8","ref":"refs/heads/master","pushedAt":"2024-05-06T09:19:26.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"mickaelistria","name":"Mickael Istria","path":"/mickaelistria","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/469058?s=80&v=4"},"commit":{"message":"Add spacing to inline type hints. Fixes #981","shortMessageHtmlLink":"Add spacing to inline type hints. Fixes #981"}},{"before":"8a774bc4922cc2d4684c051edaf1c4dbb8303eea","after":"066d63307c9f6bf83e0b8fe9ca357464b4e3f5b2","ref":"refs/heads/master","pushedAt":"2024-05-03T20:54:45.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"sebthom","name":"Sebastian Thomschke","path":"/sebthom","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/426959?s=80&v=4"},"commit":{"message":"Fix erratic test failure in DiagnosticsTest\n\nThis commit fixes the erratic test failure `FileSystemException: The\nprocess cannot access the file because it is being used by another\nprocess seen` on Windows in\n`DiagnosticsTest#testDiagnosticsForMarkerUpdateAfterDeletedFile`:\n\n```\norg.eclipse.core.internal.resources.ResourceException: Problems\nencountered while deleting resources.\n\tat org.eclipse.core.internal.resources.Resource.delete(Resource.java:816)\n\tat org.eclipse.core.internal.resources.Resource.delete(Resource.java:772)\n\tat org.eclipse.lsp4e.test.diagnostics.DiagnosticsTest.testDiagnosticsForMarkerUpdateAfterDeletedFile(DiagnosticsTest.java:192)\nContains: Could not delete\n'D:\\junit-workspace\\DiagnoticsTest1714763955417\\test1714763955426.lspt'.\norg.eclipse.core.runtime.CoreException: Could not delete:\nD:\\junit-workspace\\DiagnoticsTest1714763955417\\test1714763955426.lspt.\n\tat org.eclipse.core.internal.filesystem.local.LocalFile.delete(LocalFile.java:161)\n\tat org.eclipse.core.internal.resources.ResourceTree.internalDeleteFile(ResourceTree.java:315)\n\tat org.eclipse.core.internal.resources.ResourceTree.standardDeleteFile(ResourceTree.java:801)\n\tat org.eclipse.core.internal.resources.Resource.unprotectedDelete(Resource.java:1826)\n\tat org.eclipse.core.internal.resources.Resource.delete(Resource.java:803)\n\tat org.eclipse.core.internal.resources.Resource.delete(Resource.java:772)\n\tat org.eclipse.lsp4e.test.diagnostics.DiagnosticsTest.testDiagnosticsForMarkerUpdateAfterDeletedFile(DiagnosticsTest.java:192)\nCaused by: java.nio.file.FileSystemException:\nD:\\junit-workspace\\DiagnoticsTest1714763955417\\test1714763955426.lspt:\nThe process cannot access the file because it is being used by another\nprocess\n\tat java.base/sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:92)\n\tat java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:103)\n\tat java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:108)\n\tat java.base/sun.nio.fs.WindowsFileSystemProvider.implDelete(WindowsFileSystemProvider.java:275)\n\tat java.base/sun.nio.fs.AbstractFileSystemProvider.deleteIfExists(AbstractFileSystemProvider.java:110)\n\tat java.base/java.nio.file.Files.deleteIfExists(Files.java:1191)\n\tat org.eclipse.core.internal.filesystem.local.LocalFile.internalDelete(LocalFile.java:242)\n\tat org.eclipse.core.internal.filesystem.local.LocalFile.delete(LocalFile.java:159)\n\t... 64 more\n```","shortMessageHtmlLink":"Fix erratic test failure in DiagnosticsTest"}},{"before":"13253038824a55e26af8c9623b178b8ef8173a66","after":"8a774bc4922cc2d4684c051edaf1c4dbb8303eea","ref":"refs/heads/master","pushedAt":"2024-05-03T19:03:18.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"sebthom","name":"Sebastian Thomschke","path":"/sebthom","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/426959?s=80&v=4"},"commit":{"message":"Fix erratic test failure in DiagnosticsTest#testDiagnosticsFromVariousLS\n\nRoot cause is that MockLanguageServer#addRemoteProxy is invoked\nconcurrently which adds the remote proxy to an ArrayList which is not\nthread-safe","shortMessageHtmlLink":"Fix erratic test failure in DiagnosticsTest#testDiagnosticsFromVariousLS"}},{"before":"f8e6b03feaa2a1beb73ae949b7d1dc90cbb45705","after":"13253038824a55e26af8c9623b178b8ef8173a66","ref":"refs/heads/master","pushedAt":"2024-04-26T16:14:21.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"mickaelistria","name":"Mickael Istria","path":"/mickaelistria","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/469058?s=80&v=4"},"commit":{"message":"Fix NPE with needs confirmation flag","shortMessageHtmlLink":"Fix NPE with needs confirmation flag"}},{"before":"c53bbbbf36ea19cf0072092a0c58aff93721718c","after":"f8e6b03feaa2a1beb73ae949b7d1dc90cbb45705","ref":"refs/heads/master","pushedAt":"2024-04-18T08:50:17.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"rubenporras","name":null,"path":"/rubenporras","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/43636626?s=80&v=4"},"commit":{"message":"Add a preference foldingReconcilingStrategy.collapseImports to control (#971)\n\nif the imports are collapsed by the editor.","shortMessageHtmlLink":"Add a preference foldingReconcilingStrategy.collapseImports to control ("}},{"before":"c6a49ddf202d925bf14c1e5bc0e07589a871c3e1","after":"c53bbbbf36ea19cf0072092a0c58aff93721718c","ref":"refs/heads/master","pushedAt":"2024-04-18T08:08:30.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"rubenporras","name":null,"path":"/rubenporras","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/43636626?s=80&v=4"},"commit":{"message":"Prevent NPE by asynchronous threads after the plug-in has been stop (#968)","shortMessageHtmlLink":"Prevent NPE by asynchronous threads after the plug-in has been stop (#…"}},{"before":"0d8fa0a2fc52229f0f22e8392e40a4660ecd83a6","after":"c6a49ddf202d925bf14c1e5bc0e07589a871c3e1","ref":"refs/heads/master","pushedAt":"2024-04-17T14:47:33.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"rubenporras","name":null,"path":"/rubenporras","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/43636626?s=80&v=4"},"commit":{"message":"Fix #969 Add collecting of declarations in addition to definitions (#970)","shortMessageHtmlLink":"Fix #969 Add collecting of declarations in addition to definitions (#970"}},{"before":"99e48720bcce8d101805bdc12de5bdaae756feee","after":"0d8fa0a2fc52229f0f22e8392e40a4660ecd83a6","ref":"refs/heads/master","pushedAt":"2024-04-16T08:47:54.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"rubenporras","name":null,"path":"/rubenporras","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/43636626?s=80&v=4"},"commit":{"message":"Do not log errors when a request in cancelled by the server (#967)","shortMessageHtmlLink":"Do not log errors when a request in cancelled by the server (#967)"}},{"before":"d4e5765ab1f0ad613ec44e906430d97a4c215798","after":"99e48720bcce8d101805bdc12de5bdaae756feee","ref":"refs/heads/master","pushedAt":"2024-04-16T07:53:49.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"rubenporras","name":null,"path":"/rubenporras","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/43636626?s=80&v=4"},"commit":{"message":"Remove method marked for deletion (#966)","shortMessageHtmlLink":"Remove method marked for deletion (#966)"}},{"before":"7b0c49cff89bffeba0ed0432cc8b7f0bb16f579a","after":"d4e5765ab1f0ad613ec44e906430d97a4c215798","ref":"refs/heads/master","pushedAt":"2024-04-16T07:21:26.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"rubenporras","name":null,"path":"/rubenporras","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/43636626?s=80&v=4"},"commit":{"message":"TokenType is 0 based according to LSP spec (#964)\n\n* TokenType is 0 based according to LSP spec","shortMessageHtmlLink":"TokenType is 0 based according to LSP spec (#964)"}},{"before":"ae2b2f27a1958b5f6247d7679a69030b3b673599","after":null,"ref":"refs/heads/dependabot/maven/org.eclipse.lsp4e/com.googlecode.maven-download-plugin-download-maven-plugin-1.9.0","pushedAt":"2024-04-11T04:39:36.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"akurtakov","name":"Александър Куртаков","path":"/akurtakov","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/574788?s=80&v=4"}},{"before":"58b08731cd5a87c98b943d35b8f487b8599f86be","after":"7b0c49cff89bffeba0ed0432cc8b7f0bb16f579a","ref":"refs/heads/master","pushedAt":"2024-04-11T04:39:31.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":"fix(deps): bump com.googlecode.maven-download-plugin:download-maven-plugin\n\nBumps [com.googlecode.maven-download-plugin:download-maven-plugin](https://github.com/maven-download-plugin/maven-download-plugin) from 1.8.1 to 1.9.0.\n- [Release notes](https://github.com/maven-download-plugin/maven-download-plugin/releases)\n- [Commits](https://github.com/maven-download-plugin/maven-download-plugin/compare/1.8.1...1.9.0)\n\n---\nupdated-dependencies:\n- dependency-name: com.googlecode.maven-download-plugin:download-maven-plugin\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"fix(deps): bump com.googlecode.maven-download-plugin:download-maven-p…"}},{"before":null,"after":"ae2b2f27a1958b5f6247d7679a69030b3b673599","ref":"refs/heads/dependabot/maven/org.eclipse.lsp4e/com.googlecode.maven-download-plugin-download-maven-plugin-1.9.0","pushedAt":"2024-04-10T23:38:32.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"fix(deps): bump com.googlecode.maven-download-plugin:download-maven-plugin\n\nBumps [com.googlecode.maven-download-plugin:download-maven-plugin](https://github.com/maven-download-plugin/maven-download-plugin) from 1.8.1 to 1.9.0.\n- [Release notes](https://github.com/maven-download-plugin/maven-download-plugin/releases)\n- [Commits](https://github.com/maven-download-plugin/maven-download-plugin/compare/1.8.1...1.9.0)\n\n---\nupdated-dependencies:\n- dependency-name: com.googlecode.maven-download-plugin:download-maven-plugin\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"fix(deps): bump com.googlecode.maven-download-plugin:download-maven-p…"}},{"before":"83954d550df9b41fdf48652c001715a59678325e","after":"58b08731cd5a87c98b943d35b8f487b8599f86be","ref":"refs/heads/master","pushedAt":"2024-04-03T11:49:35.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"rubenporras","name":null,"path":"/rubenporras","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/43636626?s=80&v=4"},"commit":{"message":"Remove UI-blocking pop-up in LSWrapper.getInitializedServer() (#951)\n\nThis commit follows up on the discussion started at\r\nhttps://github.com/eclipse/lsp4e/pull/947#discussion_r1526226952.\r\n\r\nIt removes the UI-blocking pop-up window that would appear when calling\r\norg.eclipse.lsp4e.LanguageServerWrapper.getInitializedServer()\r\nfrom a UI thread.\r\n\r\nA progress indicator reflecting the status of the server's\r\ninitialization will still be displayed in the \"Progress\" view.","shortMessageHtmlLink":"Remove UI-blocking pop-up in LSWrapper.getInitializedServer() (#951)"}},{"before":"f4cd505802657d940084b0d9ae4c57a16b6fe69d","after":"83954d550df9b41fdf48652c001715a59678325e","ref":"refs/heads/master","pushedAt":"2024-04-02T14:39:50.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"rubenporras","name":null,"path":"/rubenporras","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/43636626?s=80&v=4"},"commit":{"message":"Fix logic of LSWrapper.canOperate() when project is null (#949)","shortMessageHtmlLink":"Fix logic of LSWrapper.canOperate() when project is null (#949)"}},{"before":"fae2bf12c5e43d2770bb0d46a9c73cff0f09ea33","after":"f4cd505802657d940084b0d9ae4c57a16b6fe69d","ref":"refs/heads/master","pushedAt":"2024-03-29T10:13:23.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"mickaelistria","name":"Mickael Istria","path":"/mickaelistria","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/469058?s=80&v=4"},"commit":{"message":"Fixed #958 Add ID to menu to allow external contributions","shortMessageHtmlLink":"Fixed #958 Add ID to menu to allow external contributions"}},{"before":"fae2bf12c5e43d2770bb0d46a9c73cff0f09ea33","after":null,"ref":"refs/heads/dependabot/maven/org.eclipse.lsp4e/tycho-version-4.0.7","pushedAt":"2024-03-29T09:21:31.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}},{"before":"203ddc47338d899b94c5f81c3112938e53d774fd","after":"fae2bf12c5e43d2770bb0d46a9c73cff0f09ea33","ref":"refs/heads/dependabot/maven/org.eclipse.lsp4e/tycho-version-4.0.7","pushedAt":"2024-03-29T09:21:23.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"mickaelistria","name":"Mickael Istria","path":"/mickaelistria","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/469058?s=80&v=4"},"commit":{"message":"fix(deps): bump tycho-version in /org.eclipse.lsp4e.test\n\nBumps `tycho-version` from 4.0.6 to 4.0.7.\n\nUpdates `org.eclipse.tycho:target-platform-configuration` from 4.0.6 to 4.0.7\n- [Release notes](https://github.com/eclipse-tycho/tycho/releases)\n- [Changelog](https://github.com/eclipse-tycho/tycho/blob/main/RELEASE_NOTES.md)\n- [Commits](https://github.com/eclipse-tycho/tycho/compare/tycho-4.0.6...tycho-4.0.7)\n\nUpdates `org.eclipse.tycho:tycho-surefire-plugin` from 4.0.6 to 4.0.7\n\nUpdates `org.eclipse.tycho.extras:tycho-sourceref-jgit` from 4.0.6 to 4.0.7\n\nUpdates `org.eclipse.tycho:tycho-buildtimestamp-jgit` from 4.0.6 to 4.0.7\n- [Release notes](https://github.com/eclipse-tycho/tycho/releases)\n- [Changelog](https://github.com/eclipse-tycho/tycho/blob/main/RELEASE_NOTES.md)\n- [Commits](https://github.com/eclipse-tycho/tycho/compare/tycho-4.0.6...tycho-4.0.7)\n\nUpdates `org.eclipse.tycho:tycho-maven-plugin` from 4.0.6 to 4.0.7\n- [Release notes](https://github.com/eclipse-tycho/tycho/releases)\n- [Changelog](https://github.com/eclipse-tycho/tycho/blob/main/RELEASE_NOTES.md)\n- [Commits](https://github.com/eclipse-tycho/tycho/compare/tycho-4.0.6...tycho-4.0.7)\n\nUpdates `org.eclipse.tycho:tycho-source-plugin` from 4.0.6 to 4.0.7\n- [Release notes](https://github.com/eclipse-tycho/tycho/releases)\n- [Changelog](https://github.com/eclipse-tycho/tycho/blob/main/RELEASE_NOTES.md)\n- [Commits](https://github.com/eclipse-tycho/tycho/compare/tycho-4.0.6...tycho-4.0.7)\n\nUpdates `org.eclipse.tycho:tycho-packaging-plugin` from 4.0.6 to 4.0.7\n- [Release notes](https://github.com/eclipse-tycho/tycho/releases)\n- [Changelog](https://github.com/eclipse-tycho/tycho/blob/main/RELEASE_NOTES.md)\n- [Commits](https://github.com/eclipse-tycho/tycho/compare/tycho-4.0.6...tycho-4.0.7)\n\nUpdates `org.eclipse.tycho.extras:tycho-p2-extras-plugin` from 4.0.6 to 4.0.7\n\nUpdates `org.eclipse.tycho:tycho-p2-plugin` from 4.0.6 to 4.0.7\n- [Release notes](https://github.com/eclipse-tycho/tycho/releases)\n- [Changelog](https://github.com/eclipse-tycho/tycho/blob/main/RELEASE_NOTES.md)\n- [Commits](https://github.com/eclipse-tycho/tycho/compare/tycho-4.0.6...tycho-4.0.7)\n\n---\nupdated-dependencies:\n- dependency-name: org.eclipse.tycho:target-platform-configuration\n dependency-type: direct:production\n update-type: version-update:semver-patch\n- dependency-name: org.eclipse.tycho:tycho-surefire-plugin\n dependency-type: direct:production\n update-type: version-update:semver-patch\n- dependency-name: org.eclipse.tycho.extras:tycho-sourceref-jgit\n dependency-type: direct:production\n update-type: version-update:semver-patch\n- dependency-name: org.eclipse.tycho:tycho-buildtimestamp-jgit\n dependency-type: direct:production\n update-type: version-update:semver-patch\n- dependency-name: org.eclipse.tycho:tycho-maven-plugin\n dependency-type: direct:production\n update-type: version-update:semver-patch\n- dependency-name: org.eclipse.tycho:tycho-source-plugin\n dependency-type: direct:production\n update-type: version-update:semver-patch\n- dependency-name: org.eclipse.tycho:tycho-packaging-plugin\n dependency-type: direct:production\n update-type: version-update:semver-patch\n- dependency-name: org.eclipse.tycho.extras:tycho-p2-extras-plugin\n dependency-type: direct:production\n update-type: version-update:semver-patch\n- dependency-name: org.eclipse.tycho:tycho-p2-plugin\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"fix(deps): bump tycho-version in /org.eclipse.lsp4e.test"}},{"before":"fae2bf12c5e43d2770bb0d46a9c73cff0f09ea33","after":null,"ref":"refs/heads/dependabot/maven/repository/tycho-version-4.0.7","pushedAt":"2024-03-29T09:21:19.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}},{"before":"cc18ce38d3842fbce68a96dde2583a43962b5012","after":"fae2bf12c5e43d2770bb0d46a9c73cff0f09ea33","ref":"refs/heads/dependabot/maven/repository/tycho-version-4.0.7","pushedAt":"2024-03-29T09:21:10.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"mickaelistria","name":"Mickael Istria","path":"/mickaelistria","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/469058?s=80&v=4"},"commit":{"message":"fix(deps): bump tycho-version in /org.eclipse.lsp4e.test\n\nBumps `tycho-version` from 4.0.6 to 4.0.7.\n\nUpdates `org.eclipse.tycho:target-platform-configuration` from 4.0.6 to 4.0.7\n- [Release notes](https://github.com/eclipse-tycho/tycho/releases)\n- [Changelog](https://github.com/eclipse-tycho/tycho/blob/main/RELEASE_NOTES.md)\n- [Commits](https://github.com/eclipse-tycho/tycho/compare/tycho-4.0.6...tycho-4.0.7)\n\nUpdates `org.eclipse.tycho:tycho-surefire-plugin` from 4.0.6 to 4.0.7\n\nUpdates `org.eclipse.tycho.extras:tycho-sourceref-jgit` from 4.0.6 to 4.0.7\n\nUpdates `org.eclipse.tycho:tycho-buildtimestamp-jgit` from 4.0.6 to 4.0.7\n- [Release notes](https://github.com/eclipse-tycho/tycho/releases)\n- [Changelog](https://github.com/eclipse-tycho/tycho/blob/main/RELEASE_NOTES.md)\n- [Commits](https://github.com/eclipse-tycho/tycho/compare/tycho-4.0.6...tycho-4.0.7)\n\nUpdates `org.eclipse.tycho:tycho-maven-plugin` from 4.0.6 to 4.0.7\n- [Release notes](https://github.com/eclipse-tycho/tycho/releases)\n- [Changelog](https://github.com/eclipse-tycho/tycho/blob/main/RELEASE_NOTES.md)\n- [Commits](https://github.com/eclipse-tycho/tycho/compare/tycho-4.0.6...tycho-4.0.7)\n\nUpdates `org.eclipse.tycho:tycho-source-plugin` from 4.0.6 to 4.0.7\n- [Release notes](https://github.com/eclipse-tycho/tycho/releases)\n- [Changelog](https://github.com/eclipse-tycho/tycho/blob/main/RELEASE_NOTES.md)\n- [Commits](https://github.com/eclipse-tycho/tycho/compare/tycho-4.0.6...tycho-4.0.7)\n\nUpdates `org.eclipse.tycho:tycho-packaging-plugin` from 4.0.6 to 4.0.7\n- [Release notes](https://github.com/eclipse-tycho/tycho/releases)\n- [Changelog](https://github.com/eclipse-tycho/tycho/blob/main/RELEASE_NOTES.md)\n- [Commits](https://github.com/eclipse-tycho/tycho/compare/tycho-4.0.6...tycho-4.0.7)\n\nUpdates `org.eclipse.tycho.extras:tycho-p2-extras-plugin` from 4.0.6 to 4.0.7\n\nUpdates `org.eclipse.tycho:tycho-p2-plugin` from 4.0.6 to 4.0.7\n- [Release notes](https://github.com/eclipse-tycho/tycho/releases)\n- [Changelog](https://github.com/eclipse-tycho/tycho/blob/main/RELEASE_NOTES.md)\n- [Commits](https://github.com/eclipse-tycho/tycho/compare/tycho-4.0.6...tycho-4.0.7)\n\n---\nupdated-dependencies:\n- dependency-name: org.eclipse.tycho:target-platform-configuration\n dependency-type: direct:production\n update-type: version-update:semver-patch\n- dependency-name: org.eclipse.tycho:tycho-surefire-plugin\n dependency-type: direct:production\n update-type: version-update:semver-patch\n- dependency-name: org.eclipse.tycho.extras:tycho-sourceref-jgit\n dependency-type: direct:production\n update-type: version-update:semver-patch\n- dependency-name: org.eclipse.tycho:tycho-buildtimestamp-jgit\n dependency-type: direct:production\n update-type: version-update:semver-patch\n- dependency-name: org.eclipse.tycho:tycho-maven-plugin\n dependency-type: direct:production\n update-type: version-update:semver-patch\n- dependency-name: org.eclipse.tycho:tycho-source-plugin\n dependency-type: direct:production\n update-type: version-update:semver-patch\n- dependency-name: org.eclipse.tycho:tycho-packaging-plugin\n dependency-type: direct:production\n update-type: version-update:semver-patch\n- dependency-name: org.eclipse.tycho.extras:tycho-p2-extras-plugin\n dependency-type: direct:production\n update-type: version-update:semver-patch\n- dependency-name: org.eclipse.tycho:tycho-p2-plugin\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"fix(deps): bump tycho-version in /org.eclipse.lsp4e.test"}},{"before":"69fd890613d2eeeffa84c1eca89357d8be463801","after":null,"ref":"refs/heads/dependabot/maven/org.eclipse.lsp4e.test/tycho-version-4.0.7","pushedAt":"2024-03-29T09:20:59.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}},{"before":"01e268904230b1931b31ba86821fedaa547a3cf6","after":"fae2bf12c5e43d2770bb0d46a9c73cff0f09ea33","ref":"refs/heads/master","pushedAt":"2024-03-29T09:20:51.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"mickaelistria","name":"Mickael Istria","path":"/mickaelistria","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/469058?s=80&v=4"},"commit":{"message":"fix(deps): bump tycho-version in /org.eclipse.lsp4e.test\n\nBumps `tycho-version` from 4.0.6 to 4.0.7.\n\nUpdates `org.eclipse.tycho:target-platform-configuration` from 4.0.6 to 4.0.7\n- [Release notes](https://github.com/eclipse-tycho/tycho/releases)\n- [Changelog](https://github.com/eclipse-tycho/tycho/blob/main/RELEASE_NOTES.md)\n- [Commits](https://github.com/eclipse-tycho/tycho/compare/tycho-4.0.6...tycho-4.0.7)\n\nUpdates `org.eclipse.tycho:tycho-surefire-plugin` from 4.0.6 to 4.0.7\n\nUpdates `org.eclipse.tycho.extras:tycho-sourceref-jgit` from 4.0.6 to 4.0.7\n\nUpdates `org.eclipse.tycho:tycho-buildtimestamp-jgit` from 4.0.6 to 4.0.7\n- [Release notes](https://github.com/eclipse-tycho/tycho/releases)\n- [Changelog](https://github.com/eclipse-tycho/tycho/blob/main/RELEASE_NOTES.md)\n- [Commits](https://github.com/eclipse-tycho/tycho/compare/tycho-4.0.6...tycho-4.0.7)\n\nUpdates `org.eclipse.tycho:tycho-maven-plugin` from 4.0.6 to 4.0.7\n- [Release notes](https://github.com/eclipse-tycho/tycho/releases)\n- [Changelog](https://github.com/eclipse-tycho/tycho/blob/main/RELEASE_NOTES.md)\n- [Commits](https://github.com/eclipse-tycho/tycho/compare/tycho-4.0.6...tycho-4.0.7)\n\nUpdates `org.eclipse.tycho:tycho-source-plugin` from 4.0.6 to 4.0.7\n- [Release notes](https://github.com/eclipse-tycho/tycho/releases)\n- [Changelog](https://github.com/eclipse-tycho/tycho/blob/main/RELEASE_NOTES.md)\n- [Commits](https://github.com/eclipse-tycho/tycho/compare/tycho-4.0.6...tycho-4.0.7)\n\nUpdates `org.eclipse.tycho:tycho-packaging-plugin` from 4.0.6 to 4.0.7\n- [Release notes](https://github.com/eclipse-tycho/tycho/releases)\n- [Changelog](https://github.com/eclipse-tycho/tycho/blob/main/RELEASE_NOTES.md)\n- [Commits](https://github.com/eclipse-tycho/tycho/compare/tycho-4.0.6...tycho-4.0.7)\n\nUpdates `org.eclipse.tycho.extras:tycho-p2-extras-plugin` from 4.0.6 to 4.0.7\n\nUpdates `org.eclipse.tycho:tycho-p2-plugin` from 4.0.6 to 4.0.7\n- [Release notes](https://github.com/eclipse-tycho/tycho/releases)\n- [Changelog](https://github.com/eclipse-tycho/tycho/blob/main/RELEASE_NOTES.md)\n- [Commits](https://github.com/eclipse-tycho/tycho/compare/tycho-4.0.6...tycho-4.0.7)\n\n---\nupdated-dependencies:\n- dependency-name: org.eclipse.tycho:target-platform-configuration\n dependency-type: direct:production\n update-type: version-update:semver-patch\n- dependency-name: org.eclipse.tycho:tycho-surefire-plugin\n dependency-type: direct:production\n update-type: version-update:semver-patch\n- dependency-name: org.eclipse.tycho.extras:tycho-sourceref-jgit\n dependency-type: direct:production\n update-type: version-update:semver-patch\n- dependency-name: org.eclipse.tycho:tycho-buildtimestamp-jgit\n dependency-type: direct:production\n update-type: version-update:semver-patch\n- dependency-name: org.eclipse.tycho:tycho-maven-plugin\n dependency-type: direct:production\n update-type: version-update:semver-patch\n- dependency-name: org.eclipse.tycho:tycho-source-plugin\n dependency-type: direct:production\n update-type: version-update:semver-patch\n- dependency-name: org.eclipse.tycho:tycho-packaging-plugin\n dependency-type: direct:production\n update-type: version-update:semver-patch\n- dependency-name: org.eclipse.tycho.extras:tycho-p2-extras-plugin\n dependency-type: direct:production\n update-type: version-update:semver-patch\n- dependency-name: org.eclipse.tycho:tycho-p2-plugin\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"fix(deps): bump tycho-version in /org.eclipse.lsp4e.test"}},{"before":null,"after":"203ddc47338d899b94c5f81c3112938e53d774fd","ref":"refs/heads/dependabot/maven/org.eclipse.lsp4e/tycho-version-4.0.7","pushedAt":"2024-03-28T23:55:46.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"fix(deps): bump tycho-version from 4.0.6 to 4.0.7 in /org.eclipse.lsp4e\n\nBumps `tycho-version` from 4.0.6 to 4.0.7.\n\nUpdates `org.eclipse.tycho.extras:tycho-sourceref-jgit` from 4.0.6 to 4.0.7\n\nUpdates `org.eclipse.tycho:tycho-buildtimestamp-jgit` from 4.0.6 to 4.0.7\n- [Release notes](https://github.com/eclipse-tycho/tycho/releases)\n- [Changelog](https://github.com/eclipse-tycho/tycho/blob/main/RELEASE_NOTES.md)\n- [Commits](https://github.com/eclipse-tycho/tycho/compare/tycho-4.0.6...tycho-4.0.7)\n\nUpdates `org.eclipse.tycho:tycho-maven-plugin` from 4.0.6 to 4.0.7\n- [Release notes](https://github.com/eclipse-tycho/tycho/releases)\n- [Changelog](https://github.com/eclipse-tycho/tycho/blob/main/RELEASE_NOTES.md)\n- [Commits](https://github.com/eclipse-tycho/tycho/compare/tycho-4.0.6...tycho-4.0.7)\n\nUpdates `org.eclipse.tycho:target-platform-configuration` from 4.0.6 to 4.0.7\n- [Release notes](https://github.com/eclipse-tycho/tycho/releases)\n- [Changelog](https://github.com/eclipse-tycho/tycho/blob/main/RELEASE_NOTES.md)\n- [Commits](https://github.com/eclipse-tycho/tycho/compare/tycho-4.0.6...tycho-4.0.7)\n\nUpdates `org.eclipse.tycho:tycho-source-plugin` from 4.0.6 to 4.0.7\n- [Release notes](https://github.com/eclipse-tycho/tycho/releases)\n- [Changelog](https://github.com/eclipse-tycho/tycho/blob/main/RELEASE_NOTES.md)\n- [Commits](https://github.com/eclipse-tycho/tycho/compare/tycho-4.0.6...tycho-4.0.7)\n\nUpdates `org.eclipse.tycho:tycho-packaging-plugin` from 4.0.6 to 4.0.7\n- [Release notes](https://github.com/eclipse-tycho/tycho/releases)\n- [Changelog](https://github.com/eclipse-tycho/tycho/blob/main/RELEASE_NOTES.md)\n- [Commits](https://github.com/eclipse-tycho/tycho/compare/tycho-4.0.6...tycho-4.0.7)\n\nUpdates `org.eclipse.tycho.extras:tycho-p2-extras-plugin` from 4.0.6 to 4.0.7\n\nUpdates `org.eclipse.tycho:tycho-p2-plugin` from 4.0.6 to 4.0.7\n- [Release notes](https://github.com/eclipse-tycho/tycho/releases)\n- [Changelog](https://github.com/eclipse-tycho/tycho/blob/main/RELEASE_NOTES.md)\n- [Commits](https://github.com/eclipse-tycho/tycho/compare/tycho-4.0.6...tycho-4.0.7)\n\n---\nupdated-dependencies:\n- dependency-name: org.eclipse.tycho.extras:tycho-sourceref-jgit\n dependency-type: direct:production\n update-type: version-update:semver-patch\n- dependency-name: org.eclipse.tycho:tycho-buildtimestamp-jgit\n dependency-type: direct:production\n update-type: version-update:semver-patch\n- dependency-name: org.eclipse.tycho:tycho-maven-plugin\n dependency-type: direct:production\n update-type: version-update:semver-patch\n- dependency-name: org.eclipse.tycho:target-platform-configuration\n dependency-type: direct:production\n update-type: version-update:semver-patch\n- dependency-name: org.eclipse.tycho:tycho-source-plugin\n dependency-type: direct:production\n update-type: version-update:semver-patch\n- dependency-name: org.eclipse.tycho:tycho-packaging-plugin\n dependency-type: direct:production\n update-type: version-update:semver-patch\n- dependency-name: org.eclipse.tycho.extras:tycho-p2-extras-plugin\n dependency-type: direct:production\n update-type: version-update:semver-patch\n- dependency-name: org.eclipse.tycho:tycho-p2-plugin\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"fix(deps): bump tycho-version from 4.0.6 to 4.0.7 in /org.eclipse.lsp4e"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAERzTFlQA","startCursor":null,"endCursor":null}},"title":"Activity · eclipse/lsp4e"}