Skip to content

fix ConcurrentModificationException in JDIDebugTarget.cleanup#619

Closed
jukzi wants to merge 2 commits intoeclipse-jdt:masterfrom
jukzi:JDIDebugTarget
Closed

fix ConcurrentModificationException in JDIDebugTarget.cleanup#619
jukzi wants to merge 2 commits intoeclipse-jdt:masterfrom
jukzi:JDIDebugTarget

Conversation

@jukzi
Copy link
Copy Markdown
Contributor

@jukzi jukzi commented Feb 20, 2025

use concurrent datastructure

#561

@jukzi jukzi added bug Something isn't working test junit test related things labels Feb 20, 2025
@eclipse-jdt-bot
Copy link
Copy Markdown
Contributor

This pull request changes some projects for the first time in this development cycle.
Therefore the following files need a version increment:

org.eclipse.jdt.debug/META-INF/MANIFEST.MF

An additional commit containing all the necessary changes was pushed to the top of this PR's branch. To obtain these changes (for example if you want to push more changes) either fetch from your fork or apply the git patch.

Git patch
From b5b4396886e3e85ec15615ea912c28702f0f2af2 Mon Sep 17 00:00:00 2001
From: Eclipse JDT Bot <jdt-bot@eclipse.org>
Date: Thu, 6 Mar 2025 04:52:52 +0000
Subject: [PATCH] Version bump(s) for 4.36 stream


diff --git a/org.eclipse.jdt.debug/META-INF/MANIFEST.MF b/org.eclipse.jdt.debug/META-INF/MANIFEST.MF
index c7e05af5e..44b82bcb4 100644
--- a/org.eclipse.jdt.debug/META-INF/MANIFEST.MF
+++ b/org.eclipse.jdt.debug/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
 Bundle-ManifestVersion: 2
 Bundle-Name: %pluginName
 Bundle-SymbolicName: org.eclipse.jdt.debug; singleton:=true
-Bundle-Version: 3.22.0.qualifier
+Bundle-Version: 3.22.100.qualifier
 Bundle-ClassPath: jdimodel.jar
 Bundle-Activator: org.eclipse.jdt.internal.debug.core.JDIDebugPlugin
 Bundle-Vendor: %providerName
-- 
2.48.1

Further information are available in Common Build Issues - Missing version increments.

@SougandhS
Copy link
Copy Markdown
Member

Closing this PR as @jukzi ECA is having verification issue so raised another PR #631

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working test junit test related things

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants